Home
last modified time | relevance | path

Searched refs:bStartedDoc (Results 1 – 8 of 8) sorted by relevance

/reactos/win32ss/printing/processors/winprint/
H A Draw.c28 BOOL bStartedDoc = FALSE; in PrintRawJob() local
66 bStartedDoc = TRUE; in PrintRawJob()
90 if (bStartedDoc) in PrintRawJob()
/reactos/win32ss/printing/base/winspool/
H A Dprecomp.h41 BOOL bStartedDoc : 1; member
H A Dprinters.c169 pHandle->bTrayIcon = pHandle->bStartedDoc = FALSE; in AbortPrinter()
1367 pHandle->bTrayIcon = pHandle->bJob = pHandle->bStartedDoc = FALSE; in EndDocPrinter()
3846 if (pHandle->bStartedDoc) in StartDocPrinterW()
3893 pHandle->bStartedDoc = TRUE; in StartDocPrinterW()
3956 if (!pHandle->bStartedDoc) in WritePrinter()
/reactos/win32ss/printing/monitors/localmon/
H A Dports.c507 if (pPort->bStartedDoc) in LocalmonEndDocPort()
522 pPort->bStartedDoc = FALSE; in LocalmonEndDocPort()
918 if (pPort->bStartedDoc) in LocalmonStartDocPort()
988 pPort->bStartedDoc = TRUE; in LocalmonStartDocPort()
H A Dprecomp.h65 BOOL bStartedDoc; /** Whether a document has been started with StartDocPort. */ member
/reactos/win32ss/printing/providers/localspl/
H A Dprinters.c1742 if (!pPrinterHandle->bStartedDoc) in LocalStartPagePrinter()
1808 if (!pPrinterHandle->bStartedDoc) in LocalWritePrinter()
1907 if (!pPrinterHandle->bStartedDoc) in LocalEndDocPrinter()
1916 pPrinterHandle->bStartedDoc = FALSE; in LocalEndDocPrinter()
H A Dprecomp.h169 …BOOL bStartedDoc : 1; /** Whether StartDocPrinter has already been called. */ member
H A Djobs.c356 pPrinterHandle->bStartedDoc = TRUE; in CreateJob()