Home
last modified time | relevance | path

Searched refs:m_pViewSh (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/source/view/
H A Dipclient.cxx648 m_pViewSh( pViewShell ), in SfxInPlaceClient()
665 m_pViewSh->IPClientGone_Impl(this); in ~SfxInPlaceClient()
741 if ( !m_pViewSh || m_pViewSh->GetViewFrame()->GetFrame().IsClosing_Impl() ) in SetObject()
935 SfxErrorContext aEc( ERRCTX_SO_DOVERB, m_pViewSh->GetWindow(), RID_SO_ERRCTX ); in DoVerb()
990 if ( m_pViewSh ) in DoVerb()
991 m_pViewSh->GetViewFrame()->GetTopFrame().LockResize_Impl(sal_True); in DoVerb()
1038 if ( m_pViewSh ) in DoVerb()
1040 SfxViewFrame* pFrame = m_pViewSh->GetViewFrame(); in DoVerb()
1106 if ( m_pViewSh ) in DeactivateObject()
1107 m_pViewSh->GetViewFrame()->GetTopFrame().LockResize_Impl(sal_True); in DeactivateObject()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dipclient.hxx51 SfxViewShell* m_pViewSh; member in SfxInPlaceClient
70 SfxViewShell* GetViewShell() const { return m_pViewSh; } in GetViewShell()