Lines Matching refs:pFrame
457 void SfxApplication::SetViewFrame_Impl( SfxViewFrame *pFrame ) in SetViewFrame_Impl() argument
459 if ( pFrame != pAppData_Impl->pViewFrame ) in SetViewFrame_Impl()
465 SfxViewFrame *pNewContainerFrame = pFrame; in SetViewFrame_Impl()
480 pOldContainerFrame->DoDeactivate( bTaskActivate, pFrame ); in SetViewFrame_Impl()
486 pAppData_Impl->pViewFrame = pFrame; in SetViewFrame_Impl()
529 if ( pFrame && pFrame->GetViewShell() ) in SetViewFrame_Impl()
530 pFrame->GetViewShell()->SetCurrentDocument(); in SetViewFrame_Impl()
698 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); pFrame; pFrame = SfxViewFrame::GetNext( *pFr… in Invalidate() local
699 Invalidate_Impl( pFrame->GetBindings(), nId ); in Invalidate()
778 const SfxFrame* pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in ChooseScript() local
779 …uno::Reference< frame::XFrame > xFrame( pFrame ? pFrame->GetFrameInterface() : uno::Reference< fra… in ChooseScript()