Lines Matching refs:pFrame
521 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in HasModalViews() local
522 while( pFrame ) in HasModalViews()
524 if ( pFrame->IsInModalMode() ) in HasModalViews()
527 pFrame = SfxViewFrame::GetNext( *pFrame, this ); in HasModalViews()
1155 void SfxObjectShell::PostActivateEvent_Impl( SfxViewFrame* pFrame ) in PostActivateEvent_Impl() argument
1158 if ( !pSfxApp->IsDowning() && !IsLoading() && pFrame && !pFrame->GetFrame().IsClosing_Impl() ) in PostActivateEvent_Impl()
1166 …ventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_OPENDOC), this, pFrame->GetFrame().GetCon… in PostActivateEvent_Impl()
1168 …ntHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_CREATEDOC), this, pFrame->GetFrame().GetCon… in PostActivateEvent_Impl()
1569 SfxViewShell* pSh = pMark->pFrame->GetViewShell(); in PositionView_Impl()
1623 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pObjSh ); in Timeout() local
1625 if ( pFrame ) in Timeout()
1642 pFrame->ExecReload_Impl( aReq ); in Timeout()
1952 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); pFrame; pFrame = SfxViewFrame::GetNext… in SetWaitCursor() local
1955 pFrame->GetFrame().GetWindow().EnterWait(); in SetWaitCursor()
1957 pFrame->GetFrame().GetWindow().LeaveWait(); in SetWaitCursor()
1974 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); pFrame; pFrame = SfxViewFrame::GetNext… in Invalidate() local
1975 Invalidate_Impl( pFrame->GetBindings(), nId ); in Invalidate()
2004 SfxFrame* pFrame = 0; in GetDialogParent() local
2008 pFrame = pFrameItem->GetFrame(); in GetDialogParent()
2017 pFrame = &pView->GetFrame(); in GetDialogParent()
2020 if ( pFrame ) in GetDialogParent()
2022 pWindow = VCLUnoHelper::GetWindow( pFrame->GetFrameInterface()->getContainerWindow() ); in GetDialogParent()
2085 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in IsInPlaceActive() local
2086 return pFrame && pFrame->GetFrame().IsInPlace(); in IsInPlaceActive()
2094 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in IsUIActive() local
2095 …return pFrame && pFrame->GetFrame().IsInPlace() && pFrame->GetFrame().GetWorkWindow_Impl()->IsVisi… in IsUIActive()