Lines Matching refs:m_pViewShell

458 	SfxViewShell*							m_pViewShell			;  member
473 , m_pViewShell ( pViewShell ) in IMPL_SfxBaseController_DataContainer()
541 m_pData->m_pViewShell->SetController( this ); in DBG_NAME()
561 if ( !m_pData->m_pViewShell ) in getComponentWindow()
570 if ( !m_pData->m_pViewShell || !m_pData->m_pViewShell->GetObjectShell() ) in getViewControllerName()
573 const SfxObjectFactory& rDocFac( m_pData->m_pViewShell->GetObjectShell()->GetFactory() ); in getViewControllerName()
587 if ( !m_pData->m_pViewShell || !m_pData->m_pViewShell->GetObjectShell() ) in getCreationArguments()
601 ENSURE_OR_THROW( m_pData->m_pViewShell, "not to be called without a view shell" ); in GetViewFrame_Impl()
602 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame(); in GetViewFrame_Impl()
633 if ( m_pData->m_pViewShell ) in attachFrame()
638 …D, GlobalEventConfig::GetEventName( STR_EVENT_VIEWCREATED ), m_pData->m_pViewShell->GetObjectShell… in attachFrame()
650 …if ( m_pData->m_pViewShell && xModel.is() && xModel != m_pData->m_pViewShell->GetObjectShell()->Ge… in attachModel()
677 if ( !m_pData->m_pViewShell ) in suspend()
683 if ( !m_pData->m_pViewShell->PrepareClose() ) in suspend()
688 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame() ; in suspend()
691 SfxObjectShell* pDocShell = m_pData->m_pViewShell->GetObjectShell() ; in suspend()
711 if ( m_pData->m_pViewShell ) in suspend()
730 if ( m_pData->m_pViewShell ) in getViewData()
732 m_pData->m_pViewShell->WriteUserData( sData1 ) ; in getViewData()
747 if ( m_pData->m_pViewShell ) in restoreViewData()
751 m_pData->m_pViewShell->ReadUserData( sData ) ; in restoreViewData()
772 …return m_pData->m_pViewShell ? m_pData->m_pViewShell->GetObjectShell()->GetModel() : REFERENCE < X… in getModel()
785 if ( m_pData->m_pViewShell ) in queryDispatch()
787 SfxViewFrame* pAct = m_pData->m_pViewShell->GetViewFrame() ; in queryDispatch()
792 SfxViewFrame *pFrame = m_pData->m_pViewShell->GetViewFrame(); in queryDispatch()
812 pAct = m_pData->m_pViewShell->GetViewFrame() ; in queryDispatch()
867 pAct = m_pData->m_pViewShell->GetViewFrame() ; in queryDispatch()
870 const SfxSlot* pSlot = m_pData->m_pViewShell->GetVerbSlot_Impl(nId); in queryDispatch()
964 if ( m_pData->m_pViewShell ) in getBorder()
966 SvBorder aBorder = m_pData->m_pViewShell->GetBorderPixel(); in getBorder()
994 if ( m_pData->m_pViewShell ) in queryBorderedArea()
997 m_pData->m_pViewShell->QueryObjAreaPixel( aTmpRect ); in queryBorderedArea()
1045 if ( m_pData->m_pViewShell ) in dispose()
1047 SfxViewFrame* pFrame = m_pData->m_pViewShell->GetViewFrame() ; in dispose()
1048 if ( pFrame && pFrame->GetViewShell() == m_pData->m_pViewShell ) in dispose()
1050 m_pData->m_pViewShell->DiscardClients_Impl(); in dispose()
1051 m_pData->m_pViewShell->pImp->m_bControllerSet = false; in dispose()
1063 if ( pView != pFrame || pView->GetViewShell() != m_pData->m_pViewShell ) in dispose()
1085 SfxViewShell *pShell = m_pData->m_pViewShell; in dispose()
1086 m_pData->m_pViewShell = NULL; in dispose()
1120 if ( m_pData->m_pViewShell ) in ReleaseShell_Impl()
1122 SfxObjectShell* pDoc = m_pData->m_pViewShell->GetObjectShell() ; in ReleaseShell_Impl()
1131 m_pData->m_pViewShell = 0; in ReleaseShell_Impl()
1140 return m_pData->m_pViewShell; in GetViewShell_Impl()
1146 if ( m_pData->m_pViewShell && !m_pData->m_xIndicator.is() ) in getStatusIndicator()
1147 …m_pData->m_xIndicator = new SfxStatusIndicator( this, m_pData->m_pViewShell->GetViewFrame()->GetFr… in getStatusIndicator()
1157 if ( m_pData->m_pViewShell ) in registerContextMenuInterceptor()
1158 m_pData->m_pViewShell->AddContextMenuInterceptor_Impl( xInterceptor ); in registerContextMenuInterceptor()
1167 if ( m_pData->m_pViewShell ) in releaseContextMenuInterceptor()
1168 m_pData->m_pViewShell->RemoveContextMenuInterceptor_Impl( xInterceptor ); in releaseContextMenuInterceptor()
1201 SfxViewFrame* pViewFrame( m_pData->m_pViewShell->GetFrame() ); in getSupportedCommandGroups()
1235 if ( m_pData->m_pViewShell ) in getConfigurableDispatchInformation()
1239 SfxViewFrame* pViewFrame( m_pData->m_pViewShell->GetFrame() ); in getConfigurableDispatchInformation()
1294 ENSURE_OR_THROW( m_pData->m_pViewShell, "not to be called without a view shell" ); in ConnectSfxFrame_Impl()
1295 SfxViewFrame* pViewFrame = m_pData->m_pViewShell->GetFrame(); in ConnectSfxFrame_Impl()
1308 if ( ( m_pData->m_pViewShell->GetObjectShell() != NULL ) in ConnectSfxFrame_Impl()
1309 … && ( m_pData->m_pViewShell->GetObjectShell()->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) in ConnectSfxFrame_Impl()
1312 SfxViewFrame* pViewFrm = m_pData->m_pViewShell->GetViewFrame(); in ConnectSfxFrame_Impl()
1336 pViewFrame->GetDispatcher()->Push( *m_pData->m_pViewShell ); in ConnectSfxFrame_Impl()
1337 if ( m_pData->m_pViewShell->GetSubShell() ) in ConnectSfxFrame_Impl()
1338 pViewFrame->GetDispatcher()->Push( *m_pData->m_pViewShell->GetSubShell() ); in ConnectSfxFrame_Impl()
1339 m_pData->m_pViewShell->PushSubShells_Impl(); in ConnectSfxFrame_Impl()
1343 Window* pEditWin = m_pData->m_pViewShell->GetWindow(); in ConnectSfxFrame_Impl()
1344 if ( pEditWin && m_pData->m_pViewShell->IsShowView_Impl() ) in ConnectSfxFrame_Impl()
1362 SfxObjectShell& rDoc = *m_pData->m_pViewShell->GetObjectShell(); in ConnectSfxFrame_Impl()
1408 OSL_ENSURE( ( !m_pData->m_pViewShell->GetObjectShell()->IsLoading() ) in ConnectSfxFrame_Impl()
1415 m_pData->m_pViewShell->JumpToMark( sJumpMark ); in ConnectSfxFrame_Impl()
1465 m_pData->m_pViewShell->ReadUserDataSequence( aViewData, sal_True ); in ConnectSfxFrame_Impl()
1477 …const sal_uInt16 nViewNo = m_pData->m_pViewShell->GetObjectShell()->GetFactory().GetViewNo_Impl( p… in ConnectSfxFrame_Impl()