Lines Matching refs:SfxViewFrame

599 SfxViewFrame& SfxBaseController::GetViewFrame_Impl() const  in GetViewFrame_Impl()
602 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame(); in GetViewFrame_Impl()
688 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame() ; in suspend()
694 …for ( const SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); !bOther && pFrame; pFrame … in suspend()
787 SfxViewFrame* pAct = m_pData->m_pViewShell->GetViewFrame() ; in queryDispatch()
792 SfxViewFrame *pFrame = m_pData->m_pViewShell->GetViewFrame(); in queryDispatch()
836 SfxViewFrame* pParentFrame = NULL; in queryDispatch()
837 for ( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); in queryDispatch()
839 pFrame = SfxViewFrame::GetNext( *pFrame ) ) in queryDispatch()
893 SfxViewFrame* pParentFrame = NULL; in queryDispatch()
894 for ( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); in queryDispatch()
896 pFrame = SfxViewFrame::GetNext( *pFrame ) ) in queryDispatch()
1047 SfxViewFrame* pFrame = m_pData->m_pViewShell->GetViewFrame() ; in dispose()
1059 SfxViewFrame *pView = SfxViewFrame::GetFirst(pDoc); in dispose()
1065 pView = SfxViewFrame::GetNext( *pView, pDoc ); in dispose()
1201 SfxViewFrame* pViewFrame( m_pData->m_pViewShell->GetFrame() ); in getSupportedCommandGroups()
1239 SfxViewFrame* pViewFrame( m_pData->m_pViewShell->GetFrame() ); in getConfigurableDispatchInformation()
1295 SfxViewFrame* pViewFrame = m_pData->m_pViewShell->GetFrame(); in ConnectSfxFrame_Impl()
1312 SfxViewFrame* pViewFrm = m_pData->m_pViewShell->GetViewFrame(); in ConnectSfxFrame_Impl()
1347 if ( SfxViewFrame::Current() == pViewFrame ) in ConnectSfxFrame_Impl()