Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/doc/
H A Ddocundomanager.cxx122 SfxObjectShell* pObjectShell = i_baseModel.GetObjectShell(); in impl_retrieveUndoManager() local
123 if ( pObjectShell != NULL ) in impl_retrieveUndoManager()
124 pUndoManager = pObjectShell->GetUndoManager(); in impl_retrieveUndoManager()
139 SfxObjectShell* pObjectShell = rAntiImpl.getBaseModel().GetObjectShell(); in getImplUndoManager() local
140 OSL_ENSURE( ( pObjectShell != NULL ) && ( pUndoManager == pObjectShell->GetUndoManager() ), in getImplUndoManager()
H A Dsfxbasemodel.cxx239 : m_pObjectShell ( pObjectShell ) in IMPL_SfxBaseModel_DataContainer()
374 if ( !pObjectShell ) in SfxOwnFramesLocker()
540 , m_bSupportEmbeddedScripts( pObjectShell && pObjectShell->Get_Impl() ? !pObjectShell->Get_Impl()->… in DBG_NAME()
541 , m_bSupportDocRecovery( pObjectShell && pObjectShell->Get_Impl() ? pObjectShell->Get_Impl()->m_bDo… in DBG_NAME()
544 if ( pObjectShell != NULL ) in DBG_NAME()
546 StartListening( *pObjectShell ) ; in DBG_NAME()
670 if( pObjectShell ) in implGetStarBasicAccess()
672 BasicManager* pMgr = pObjectShell->GetBasicManager(); in implGetStarBasicAccess()
979 pObjectShell->SetVisArea( aVisArea ); in attachResource()
1001 SfxMedium* pMedium = pObjectShell->GetMedium(); in attachResource()
[all …]
/aoo41x/main/svx/source/form/
H A DfmPropBrw.cxx634 SfxObjectShell* pObjectShell = _pFormShell ? _pFormShell->GetObjectShell() : NULL; in impl_ensurePropertyBrowser_nothrow() local
635 if ( pObjectShell ) in impl_ensurePropertyBrowser_nothrow()
636 xDocument = pObjectShell->GetModel(); in impl_ensurePropertyBrowser_nothrow()
/aoo41x/main/sd/source/ui/view/
H A DToolBarManager.cxx1078 SfxObjectShell* pObjectShell = mrBase.GetObjectShell(); in CheckPlugInMode() local
1079 if (pObjectShell == NULL) in CheckPlugInMode()
1082 SfxMedium* pMedium = pObjectShell->GetMedium(); in CheckPlugInMode()

Completed in 228 milliseconds