Lines Matching refs:mpPrinter
468 mpPrinter = NULL; in ImplInitData()
515 mpPrinter = NULL; in ImplInit()
546 mpPrinter = NULL; in ImplInitDisplay()
1482 if ( mpPrinter ) in EndJob()
1495 bRet = mpPrinter->EndJob(); in EndJob()
1499 ImplGetSVData()->mpDefInst->DestroyPrinter( mpPrinter ); in EndJob()
1500 mpPrinter = NULL; in EndJob()
1519 if ( mpPrinter ) in AbortJob()
1528 mpPrinter->AbortJob(); in AbortJob()
1529 Application::PostUserEvent( LINK( this, Printer, ImplDestroyPrinterAsync ), mpPrinter ); in AbortJob()
1530 mpPrinter = NULL; in AbortJob()
1545 if ( mpPrinter ) in ImplStartPage()
1547 … SalGraphics* pGraphics = mpPrinter->StartPage( maJobSetup.ImplGetConstData(), mbNewJobSetup ); in ImplStartPage()
1574 if ( mpPrinter ) in ImplEndPage()
1576 mpPrinter->EndPage(); in ImplEndPage()