Lines Matching refs:m_pObjectShell
70 SfxObjectShellRef m_pObjectShell; member
76 : m_pObjectShell ( 0 ) in IMPL_PrintListener_DataContainer()
129 if( m_pData->m_pObjectShell.Is() ) in getPrinter()
131 Reference < view::XPrintable > xPrintable( m_pData->m_pObjectShell->GetModel(), UNO_QUERY ); in getPrinter()
140 …Reference < view::XPrintable > xPrintable( m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell-… in getPrintable()
147 if( m_pData->m_pObjectShell.Is() ) in cancelJob()
148 m_pData->m_pObjectShell->Broadcast( SfxPrintingHint( SFX_PRINTABLESTATE_CANCELJOB ) ); in cancelJob()
167 …m_pData->m_pObjectShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >(… in initialize()
168 m_pData->StartListening(*m_pData->m_pObjectShell); in initialize()
268 …SfxViewFrame *pViewFrm = m_pData->m_pObjectShell.Is() ? SfxViewFrame::GetFirst( m_pData->m_pObject… in getPrinter()
273 pViewFrm = SfxViewFrame::GetNext( *pViewFrm, m_pData->m_pObjectShell, sal_False ); in getPrinter()
324 SfxViewFrame *pViewFrm = m_pData->m_pObjectShell.Is() ? in impl_setPrinter()
325 SfxViewFrame::GetFirst( m_pData->m_pObjectShell, sal_False ) : 0; in impl_setPrinter()
587 SfxViewFrame *pViewFrm = m_pData->m_pObjectShell.Is() ? in print()
588 SfxViewFrame::GetFirst( m_pData->m_pObjectShell, sal_False ) : 0; in print()
791 if ( &rBC != m_pObjectShell in Notify()