Home
last modified time | relevance | path

Searched refs:m_pViewShell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx456 SfxViewShell* m_pViewShell ; member
471 , 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 …]
H A Dviewsh.cxx123 void DisconnectViewShell() { m_pViewShell = NULL; } in DisconnectViewShell()
143 SfxViewShell* m_pViewShell; member in SfxClipboardChangeListener
151 : 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()
/trunk/main/sc/source/ui/unoobj/
H A DChartRangeSelectionListener.cxx47 m_pViewShell( pViewShell ) in ScChartRangeSelectionListener()
63 if( m_pViewShell ) in selectionChanged()
65 m_pViewShell->DoChartSelection( aRanges ); in selectionChanged()
88 m_pViewShell = 0; in disposing()
/trunk/main/sc/source/ui/inc/
H A DChartRangeSelectionListener.hxx66 ScTabViewShell * m_pViewShell; member in ScChartRangeSelectionListener