/aoo41x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 323 SfxFrame& rFrame = GetFrame(); in ExecReload_Impl() 364 if ( GetFrame().HasComponent() ) in ExecReload_Impl() 918 GetFrame().GetParentFrame(); in StateReload_Impl() 922 if ( GetFrame().HasComponent() ) in StateReload_Impl() 1238 if ( !pOldFrame || !pOldFrame->GetFrame().IsParent( &pFrame->GetFrame() ) ) in DoActivate() 1272 if ( !pNewFrame || !pNewFrame->GetFrame().IsParent( &pFrame->GetFrame() ) ) in DoDeactivate() 1954 if ( &GetWindow() == &GetFrame().GetWindow() || !GetFrame().HasComponent() ) in Show() 1956 GetFrame().GetWindow().Show(); in Show() 2525 GetFrame().GetViewData_Impl(); in ExecView_Impl() 2720 GetFrame().Appear(); in ToTop() [all …]
|
H A D | sfxbasecontroller.cxx | 602 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame(); in GetViewFrame_Impl() 798 xFrame = ( pChildWin->GetFrame() ); in queryDispatch() 841 if ( pFrame->GetFrame().GetFrameInterface() == xParentFrame ) in queryDispatch() 1049 pFrame->GetFrame().SetIsClosing_Impl(); in dispose() 1090 if ( pFrame->GetFrame().OwnsBindings_Impl() ) in dispose() 1093 pFrame->GetFrame().DoClose_Impl(); in dispose() 1201 SfxViewFrame* pViewFrame( m_pData->m_pViewShell->GetFrame() ); in getSupportedCommandGroups() 1295 SfxViewFrame* pViewFrame = m_pData->m_pViewShell->GetFrame(); in ConnectSfxFrame_Impl() 1313 if ( !pViewFrm->GetFrame().IsInPlace() ) in ConnectSfxFrame_Impl() 1351 if ( pFrameWin != &pViewFrame->GetFrame().GetWindow() ) in ConnectSfxFrame_Impl() [all …]
|
H A D | viewsh.cxx | 462 GetViewFrame()->GetFrame().GetFrameInterface(), in ExecMisc_Impl() 558 uno::Reference < frame::XFrame > xFrame( pFrame->GetFrame().GetFrameInterface() ); in ExecMisc_Impl() 761 SfxFrame* pTopFrame = &GetFrame()->GetTopFrame(); in ExecMisc_Impl() 762 if ( pTopFrame != &GetFrame()->GetFrame() ) in ExecMisc_Impl() 848 … uno::Reference < frame::XFrame > xFrame( pFrame->GetFrame().GetFrameInterface() ); in GetState_Impl() 947 GetFrame()->GetFrame().Appear(); in OutplaceActivated() 969 uno::Reference < frame::XFrame > xOwnFrame( pFrame->GetFrame().GetFrameInterface() ); in UIActivating() 982 if ( !pFrame->GetFrame().IsClosing_Impl() || in UIDeactivated() 1072 … pSh->GetModel()->setCurrentController( GetViewFrame()->GetFrame().GetController() ); in Activate() 1753 pFrame->GetFrame().GetFrameInterface()); in ExecKey_Impl() [all …]
|
H A D | viewfrm2.cxx | 197 GetFrame(); // -Wall required?? in UpdateTitle() 283 SfxWorkWindow *pWorkWin = GetFrame().GetWorkWindow_Impl(); in Exec_Impl() 337 aReq.AppendItem( SfxFrameItem( SID_DOCFRAME, &GetFrame() ) ); in Exec_Impl() 342 rReq.SetReturnValue( SfxFrameItem( 0, pItem->GetFrame() ) ); in Exec_Impl() 349 Reference < XCloseable > xTask( GetFrame().GetFrameInterface(), UNO_QUERY ); in Exec_Impl() 425 Reference < XCloseable > xTask( GetFrame().GetFrameInterface(), UNO_QUERY ); in GetState_Impl()
|
H A D | ipclient.cxx | 134 uno::Reference < frame::XFrame > GetFrame() const; 233 uno::Reference < frame::XFrame > SfxInPlaceClient_Impl::GetFrame() const in GetFrame() function in SfxInPlaceClient_Impl 237 return m_pClient->GetViewShell()->GetViewFrame()->GetFrame().GetFrameInterface(); in GetFrame() 430 uno::Reference < beans::XPropertySet > xFrame( GetFrame(), uno::UNO_QUERY ); in getLayoutManager() 453 return uno::Reference < frame::XDispatchProvider >( GetFrame(), uno::UNO_QUERY_THROW ); in getInplaceDispatchProvider() 741 if ( !m_pViewSh || m_pViewSh->GetViewFrame()->GetFrame().IsClosing_Impl() ) in SetObject()
|
/aoo41x/main/sfx2/source/control/ |
H A D | dispatch.cxx | 238 if ( GetFrame() ) in Call_Impl() 242 GetFrame()->GetFrame().GetFrameInterface(), in Call_Impl() 274 SfxViewFrame* pView = GetFrame(); in Call_Impl() 281 SfxHelp::OpenHelpAgent( &pView->GetFrame(), aCmd ); in Call_Impl() 723 SfxViewFrame* SfxDispatcher::GetFrame() const in GetFrame() function in SfxDispatcher 888 GetFrame()->GetFrame().GetFrameInterface(), com::sun::star::uno::UNO_QUERY ); in DoDeactivate_Impl() 1614 SfxFrame& rFrame = pTop->GetFrame(); in SetMenu_Impl() 1664 if ( !bUpdate || pImp->pFrame->GetFrame().IsClosing_Impl() ) in Update_Impl() 1772 SfxSlotPool* pSlotPool = &SfxSlotPool::GetSlotPool( GetFrame() ); in _Update_Impl() 2180 if ( pParent->pImp->pFrame->GetFrame().HasComponent() ) in _TryIntercept_Impl() [all …]
|
H A D | bindings.cxx | 1172 rDispatcher.GetFrame(); // -Wall is this required??? in Execute_Impl() 1189 SfxItemPool &rPool = GetDispatcher()->GetFrame()->GetObjectShell()->GetPool(); in Execute_Impl() 1373 ( pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), UNO_QUERY ); in UpdateSlotServer_Impl() 1699 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in IMPL_LINK() 1921 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in LeaveRegistrations() 2022 … ( pDisp->GetFrame()->GetFrame().GetFrameInterface(), UNO_QUERY ); in SetDispatcher() 2305 … pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star::uno::UNO_QUERY ) ); in SetActiveFrame() 2314 return pDispatcher->GetFrame()->GetFrame().GetFrameInterface(); in GetActiveFrame() 2338 SfxViewFrame *pFrame = pDispatcher->GetFrame(); in GetSystemWindow() 2342 return pTop->GetFrame().GetTopWindow_Impl(); in GetSystemWindow() [all …]
|
H A D | shell.cxx | 277 SfxViewFrame* SfxShell::GetFrame() const in GetFrame() function in SfxShell 1247 SfxViewFrame *pFrame = GetFrame(); in UIFeatureChanged() 1295 SfxViewFrame* pViewFrame = GetFrame(); in BroadcastContextForActivation() 1298 pImp->maContextChangeBroadcaster.Activate(pViewFrame->GetFrame().GetFrameInterface()); in BroadcastContextForActivation() 1300 pImp->maContextChangeBroadcaster.Deactivate(pViewFrame->GetFrame().GetFrameInterface()); in BroadcastContextForActivation()
|
H A D | statcach.cxx | 283 pSlot = SfxSlotPool::GetSlotPool( rDispat.GetFrame() ).GetSlot( nId ); in GetSlotServer() 338 else if ( rDispat.GetFrame() ) in GetSlotServer() 341 … rDispat.GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star::uno::UNO_QUERY ); in GetSlotServer()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objserv.cxx | 379 SfxViewFrame* pFrame = GetFrame(); in ExecFile_Impl() 385 if ( pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl() 716 SfxViewFrame *pFrame = GetFrame(); in ExecFile_Impl() 717 if ( pFrame && pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl() 732 if ( pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl() 751 if ( !pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl() 752 pFrame->GetFrame().DoClose(); in ExecFile_Impl() 921 SfxViewFrame* pFrame = GetFrame(); in GetState_Impl() 926 if ( pFrame->GetFrame().GetParentFrame() ) in GetState_Impl() 958 SfxViewFrame *pFrame = GetFrame(); in GetState_Impl() [all …]
|
H A D | objmisc.cxx | 1158 if ( !pSfxApp->IsDowning() && !IsLoading() && pFrame && !pFrame->GetFrame().IsClosing_Impl() ) in PostActivateEvent_Impl() 1166 … nId, GlobalEventConfig::GetEventName(STR_EVENT_OPENDOC), this, pFrame->GetFrame().GetController()… in PostActivateEvent_Impl() 1168 …Id, GlobalEventConfig::GetEventName(STR_EVENT_CREATEDOC), this, pFrame->GetFrame().GetController()… in PostActivateEvent_Impl() 1955 pFrame->GetFrame().GetWindow().EnterWait(); in SetWaitCursor() 1957 pFrame->GetFrame().GetWindow().LeaveWait(); in SetWaitCursor() 1998 uno::Reference < frame::XFrame > xFrame( pUnoItem->GetFrame() ); in GetDialogParent() 2006 if( pFrameItem && pFrameItem->GetFrame() ) in GetDialogParent() 2008 pFrame = pFrameItem->GetFrame(); in GetDialogParent() 2017 pFrame = &pView->GetFrame(); in GetDialogParent() 2086 return pFrame && pFrame->GetFrame().IsInPlace(); in IsInPlaceActive() [all …]
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 393 pBindings->SetActiveFrame( pImp->pMgr->GetFrame() ); in Notify() 404 … SfxHelp::OpenHelpAgent( &pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(), sHelpId ); in Notify() 433 if ( pImp->pMgr->GetFrame().is() && pImp->pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ~SfxModelessDialog() 495 pBindings->SetActiveFrame( pImp->pMgr->GetFrame() ); in Notify() 506 … SfxHelp::OpenHelpAgent( &pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(), sHelpId ); in Notify() 601 if ( pImp->pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ~SfxFloatingWindow()
|
H A D | partwnd.cxx | 86 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = GetFrame(); in ~SfxPartChildWnd_Impl() 177 …xSupp ( pBind->GetDispatcher()->GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star::uno:… in SfxPartDockWnd_Impl() 217 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = pChild->GetFrame(); in QueryClose() 238 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = pChild->GetFrame(); in Notify()
|
H A D | dockwin.cxx | 161 …uno::Reference< frame::XFrame > xFrame( pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), u… in SfxDockingWrapper() 925 SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame(); in SfxDockingWindow() 979 SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame(); in SfxDockingWindow() 1217 SfxViewFrame *pFrame = pBindings->GetDispatcher_Impl()->GetFrame(); in Initialize_Impl() 1303 if ( pMgr && pMgr->GetFrame() == pBindings->GetActiveFrame() ) in ReleaseChildWindow_Impl() 1863 pBindings->SetActiveFrame( pMgr->GetFrame() ); in Notify() 1879 … SfxHelp::OpenHelpAgent( &pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(), sHelpId ); in Notify()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | viewfrm.hxx | 177 SfxFrame& GetFrame() const; 182 { return GetFrame().GetFrameType(); } in GetFrameType() 184 { return GetFrame().GetTopFrame(); } in GetTopFrame() 186 { GetFrame().GetTargetList( rList ); } in GetTargetList() 188 { GetFrame().CancelTransfers(); } in CancelTransfers() 323 SfxViewFrame* GetFrame() const in GetFrame() function in SfxViewFrameItem
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 548 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in CreateFromTemplate() 563 xTargetFrame = pFrmItem->GetFrame(); in ExecuteNewDocument() 633 if ( pFrameItem && pFrameItem->GetFrame() ) in ExecuteNewDocument() 634 pFrame = &pFrameItem->GetFrame()->GetFrame(); in ExecuteNewDocument() 653 pFrame = &pFrameItem->GetFrame()->GetFrame(); in ExecuteNewDocument() 679 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in ExecuteNewDocument() 773 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in CreateEmptyDocument()
|
/aoo41x/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 109 SfxViewFrame* pViewFrame = GetBindings().GetDispatcher_Impl()->GetFrame(); in Update() 338 SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame(); in CreateFromSVMenu() 340 Reference< com::sun::star::frame::XFrame > xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in CreateFromSVMenu() 575 SfxViewFrame *pViewFrame = pBindings->GetDispatcher()->GetFrame(); in IMPL_LINK() 578 Reference<com::sun::star::frame::XFrame> xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in IMPL_LINK() 649 SfxViewFrame * pViewFrame = pBindings->GetDispatcher()->GetFrame(); in UpdateImages() 650 Reference<com::sun::star::frame::XFrame> xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in UpdateImages() 699 …n::star::frame::XFrame> aXFrame( pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame().GetFrameI… in UpdateImages() 868 …un::star::frame::XFrame> xFrame( pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame().GetFrameI… in InsertAddOnsMenuItem()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 236 pNewView->GetViewFrame()->GetFrame().Appear(); in lcl_LoadDoc() 251 SfxFrame* pFrm = pItem ? pItem->GetFrame() : 0; in lcl_LoadDoc() 470 m_pView->GetViewFrame()->GetFrame().GetFrameInterface(); in IMPL_LINK() 516 pSourceView->GetViewFrame()->GetFrame().AppearWithUpdate(); in IMPL_LINK() 555 m_pMMConfig->GetSourceView()->GetViewFrame()->GetFrame().Appear(); in IMPL_LINK() 589 m_pMMConfig->GetSourceView()->GetViewFrame()->GetFrame().AppearWithUpdate(); in IMPL_LINK()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | app.cxx | 479 …ACTIVATEDOC), pOldContainerFrame->GetObjectShell(), pOldContainerFrame->GetFrame().GetController()… in SetViewFrame_Impl() 503 …ACTIVATEDOC), pNewContainerFrame->GetObjectShell(), pNewContainerFrame->GetFrame().GetController()… in SetViewFrame_Impl() 543 SfxFrame& rFrame = SfxViewFrame::GetFirst(&rDoc)->GetFrame(); in QuerySave_Impl() 663 return pTop->GetFrame().GetWorkWindow_Impl()->GetStatusIndicator(); in GetStatusIndicator() 778 const SfxFrame* pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in ChooseScript()
|
H A D | childwin.cxx | 180 if ( GetFrame().is() ) in Destroy() 185 …::com::sun::star::uno::Reference < ::com::sun::star::util::XCloseable > xClose( GetFrame(), ::com:… in Destroy() 189 GetFrame()->dispose(); in Destroy() 247 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateChildWindow() 482 SfxModule *pMod = pDisp ? SfxModule::GetActiveModule( pDisp->GetFrame() ) :0; in CreateContext() 809 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > SfxChildWindow::GetFrame() in GetFrame() function in SfxChildWindow
|
H A D | appopen.cxx | 449 SfxViewFrame *pFrame = pView->GetFrame(); in LoadTemplate() 547 aReq.AppendItem( SfxFrameItem( SID_DOCFRAME, GetFrame() ) ); in NewDocDirectExec_Impl() 561 rReq.SetReturnValue( SfxFrameItem( 0, pItem->GetFrame() ) ); in NewDocDirectExec_Impl() 1143 pTargetFrame = pFrameItem->GetFrame(); in OpenDocExec_Impl() 1149 xTargetFrame = pUnoFrameItem->GetFrame(); in OpenDocExec_Impl() 1153 pTargetFrame = &SfxViewFrame::Current()->GetFrame(); in OpenDocExec_Impl() 1327 pCntrFrame = &pShell->GetViewFrame()->GetFrame(); in OpenDocExec_Impl()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 176 if ( !GetViewFrame()->GetFrame().IsInPlace() ) in _SetZoom() 259 if ( !GetViewFrame()->GetFrame().IsInPlace() && !bViewOnly ) in SetViewLayout() 345 Reference< XFrame > xFrame = GetViewFrame()->GetFrame().GetFrameInterface(); in CreatePageButtons() 541 pHRuler->SetActive(GetFrame() && IsActive()); in CreateTab() 609 pVRuler->SetActive(GetFrame() && IsActive()); in CreateVLineal()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drawsh2.cxx | 74 GetFrame()->GetFrame().GetController(), in ScDrawShell() 420 GetFrame()->GetFrame().GetController(), in Activate()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 259 if ( GetViewFrame()->GetFrame().IsInPlace() ) // inplace in Deactivate() 287 pFrame->GetFrame().Appear(); in SetActive() 385 if ( GetViewFrame()->GetFrame().IsInPlace() ) in InnerResizePixel() 1198 SfxFrame& rFrame = pViewFrame->GetFrame(); in lcl_GetViewObj() 1242 pViewFrm->GetFrame().Appear(); in StartSimpleRefDialog() 1384 sal_Bool bParent = ( GetViewFrame()->GetFrame().IsInPlace() && eFunc != KEYFUNC_DONTKNOW ); in TabKeyInput() 1639 if ( GetViewFrame()->GetFrame().IsInPlace() ) // inplace in Construct() 1779 if ( GetViewFrame()->GetFrame().IsInPlace() ) in Construct()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 101 if ( !pFrame->GetFrame().IsInPlace() ) in enableInput() 547 pMyViewFrm = pMyDisp->GetFrame(); in DoClose() 600 if ( !pFrame->GetFrame().IsInPlace() ) in EnableSpreadsheets() 640 if ( !pFrame->GetFrame().IsInPlace() ) in lcl_InvalidateWindows() 717 SfxViewFrame* pMyViewFrm = pMyDisp->GetFrame(); in EnterRefMode()
|