Lines Matching refs:mpObjectShell
74 SfxObjectShell* mpObjectShell; member in SfxPrinterController
120 , mpObjectShell(0) in SfxPrinterController()
129 mpObjectShell = mpViewShell->GetObjectShell(); in SfxPrinterController()
130 StartListening( *mpObjectShell ); in SfxPrinterController()
184 EndListening(*mpObjectShell); in Notify()
186 mpObjectShell = 0; in Notify()
282 if ( mpObjectShell ) in jobStarted()
284 m_bOrigStatus = mpObjectShell->IsEnableSetModified(); in jobStarted()
289 mpObjectShell->EnableSetModified( sal_False ); in jobStarted()
294 uno::Reference<document::XDocumentProperties> xDocProps(mpObjectShell->getDocProperties()); in jobStarted()
298 xDocProps->setPrintedBy( mpObjectShell->IsUseUserData() in jobStarted()
314 mpObjectShell->Broadcast( SfxPrintingHint( in jobStarted()
315 view::PrintableState_JOB_STARTED, aOpts, mpObjectShell, xController ) ); in jobStarted()
321 if ( mpObjectShell ) in jobFinished()
324 mpObjectShell->Broadcast( SfxPrintingHint( nState ) ); in jobFinished()
338 uno::Reference<document::XDocumentProperties> xDocProps(mpObjectShell->getDocProperties()); in jobFinished()
381 mpObjectShell->EnableSetModified( m_bOrigStatus ); in jobFinished()