19#ifndef __com_sun_star_view_PrintableState_idl__
20#define __com_sun_star_view_PrintableState_idl__
24module
com { module sun { module star { module view {
PrintableState
specifies the print progress of an XPrintable.
Definition PrintableState.idl:37
@ JOB_SPOOLING_FAILED
the document could be printed but not spooled.
Definition PrintableState.idl:61
@ JOB_COMPLETED
printing (rendering the document) has finished, spooling has begun
Definition PrintableState.idl:44
@ JOB_STARTED
printing (rendering the document) has begun
Definition PrintableState.idl:40
@ JOB_FAILED
printing ran into an error.
Definition PrintableState.idl:57
@ JOB_ABORTED
printing was aborted (e.g., by the user) while either printing or spooling.
Definition PrintableState.idl:53
@ JOB_SPOOLED
spooling has finished successfully.
Definition PrintableState.idl:49
Definition Ambiguous.idl:22