Lines Matching refs:pFrame
79 SfxViewFrame* pFrame; // Frame, falls <UI-aktiv> member
149 pImp->pFrame = 0; in SfxShell()
175 pImp->pFrame = 0; in SfxShell()
258 return pImp->pFrame ? pImp->pFrame->GetDispatcher() : 0; in GetDispatcher()
303 if ( pImp->pFrame ) in GetFrame()
304 return pImp->pFrame; in GetFrame()
650 void SfxShell::DoActivate_Impl( SfxViewFrame *pFrame, sal_Bool bMDI ) in DoActivate_Impl() argument
682 pImp->pFrame = pFrame; in DoActivate_Impl()
692 void SfxShell::DoDeactivate_Impl( SfxViewFrame *pFrame, sal_Bool bMDI ) in DoDeactivate_Impl() argument
723 if ( bMDI && pImp->pFrame == pFrame ) in DoDeactivate_Impl()
726 pImp->pFrame = 0; in DoDeactivate_Impl()
1247 SfxViewFrame *pFrame = GetFrame(); in UIFeatureChanged() local
1248 if ( pFrame && pFrame->IsVisible() ) in UIFeatureChanged()
1257 pImp->pUpdater->Call( pFrame->GetDispatcher(), sal_True ); in UIFeatureChanged()