Lines Matching refs:pViewFrame

1625     return SfxApplication::Get() ? SFX_APP()->Get_Impl()->pViewFrame : NULL;  in Current()
2066 void SfxViewFrame::SetActiveChildFrame_Impl( SfxViewFrame *pViewFrame ) in SetActiveChildFrame_Impl() argument
2068 if ( pViewFrame != pImp->pActiveChild ) in SetActiveChildFrame_Impl()
2073 pImp->pActiveChild = pViewFrame; in SetActiveChildFrame_Impl()
2077 if ( pViewFrame ) in SetActiveChildFrame_Impl()
2078 xActive = pViewFrame->GetFrame().GetFrameInterface(); in SetActiveChildFrame_Impl()
2087 SfxViewFrame *pViewFrame = pImp->pActiveChild; in GetActiveChildFrame_Impl() local
2103 return pViewFrame; in GetActiveChildFrame_Impl()
2272 SfxViewFrame* pViewFrame = NULL; in Get() local
2273 for ( pViewFrame = SfxViewFrame::GetFirst( pDoc, sal_False ); in Get()
2274 pViewFrame; in Get()
2275 pViewFrame = SfxViewFrame::GetNext( *pViewFrame, pDoc, sal_False ) in Get()
2278 if ( pViewFrame->GetViewShell()->GetController() == i_rController ) in Get()
2282 return pViewFrame; in Get()
3035 SfxViewFrame* pViewFrame = pViewShell->GetViewFrame(); in AddDispatchMacroToBasic_Impl() local
3036 SfxDispatcher* pDispat = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in AddDispatchMacroToBasic_Impl()
3610 SfxViewFrame* pViewFrame = pFrame ? pFrame->GetCurrentViewFrame() : NULL; in ActivateToolPanel() local
3611 …ENSURE_OR_RETURN_VOID( pViewFrame != NULL, "SfxViewFrame::ActivateToolPanel: did not find an SfxFr… in ActivateToolPanel()
3613 pViewFrame->ActivateToolPanel_Impl( i_rPanelURL ); in ActivateToolPanel()