Lines Matching refs:pPrt
134 Printer* pPrt; member in SfxOrganizeDlg_Impl
203 pPrt ( NULL ), in SfxOrganizeDlg_Impl()
1970 if ( !pPrt ) in Dispatch_Impl()
1971 pPrt = new Printer; in Dispatch_Impl()
1976 if ( !aRef->Print( *pPrt, aPath[1+nDocLevel], in Dispatch_Impl()
1986 if ( !pPrt ) in Dispatch_Impl()
1987 pPrt = new Printer; in Dispatch_Impl()
1988 pDlg->SetPrinter( pPrt ); in Dispatch_Impl()
2119 if ( bPrint && pPrt ) in IMPL_LINK()
2120 bPrint = !pPrt->IsPrinting() && !pPrt->IsJobActive(); in IMPL_LINK()
2473 delete pImp->pPrt; in ~SfxTemplateOrganizeDlg()