Lines Matching refs:GetObjectShell

359     SfxObjectShell* pSh = GetObjectShell();  in ExecReload_Impl()
913 SfxObjectShell* pSh = GetObjectShell(); in StateReload_Impl()
1665 if ( ( !pDoc || pDoc == pFrame->GetObjectShell() ) in GetFirst()
1696 if ( ( !pDoc || pDoc == pFrame->GetObjectShell() ) in GetNext()
1721 SfxObjectShell *pObjSh = GetObjectShell(); in GetProgress()
1872 DBG_ASSERT( GetObjectShell(), "Kein Dokument!" ); in GetDocNumber_Impl()
1873 GetObjectShell()->SetNamedVisibility_Impl(); in GetDocNumber_Impl()
1874 pImp->nDocViewNo = GetObjectShell()->GetNoSet_Impl().GetFreeIndex()+1; in GetDocNumber_Impl()
1990 DBG_ASSERT( GetObjectShell(), "Kein Dokument!" ); in LockObjectShell_Impl()
1991 GetObjectShell()->OwnerLock(bLock); in LockObjectShell_Impl()
2005 if ( GetObjectShell()->IsPreview() ) in MakeActive_Impl()
2056 SfxObjectShell* SfxViewFrame::GetObjectShell() in GetObjectShell() function in SfxViewFrame
2293 const SfxObjectFactory& rDocFactory( pCurrentShell->GetObjectShell()->GetFactory() ); in SaveCurrentViewData_Impl()
2393 ENSURE_OR_THROW( GetObjectShell() != NULL, "not possible without a document" ); in SwitchToViewShell_Impl()
2412 SfxObjectFactory& rDocFact = GetObjectShell()->GetFactory(); in SwitchToViewShell_Impl()
2420 *GetObjectShell(), in SwitchToViewShell_Impl()
2476 if ( !GetObjectShell() || !GetViewShell() ) in ExecView_Impl()
2526 SfxMedium* pMed = GetObjectShell()->GetMedium(); in ExecView_Impl()
2541 LoadViewIntoFrame_Impl_NoThrow( *GetObjectShell(), xFrame, nViewId, false ); in ExecView_Impl()
2655 SfxObjectShell *pDocSh = GetObjectShell(); in StateView_Impl()
2682 if ( GetObjectShell()->GetFactory().GetViewFactoryCount() > in StateView_Impl()
2683 nViewNo && !GetObjectShell()->IsInPlaceActive() ) in StateView_Impl()
2686 GetObjectShell()->GetFactory().GetViewFactory(nViewNo); in StateView_Impl()
2920 pBasMgr = GetObjectShell()->GetBasicManager(); in AddDispatchMacroToBasic_Impl()
2951 xLibCont = GetObjectShell()->GetBasicContainer(); in AddDispatchMacroToBasic_Impl()
3258 const char* pName = GetObjectShell()->GetFactory().GetShortName(); in MiscState_Impl()
3281 const char* pName = GetObjectShell()->GetFactory().GetShortName(); in MiscState_Impl()
3585 SfxObjectShell* pDoc = GetObjectShell(); in UpdateDocument_Impl()