Searched refs:m_pViewShell (Results 1 – 4 of 4) sorted by relevance
458 SfxViewShell* m_pViewShell ; member473 , 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()[all …]
125 void DisconnectViewShell() { m_pViewShell = NULL; } in DisconnectViewShell()145 SfxViewShell* m_pViewShell; member in SfxClipboardChangeListener153 : m_pViewShell( 0 ), m_xClpbrdNtfr( xClpbrdNtfr ) in SfxClipboardChangeListener()159 m_pViewShell = pView; in SfxClipboardChangeListener()175 if( m_pViewShell ) in ChangedContents()177 SfxBindings& rBind = m_pViewShell->GetViewFrame()->GetBindings(); in ChangedContents()
47 m_pViewShell( pViewShell ) in ScChartRangeSelectionListener()64 if( m_pViewShell ) in selectionChanged()66 m_pViewShell->DoChartSelection( aRanges ); in selectionChanged()90 m_pViewShell = 0; in disposing()
71 ScTabViewShell * m_pViewShell; member in ScChartRangeSelectionListener