Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/bastyp/
H A Dprogress.cxx90 SfxObjectShellRef xObjSh; member
119 SfxObjectShell* pDoc = bAllDocs ? NULL : (SfxObjectShell*) xObjSh; in Enable_Impl()
180 pImp->xObjSh = pObjSh; in SfxProgress()
235 if ( pImp->xObjSh.Is() && pImp->xObjSh->GetProgress() == this ) in Stop()
236 pImp->xObjSh->SetProgress_Impl(0); in Stop()
246 if ( pImp->xObjSh.Is() ) in Stop()
247 pImp->xObjSh->SetProgress_Impl(0); in Stop()
383 SfxObjectShell* pObjSh = pImp->xObjSh; in SetState()
463 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in Resume()
465 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Resume()
[all …]
/AOO42X/main/sfx2/source/view/
H A Dviewfrm.cxx1131 DBG_ASSERT( xObjSh.Is(), "no SfxObjectShell to release!" ); in ReleaseObjectShell_Impl()
1153 if ( xObjSh.Is() ) in ReleaseObjectShell_Impl()
1155 pImp->aLastType = xObjSh->Type(); in ReleaseObjectShell_Impl()
1156 pDispatcher->Pop( *xObjSh ); in ReleaseObjectShell_Impl()
1157 SfxModule* pModule = xObjSh->GetModule(); in ReleaseObjectShell_Impl()
1161 EndListening( *xObjSh ); in ReleaseObjectShell_Impl()
1163 Notify( *xObjSh, SfxSimpleHint(SFX_HINT_TITLECHANGED) ); in ReleaseObjectShell_Impl()
1164 Notify( *xObjSh, SfxSimpleHint(SFX_HINT_DOCCHANGED) ); in ReleaseObjectShell_Impl()
1166 …if ( 1 == xObjSh->GetOwnerLockCount() && pImp->bObjLocked && xObjSh->GetCreateMode() == SFX_CREATE… in ReleaseObjectShell_Impl()
1167 xObjSh->DoClose(); in ReleaseObjectShell_Impl()
[all …]
/AOO42X/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx76 SfxObjectShellRef xObjSh; member in SfxViewFrame
134 { return xObjSh; } in GetObjectShell()