Searched refs:bStartedDoc (Results 1 – 8 of 8) sorted by relevance
28 BOOL bStartedDoc = FALSE; in PrintRawJob() local66 bStartedDoc = TRUE; in PrintRawJob()90 if (bStartedDoc) in PrintRawJob()
41 BOOL bStartedDoc : 1; member
169 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()
507 if (pPort->bStartedDoc) in LocalmonEndDocPort()522 pPort->bStartedDoc = FALSE; in LocalmonEndDocPort()918 if (pPort->bStartedDoc) in LocalmonStartDocPort()988 pPort->bStartedDoc = TRUE; in LocalmonStartDocPort()
65 BOOL bStartedDoc; /** Whether a document has been started with StartDocPort. */ member
1742 if (!pPrinterHandle->bStartedDoc) in LocalStartPagePrinter()1808 if (!pPrinterHandle->bStartedDoc) in LocalWritePrinter()1907 if (!pPrinterHandle->bStartedDoc) in LocalEndDocPrinter()1916 pPrinterHandle->bStartedDoc = FALSE; in LocalEndDocPrinter()
169 …BOOL bStartedDoc : 1; /** Whether StartDocPrinter has already been called. */ member
356 pPrinterHandle->bStartedDoc = TRUE; in CreateJob()