Lines Matching refs:pFrame

524 	SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this );  in HasModalViews()  local
525 while( pFrame ) in HasModalViews()
527 if ( pFrame->IsInModalMode() ) in HasModalViews()
530 pFrame = SfxViewFrame::GetNext( *pFrame, this ); in HasModalViews()
1158 void SfxObjectShell::PostActivateEvent_Impl( SfxViewFrame* pFrame ) in PostActivateEvent_Impl() argument
1161 if ( !pSfxApp->IsDowning() && !IsLoading() && pFrame && !pFrame->GetFrame().IsClosing_Impl() ) in PostActivateEvent_Impl()
1169 …ventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_OPENDOC), this, pFrame->GetFrame().GetCon… in PostActivateEvent_Impl()
1171 …ntHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_CREATEDOC), this, pFrame->GetFrame().GetCon… in PostActivateEvent_Impl()
1572 SfxViewShell* pSh = pMark->pFrame->GetViewShell(); in PositionView_Impl()
1626 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pObjSh ); in Timeout() local
1628 if ( pFrame ) in Timeout()
1645 pFrame->ExecReload_Impl( aReq ); in Timeout()
1960 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); pFrame; pFrame = SfxViewFrame::GetNext… in SetWaitCursor() local
1963 pFrame->GetFrame().GetWindow().EnterWait(); in SetWaitCursor()
1965 pFrame->GetFrame().GetWindow().LeaveWait(); in SetWaitCursor()
1982 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); pFrame; pFrame = SfxViewFrame::GetNext… in Invalidate() local
1983 Invalidate_Impl( pFrame->GetBindings(), nId ); in Invalidate()
2012 SfxFrame* pFrame = 0; in GetDialogParent() local
2016 pFrame = pFrameItem->GetFrame(); in GetDialogParent()
2025 pFrame = &pView->GetFrame(); in GetDialogParent()
2028 if ( pFrame ) in GetDialogParent()
2030 pWindow = VCLUnoHelper::GetWindow( pFrame->GetFrameInterface()->getContainerWindow() ); in GetDialogParent()
2093 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in IsInPlaceActive() local
2094 return pFrame && pFrame->GetFrame().IsInPlace(); in IsInPlaceActive()
2102 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in IsUIActive() local
2103 …return pFrame && pFrame->GetFrame().IsInPlace() && pFrame->GetFrame().GetWorkWindow_Impl()->IsVisi… in IsUIActive()