Searched refs:m_pViewShell (Results 1 – 4 of 4) sorted by relevance
456 SfxViewShell* m_pViewShell ; member471 , m_pViewShell ( pViewShell ) in IMPL_SfxBaseController_DataContainer()539 m_pData->m_pViewShell->SetController( this ); in DBG_NAME()559 if ( !m_pData->m_pViewShell ) in getComponentWindow()568 if ( !m_pData->m_pViewShell || !m_pData->m_pViewShell->GetObjectShell() ) in getViewControllerName()571 const SfxObjectFactory& rDocFac( m_pData->m_pViewShell->GetObjectShell()->GetFactory() ); in getViewControllerName()585 if ( !m_pData->m_pViewShell || !m_pData->m_pViewShell->GetObjectShell() ) in getCreationArguments()599 ENSURE_OR_THROW( m_pData->m_pViewShell, "not to be called without a view shell" ); in GetViewFrame_Impl()600 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame(); in GetViewFrame_Impl()631 if ( m_pData->m_pViewShell ) in attachFrame()[all …]
123 void DisconnectViewShell() { m_pViewShell = NULL; } in DisconnectViewShell()143 SfxViewShell* m_pViewShell; member in SfxClipboardChangeListener151 : m_pViewShell( 0 ), m_xClpbrdNtfr( xClpbrdNtfr ) in SfxClipboardChangeListener()157 m_pViewShell = pView; in SfxClipboardChangeListener()173 if( m_pViewShell ) in ChangedContents()175 SfxBindings& rBind = m_pViewShell->GetViewFrame()->GetBindings(); in ChangedContents()
47 m_pViewShell( pViewShell ) in ScChartRangeSelectionListener()63 if( m_pViewShell ) in selectionChanged()65 m_pViewShell->DoChartSelection( aRanges ); in selectionChanged()88 m_pViewShell = 0; in disposing()
66 ScTabViewShell * m_pViewShell; member in ScChartRangeSelectionListener