Lines Matching refs:GetObjectShell
1160 SfxViewFrame* pViewFrame = SfxViewFrame::Get( xController, GetObjectShell() ); in connectController()
1163 const String sDocumentURL = GetObjectShell()->GetMedium()->GetName(); in connectController()
2744 SfxObjectShell* SfxBaseModel::GetObjectShell() const in GetObjectShell() function in SfxBaseModel
3111 if ( !pActFrame || pActFrame->GetObjectShell() != m_pData->m_pObjectShell ) in getViewData()
3222 if ( GetObjectShell() ) in getSomething()
3226 return (sal_Int64)(sal_IntPtr)(SvObject*)GetObjectShell(); in getSomething()
3228 return (sal_Int64)(sal_IntPtr)(SfxObjectShell*)GetObjectShell(); in getSomething()
3482 SfxObjectShell* pObjShell = SfxBaseModel::GetObjectShell(); in getUIConfigurationManager()
4005 const SfxObjectFactory& rDocumentFactory = GetObjectShell()->GetFactory(); in getAvailableViewControllerNames()
4023 const SfxObjectFactory& rDocumentFactory = GetObjectShell()->GetFactory(); in createDefaultViewController()
4083 for ( pViewFrame = SfxViewFrame::GetFirst( GetObjectShell(), sal_False ); in FindOrCreateViewFrame_Impl()
4085 pViewFrame= SfxViewFrame::GetNext( *pViewFrame, GetObjectShell(), sal_False ) in FindOrCreateViewFrame_Impl()
4121 pTargetFrame->PrepareForDoc_Impl( *GetObjectShell() ); in FindOrCreateViewFrame_Impl()
4124 pViewFrame = new SfxViewFrame( *pTargetFrame, GetObjectShell() ); in FindOrCreateViewFrame_Impl()
4143 …SfxViewFactory* pViewFactory = GetObjectShell()->GetFactory().GetViewFactoryByViewName( i_rViewNam… in createViewController()