Lines Matching refs:GetFrame

238         if ( GetFrame() )  in Call_Impl()
242 GetFrame()->GetFrame().GetFrameInterface(), in Call_Impl()
259 rReq.Record_Impl( rShell, rSlot, xRecorder, GetFrame() ); 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
771 pBindings->SetActiveFrame( pImp->pFrame->GetFrame().GetFrameInterface() ); in DoActivate_Impl()
799 pImp->pFrame->GetFrame().GetWorkWindow_Impl()->HidePopups_Impl( sal_False, sal_False, 1 ); in DoActivate_Impl()
857 SfxWorkWindow *pWorkWin = pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in DoDeactivate_Impl()
885 pNew->GetFrame().GetFrameInterface()->getCreator(), com::sun::star::uno::UNO_QUERY ); in DoDeactivate_Impl()
888 GetFrame()->GetFrame().GetFrameInterface(), com::sun::star::uno::UNO_QUERY ); in DoDeactivate_Impl()
904 pImp->pFrame->GetFrame().GetWorkWindow_Impl()->HidePopups_Impl( sal_True, sal_False, 1 ); in DoDeactivate_Impl()
1614 SfxFrame& rFrame = pTop->GetFrame(); in SetMenu_Impl()
1650 SfxWorkWindow *pWork = pDisp->pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl()
1664 if ( !bUpdate || pImp->pFrame->GetFrame().IsClosing_Impl() ) in Update_Impl()
1701 SfxWorkWindow *pWorkWin = pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl()
1708 SfxWorkWindow *pWork = pDispat->pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in Update_Impl()
1745 SfxWorkWindow *pWorkWin = pImp->pFrame->GetFrame().GetWorkWindow_Impl(); in _Update_Impl()
1772 SfxSlotPool* pSlotPool = &SfxSlotPool::GetSlotPool( GetFrame() ); in _Update_Impl()
1905 …pImp->pFrame->GetFrame().GetWorkWindow_Impl()->SetStatusBar_Impl( nStatBarId, pStatusBarShell, rBi… in _Update_Impl()
2180 if ( pParent->pImp->pFrame->GetFrame().HasComponent() ) in _TryIntercept_Impl()
2649 Window *pWindow = pWin ? pWin : rDisp.pImp->pFrame->GetFrame().GetWorkWindow_Impl()->GetWindow(); in Popup()
2655 …return SfxPopupMenuManager::Popup( rResId, rDisp.GetFrame(), pPos ? *pPos : pWindow->GetPointerPos… in Popup()
2689 … Window *pWindow = pWin ? pWin : rDisp.pImp->pFrame->GetFrame().GetWorkWindow_Impl()->GetWindow(); in ExecutePopup()
2703 …SfxPopupMenuManager::ExecutePopup( rResId, rDisp.GetFrame(), pPos ? *pPos : pWindow->GetPointerPos… in ExecutePopup()
2712 Window *pWindow = pWin ? pWin : pImp->pFrame->GetFrame().GetWorkWindow_Impl()->GetWindow(); in ExecutePopup()
2720 …SfxPopupMenuManager::ExecutePopup( rId, GetFrame(), pPos ? *pPos : pWindow->GetPointerPosPixel(), … in ExecutePopup()
2819 SfxFrame& rFrame = pTop->GetFrame(); in HideUI()