Home
last modified time | relevance | path

Searched refs:mpObjectShell (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dviewprn.cxx74 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()
[all …]