Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx458 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()
[all …]
H A Dviewsh.cxx125 void DisconnectViewShell() { m_pViewShell = NULL; } in DisconnectViewShell()
145 SfxViewShell* m_pViewShell; member in SfxClipboardChangeListener
153 : 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()
/AOO42X/main/sc/source/ui/unoobj/
H A DChartRangeSelectionListener.cxx47 m_pViewShell( pViewShell ) in ScChartRangeSelectionListener()
64 if( m_pViewShell ) in selectionChanged()
66 m_pViewShell->DoChartSelection( aRanges ); in selectionChanged()
90 m_pViewShell = 0; in disposing()
/AOO42X/main/sc/source/ui/inc/
H A DChartRangeSelectionListener.hxx71 ScTabViewShell * m_pViewShell; member in ScChartRangeSelectionListener