Lines Matching refs:pViewFrame

1201     SfxViewFrame* pViewFrame( m_pData->m_pViewShell->GetFrame() );  in getSupportedCommandGroups()  local
1202 SfxSlotPool* pPool = &SfxSlotPool::GetSlotPool( pViewFrame ); in getSupportedCommandGroups()
1239 SfxViewFrame* pViewFrame( m_pData->m_pViewShell->GetFrame() ); in getConfigurableDispatchInformation() local
1240 SfxSlotPool* pPool( &SfxSlotPool::GetSlotPool( pViewFrame )); in getConfigurableDispatchInformation()
1295 SfxViewFrame* pViewFrame = m_pData->m_pViewShell->GetFrame(); in ConnectSfxFrame_Impl() local
1296 ENSURE_OR_THROW( pViewFrame, "a view shell without a view frame is pretty pathological" ); in ConnectSfxFrame_Impl()
1301 pViewFrame->Enable( bConnect ); in ConnectSfxFrame_Impl()
1302 pViewFrame->GetDispatcher()->Lock( !bConnect ); in ConnectSfxFrame_Impl()
1336 pViewFrame->GetDispatcher()->Push( *m_pData->m_pViewShell ); in ConnectSfxFrame_Impl()
1338 pViewFrame->GetDispatcher()->Push( *m_pData->m_pViewShell->GetSubShell() ); in ConnectSfxFrame_Impl()
1340 pViewFrame->GetDispatcher()->Flush(); in ConnectSfxFrame_Impl()
1347 if ( SfxViewFrame::Current() == pViewFrame ) in ConnectSfxFrame_Impl()
1348 pViewFrame->GetDispatcher()->Update_Impl( sal_True ); in ConnectSfxFrame_Impl()
1350 Window* pFrameWin = &pViewFrame->GetWindow(); in ConnectSfxFrame_Impl()
1351 if ( pFrameWin != &pViewFrame->GetFrame().GetWindow() ) in ConnectSfxFrame_Impl()
1361 SfxFrame& rFrame = pViewFrame->GetFrame(); in ConnectSfxFrame_Impl()
1366 pViewFrame->GetDispatcher()->HideUI( sal_True ); in ConnectSfxFrame_Impl()
1368 pViewFrame->GetDispatcher()->HideUI( sal_False ); in ConnectSfxFrame_Impl()
1371 pViewFrame->LockAdjustPosSizePixel(); in ConnectSfxFrame_Impl()
1377 pViewFrame->GetDispatcher()->Update_Impl(); in ConnectSfxFrame_Impl()
1378 pViewFrame->Show(); in ConnectSfxFrame_Impl()
1381 pViewFrame->MakeActive_Impl( rFrame.GetFrameInterface()->isActive() ); in ConnectSfxFrame_Impl()
1385 pViewFrame->UnlockAdjustPosSizePixel(); in ConnectSfxFrame_Impl()
1389 pViewFrame->Resize( sal_True ); in ConnectSfxFrame_Impl()
1399 pViewFrame->UpdateTitle(); in ConnectSfxFrame_Impl()
1402 pViewFrame->Resize( sal_True ); in ConnectSfxFrame_Impl()
1454 if ( pViewFactory->GetOrdinal() == pViewFrame->GetCurViewId() ) in ConnectSfxFrame_Impl()
1477 … m_pData->m_pViewShell->GetObjectShell()->GetFactory().GetViewNo_Impl( pViewFrame->GetCurViewId(),… in ConnectSfxFrame_Impl()
1480 pViewFrame->GetBindings().Invalidate( nViewNo + SID_VIEWSHELL0 ); in ConnectSfxFrame_Impl()