/trunk/main/sfx2/source/view/ |
H A D | viewfrm2.cxx | 98 SfxObjectShell* pDoc = pFrame->GetObjectShell(); in StateChanged() 184 const SfxObjectFactory &rFact = GetObjectShell()->GetFactory(); in UpdateTitle() 187 SfxObjectShell *pObjSh = GetObjectShell(); in UpdateTitle() 244 ::rtl::OUString aDocServiceName( GetObjectShell()->GetFactory().GetDocumentServiceName() ); in UpdateTitle() 270 if ( !GetObjectShell() || !GetViewShell() ) in Exec_Impl() 356 SfxObjectShell *pDocSh = GetObjectShell(); in Exec_Impl() 394 SfxObjectShell *pDocSh = GetObjectShell(); in GetState_Impl() 435 …if ( GetViewShell() && GetViewShell()->GetVerbs().getLength() && !GetObjectShell()->IsInPlaceActiv… in GetState_Impl() 493 SfxObjectShell *pDocSh = GetObjectShell(); in INetState_Impl()
|
H A D | viewfrm.cxx | 359 SfxObjectShell* pSh = GetObjectShell(); in ExecReload_Impl() 913 SfxObjectShell* pSh = GetObjectShell(); in StateReload_Impl() 1721 SfxObjectShell *pObjSh = GetObjectShell(); in GetProgress() 1873 GetObjectShell()->SetNamedVisibility_Impl(); in GetDocNumber_Impl() 1991 GetObjectShell()->OwnerLock(bLock); in LockObjectShell_Impl() 2056 SfxObjectShell* SfxViewFrame::GetObjectShell() in GetObjectShell() function in SfxViewFrame 2420 *GetObjectShell(), in SwitchToViewShell_Impl() 2476 if ( !GetObjectShell() || !GetViewShell() ) in ExecView_Impl() 2526 SfxMedium* pMed = GetObjectShell()->GetMedium(); in ExecView_Impl() 2655 SfxObjectShell *pDocSh = GetObjectShell(); in StateView_Impl() [all …]
|
H A D | viewsh.cxx | 526 SfxObjectShell* pDoc = GetObjectShell(); in ExecMisc_Impl() 780 Rectangle aVisArea = GetObjectShell()->GetVisArea(); in ExecMisc_Impl() 1070 SfxObjectShell *pSh = GetViewFrame()->GetObjectShell(); in Activate() 1348 SetPool( &pViewFrame->GetObjectShell()->GetPool() ); in SfxViewShell() 1349 StartListening(*pViewFrame->GetObjectShell()); in SfxViewShell() 1867 GetObjectShell()->SetVisArea( rRect ); in AdjustVisArea() 1890 if ( GetObjectShell()->IsInClose() ) in CheckIPClient_Impl() 1967 SfxObjectShell* SfxViewShell::GetObjectShell() in GetObjectShell() function in SfxViewShell 1969 return pFrame ? pFrame->GetObjectShell() : NULL; in GetObjectShell() 2217 GetObjectShell()->GetModel(), uno::UNO_QUERY ); in CheckOwnerShip_Impl() [all …]
|
H A D | sfxbasecontroller.cxx | 570 if ( !m_pData->m_pViewShell || !m_pData->m_pViewShell->GetObjectShell() ) in getViewControllerName() 573 const SfxObjectFactory& rDocFac( m_pData->m_pViewShell->GetObjectShell()->GetFactory() ); in getViewControllerName() 587 if ( !m_pData->m_pViewShell || !m_pData->m_pViewShell->GetObjectShell() ) in getCreationArguments() 650 …if ( m_pData->m_pViewShell && xModel.is() && xModel != m_pData->m_pViewShell->GetObjectShell()->Ge… in attachModel() 691 SfxObjectShell* pDocShell = m_pData->m_pViewShell->GetObjectShell() ; in suspend() 1058 SfxObjectShell* pDoc = pFrame->GetObjectShell() ; in dispose() 1122 SfxObjectShell* pDoc = m_pData->m_pViewShell->GetObjectShell() ; in ReleaseShell_Impl() 1308 if ( ( m_pData->m_pViewShell->GetObjectShell() != NULL ) in ConnectSfxFrame_Impl() 1309 … && ( m_pData->m_pViewShell->GetObjectShell()->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) in ConnectSfxFrame_Impl() 1362 SfxObjectShell& rDoc = *m_pData->m_pViewShell->GetObjectShell(); in ConnectSfxFrame_Impl() [all …]
|
H A D | viewprn.cxx | 129 mpObjectShell = mpViewShell->GetObjectShell(); in SfxPrinterController() 622 aSelection <<= GetObjectShell()->GetModel(); in ExecPrint() 623 Any aComplete( makeAny( GetObjectShell()->GetModel() ) ); in ExecPrint() 652 SfxObjectShell *pObjShell = GetObjectShell(); in ExecPrint() 692 SfxMedium* pMedium = GetViewFrame()->GetObjectShell()->GetMedium(); in ExecPrint_Impl() 703 SfxObjectShell* pDoc = GetObjectShell(); in ExecPrint_Impl()
|
H A D | ipclient.cxx | 191 if ( m_pClient->GetViewShell()->GetObjectShell() ) in stateChanged() 192 xDocument = m_pClient->GetViewShell()->GetObjectShell()->GetModel(); in stateChanged() 337 SfxObjectShell* pDocShell = m_pClient->GetViewShell()->GetObjectShell(); in saveObject() 569 SfxObjectShell* pDocShell = m_pClient->GetViewShell()->GetObjectShell(); in getComponent() 637 …ewShell()->CheckIPClient_Impl( m_pClient, m_pClient->GetViewShell()->GetObjectShell()->GetVisArea(… in IMPL_LINK()
|
/trunk/main/svx/source/form/ |
H A D | fmundo.cxx | 130 SfxObjectShellRef const xObjectShell = m_rModel.GetObjectShell(); in attemptListenerCreation() 248 OSL_PRECOND( rModel.GetObjectShell(), "FmXUndoEnvironment::dispose: no object shell anymore!" ); in dispose() 249 if ( rModel.GetObjectShell() ) in dispose() 250 EndListening( *rModel.GetObjectShell() ); in dispose() 264 …OSL_PRECOND( rModel.GetObjectShell(), "FmXUndoEnvironment::ModeChanged: no object shell anymore!" … in ModeChanged() 265 if ( !rModel.GetObjectShell() ) in ModeChanged() 268 …if (bReadOnly != (rModel.GetObjectShell()->IsReadOnly() || rModel.GetObjectShell()->IsReadOnlyUI()… in ModeChanged() 769 if ( !IsLocked() && rModel.GetObjectShell() ) in implSetModified() 771 rModel.GetObjectShell()->SetModified( sal_True ); in implSetModified() 1008 if (rNewMod.GetObjectShell()) in FmUndoPropertyAction() [all …]
|
H A D | fmPropBrw.cxx | 548 if ( _pFormShell && _pFormShell->GetObjectShell() ) in impl_createPropertyBrowser_throw() 549 xDocument = _pFormShell->GetObjectShell()->GetModel(); in impl_createPropertyBrowser_throw() 634 SfxObjectShell* pObjectShell = _pFormShell ? _pFormShell->GetObjectShell() : NULL; in impl_ensurePropertyBrowser_nothrow()
|
/trunk/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 246 ( sText += ' ' ) += pViewFrame->GetObjectShell()->GetTitle(); in SfxVersionDialog() 278 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in Init_Impl() 319 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in Open_Impl() 383 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in IMPL_LINK() 398 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in IMPL_LINK()
|
H A D | templdlg.cxx | 269 SfxObjectShell* pDocShell = pDialog->GetObjectShell(); in ExecuteDrop() 1000 pCurObjShell = pViewFrame->GetObjectShell(); in ReadResource() 1574 SfxObjectShell* pDocShell = pViewFrame->GetObjectShell(); in Update_Impl() 1710 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in Notify() 1799 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in FilterSelect() 1945 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in IMPL_LINK() 2506 pCurObjShell = pViewFrame->GetObjectShell(); in Initialize() 3140 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in UpdateFamily_Impl()
|
/trunk/main/sfx2/source/doc/ |
H A D | docundomanager.cxx | 102 … const SfxObjectShell* getObjectShell() const { return rAntiImpl.getBaseModel().GetObjectShell(); } in getObjectShell() 103 … SfxObjectShell* getObjectShell() { return rAntiImpl.getBaseModel().GetObjectShell(); } in getObjectShell() 122 SfxObjectShell* pObjectShell = i_baseModel.GetObjectShell(); in impl_retrieveUndoManager() 139 SfxObjectShell* pObjectShell = rAntiImpl.getBaseModel().GetObjectShell(); in getImplUndoManager()
|
H A D | objserv.cxx | 387 pFrame->GetTopViewFrame()->GetObjectShell()->ExecuteSlot( rReq ); in ExecFile_Impl() 722 pFrame->GetTopViewFrame()->GetObjectShell()->ExecuteSlot( rReq ); in ExecFile_Impl() 929 pDoc = pFrame->GetObjectShell(); in GetState_Impl() 964 pDoc = pFrame->GetTopViewFrame()->GetObjectShell(); in GetState_Impl() 1207 if( pFrame->GetObjectShell() == this && in ExecView_Impl() 1212 String aFileName( GetObjectShell()->GetMedium()->GetName() ); in ExecView_Impl()
|
H A D | sfxbasemodel.cxx | 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() 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() 4121 pTargetFrame->PrepareForDoc_Impl( *GetObjectShell() ); in FindOrCreateViewFrame_Impl() [all …]
|
H A D | docvor.cxx | 548 GetObjectShell(aPath)->TriggerHelpPI( in Select() 696 SfxObjectShellRef aSourceDoc = ((SfxOrganizeListBox_Impl *)pSourceBox)->GetObjectShell(aSource); in MoveOrCopyContents() 697 SfxObjectShellRef aTargetDoc = GetObjectShell(aTarget); in MoveOrCopyContents() 1137 SfxObjectShellRef SfxOrganizeListBox_Impl::GetObjectShell(const Path &rPath) in GetObjectShell() function in SfxOrganizeListBox_Impl 1217 SfxObjectShellRef aRef = GetObjectShell(aPath); in RequestingChilds() 1897 SfxObjectShellRef aRef = pFocusBox->GetObjectShell(aPath); in Dispatch_Impl() 1966 SfxObjectShellRef aRef = pFocusBox->GetObjectShell( aPath ); in Dispatch_Impl()
|
/trunk/main/sfx2/source/appl/ |
H A D | app.cxx | 479 …ntConfig::GetEventName(STR_EVENT_DEACTIVATEDOC), pOldContainerFrame->GetObjectShell(), pOldContain… in SetViewFrame_Impl() 500 if ( bTaskActivate && pNewContainerFrame->GetObjectShell() ) in SetViewFrame_Impl() 502 pNewContainerFrame->GetObjectShell()->PostActivateEvent_Impl( pNewContainerFrame ); in SetViewFrame_Impl() 503 …ventConfig::GetEventName(STR_EVENT_ACTIVATEDOC), pNewContainerFrame->GetObjectShell(), pNewContain… in SetViewFrame_Impl()
|
H A D | module.cxx | 390 if ( pFrame->GetObjectShell()->GetModule() == this ) in Invalidate() 397 if ( pFrame && pFrame->GetObjectShell()->GetFactory().GetModule() == this ) in IsActive() 419 pSh = pFrame->GetObjectShell(); in GetActiveModule()
|
H A D | appdde.cxx | 383 if ( GetObjectShell() ) in DdeExecute() 384 return GetObjectShell()->DdeExecute( rCmd ); in DdeExecute() 602 ->GetFrame()->GetObjectShell() ) ) in MakeTopic()
|
/trunk/main/starmath/source/ |
H A D | unomodel.cxx | 488 SmDocShell *pDocSh = static_cast < SmDocShell * > (GetObjectShell()); in _setPropertyValues() 770 SmDocShell *pDocSh = static_cast < SmDocShell * > (GetObjectShell()); in _getPropertyValues() 1035 SmDocShell *pDocSh = static_cast < SmDocShell * >( GetObjectShell() ); in getRenderer() 1073 SmDocShell *pDocSh = static_cast < SmDocShell * >( GetObjectShell() ); in render() 1103 while (pViewSh && pViewSh->GetObjectShell() != pDocSh) in render() 1174 GetObjectShell()->OnDocumentPrinterChanged( pDoc->GetDocumentPrinter() ); in setParent()
|
/trunk/main/basctl/source/basicide/ |
H A D | basides2.cxx | 146 BasicDocShell* pDocShell = (BasicDocShell*)GetViewFrame()->GetObjectShell(); in GetPrinter() 156 BasicDocShell* pDocShell = (BasicDocShell*)GetViewFrame()->GetObjectShell(); in SetPrinter() 189 SfxObjectShell* pShell = pViewFrame->GetObjectShell(); in SetMDITitle()
|
/trunk/main/sc/source/ui/vba/ |
H A D | excelvbahelper.cxx | 73 if ( pView->GetObjectShell()->GetFactory().GetViewFactoryCount() > in isInPrintPreview() 74 nViewNo && !pView->GetObjectShell()->IsInPlaceActive() ) in isInPrintPreview() 77 pView->GetObjectShell()->GetFactory().GetViewFactory(nViewNo); in isInPrintPreview()
|
H A D | vbahelper.cxx | 95 if ( pView->GetObjectShell()->GetFactory().GetViewFactoryCount() > in isInPrintPreview() 96 nViewNo && !pView->GetObjectShell()->IsInPlaceActive() ) in isInPrintPreview() 99 pView->GetObjectShell()->GetFactory().GetViewFactory(nViewNo); in isInPrintPreview()
|
/trunk/main/sd/source/ui/func/ |
H A D | fuinsert.cxx | 313 … uno::Reference < embed::XEmbeddedObject > xObj = mpViewShell->GetViewFrame()->GetObjectShell()-> in DoExecute() 455 xObj = mpViewShell->GetViewFrame()->GetObjectShell()-> in DoExecute() 494 … mpViewShell->GetObjectShell()->GetEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aName ); in DoExecute() 513 …xObj = mpViewShell->GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedObject( SvGlobalN… in DoExecute()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 239 …xObj = pViewShell->GetViewFrame()->GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedOb… in FuInsertOLE() 246 …xObj = pViewShell->GetViewFrame()->GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedOb… in FuInsertOLE() 276 … pViewSh->GetObjectShell()->GetEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aName ); in FuInsertOLE() 542 …pViewShell->GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedObject( SvGlobalName( SO3… in FuInsertChart()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 723 pParentDoc = pMyViewFrm->GetObjectShell(); in EnterRefMode() 728 pParentDoc = pScViewShell->GetObjectShell(); in EnterRefMode() 796 SfxObjectShell* pObjSh = pCurrent->GetObjectShell(); in SwitchToDocument() 808 SfxObjectShell* pObjSh = pSh->GetObjectShell(); in SwitchToDocument()
|
/trunk/main/sfx2/source/control/ |
H A D | shell.cxx | 1163 sal_Bool bReadOnly = pViewShell->GetObjectShell()->IsReadOnly(); in VerbExec() 1223 SfxObjectShell* SfxShell::GetObjectShell() in GetObjectShell() function in SfxShell 1226 return GetViewShell()->GetViewFrame()->GetObjectShell(); in GetObjectShell()
|