Lines Matching refs:xObjSh
1131 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()
1168 SfxObjectShellRef xDyingObjSh = xObjSh; in ReleaseObjectShell_Impl()
1169 xObjSh.Clear(); in ReleaseObjectShell_Impl()
1374 if ( !xObjSh.Is() ) in Notify()
1382 sal_Bool bIsReadOnly = xObjSh->IsReadOnly(); in Notify()
1403 Enable( !xObjSh->IsInModalMode() ); in Notify()
1423 if ( xObjSh.Is() ) in Notify()
1451 if ( !xObjSh.Is() ) in Notify()
1457 if ( !xObjSh->IsReadOnly() ) in Notify()
1507 xObjSh = pObjSh; in Construct_Impl()
1508 if ( xObjSh.Is() && xObjSh->IsPreview() ) in Construct_Impl()
1514 SfxModule* pModule = xObjSh->GetModule(); in Construct_Impl()
1609 SfxModule* pModule = xObjSh.Is() ? xObjSh->GetModule() : 0; in KillDispatcher_Impl()
1610 if ( xObjSh.Is() ) in KillDispatcher_Impl()
1936 if ( xObjSh.Is() ) in Show()
1938 xObjSh->GetMedium()->GetItemSet()->ClearItem( SID_HIDDEN ); in Show()
1964 if ( xObjSh.Is() && xObjSh->Get_Impl()->bHiddenLockedByAPI ) in Show()
1966 xObjSh->Get_Impl()->bHiddenLockedByAPI = sal_False; in Show()
1967 xObjSh->OwnerLock(sal_False); in Show()
2058 return xObjSh; in GetObjectShell()
2762 if ( xObjSh.Is() ) in GetActualPresentationURL_Impl()
2763 return xObjSh->GetMedium()->GetName(); in GetActualPresentationURL_Impl()
2770 if ( xObjSh.Is() ) in SetModalMode()
2772 for ( SfxViewFrame* pFrame = SfxViewFrame::GetFirst( xObjSh ); in SetModalMode()
2773 !bModal && pFrame; pFrame = SfxViewFrame::GetNext( *pFrame, xObjSh ) ) in SetModalMode()
2775 xObjSh->SetModalMode_Impl( bModal ); in SetModalMode()