Lines Matching refs:mpPrinter
468 mpPrinter = NULL; in ImplInitData()
515 mpPrinter = NULL; in ImplInit()
546 mpPrinter = NULL; in ImplInitDisplay()
1496 if ( mpPrinter ) in EndJob()
1509 bRet = mpPrinter->EndJob(); in EndJob()
1513 ImplGetSVData()->mpDefInst->DestroyPrinter( mpPrinter ); in EndJob()
1514 mpPrinter = NULL; in EndJob()
1533 if ( mpPrinter ) in AbortJob()
1542 mpPrinter->AbortJob(); in AbortJob()
1543 Application::PostUserEvent( LINK( this, Printer, ImplDestroyPrinterAsync ), mpPrinter ); in AbortJob()
1544 mpPrinter = NULL; in AbortJob()
1559 if ( mpPrinter ) in ImplStartPage()
1561 … SalGraphics* pGraphics = mpPrinter->StartPage( maJobSetup.ImplGetConstData(), mbNewJobSetup ); in ImplStartPage()
1588 if ( mpPrinter ) in ImplEndPage()
1590 mpPrinter->EndPage(); in ImplEndPage()