Lines Matching refs:pFrame

74 	SfxFrame*           pFrame;  member in SfxFrameWindow_Impl
91 , pFrame( pF ) in SfxFrameWindow_Impl()
102 SfxWorkWindow *pWorkWin = pFrame->GetWorkWindow_Impl(); in DataChanged()
109 if ( pFrame->IsClosing_Impl() || !pFrame->GetFrameInterface().is() ) in Notify()
112 SfxViewFrame* pView = pFrame->GetCurrentViewFrame(); in Notify()
118 …if ( pView->GetViewShell() && !pView->GetViewShell()->GetUIActiveIPClient_Impl() && !pFrame->IsInP… in Notify()
134 SfxHelp::OpenHelpAgent( pFrame, sHelpId ); in Notify()
166 SfxViewFrame* pView = pFrame->GetCurrentViewFrame(); in PreNotify()
174 SfxViewFrame* pView = pFrame->GetCurrentViewFrame(); in PreNotify()
187 SfxWorkWindow *pWorkWin = pFrame->GetWorkWindow_Impl(); in PreNotify()
197 …if ( pFrame && !pFrame->IsClosing_Impl() && pFrame->GetCurrentViewFrame() && pFrame->GetFrameInter… in GetFocus()
198 pFrame->GetCurrentViewFrame()->MakeActive_Impl( sal_True ); in GetFocus()
211 pFrame->pImp->bHidden = sal_False; in StateChanged()
212 if ( pFrame->IsInPlace() ) in StateChanged()
219 SfxViewFrame* pView = pFrame->GetCurrentViewFrame(); in StateChanged()
229 if ( !pFrame->pImp->bLockResize ) in DoResize()
230 pFrame->Resize(); in DoResize()
251 SfxFrame* pFrame = NULL; in Create() local
288 for ( pFrame = SfxFrame::GetFirst(); in Create()
289 pFrame; in Create()
290 pFrame = SfxFrame::GetNext( *pFrame ) in Create()
293 if ( pFrame->GetFrameInterface() == xFrame ) in Create()
297 …OSL_ENSURE( pFrame, "SfxFrame::Create: load succeeded, but no SfxFrame was created during this!" ); in Create()
304 return pFrame; in Create()
314 SfxFrame* pFrame = new SfxFrame( *pWindow, false ); in Create() local
315 pFrame->SetFrameInterface_Impl( i_rFrame ); in Create()
316 return pFrame; in Create()
395 if ( pFrame && !pFrame->PrepareClose_Impl( sal_True ) ) in IMPL_LINK()
398 if ( pFrame ) in IMPL_LINK()
399pFrame->GetCurrentViewFrame()->GetBindings().Execute( SID_CLOSEWIN, 0, 0, SFX_CALLMODE_ASYNCHRON ); in IMPL_LINK()