Searched refs:m_pObjectShell (Results 1 – 4 of 4) sorted by relevance
201 SfxObjectShellRef m_pObjectShell ; member235 : m_pObjectShell ( pObjectShell ) in IMPL_SfxBaseModel_DataContainer()264 if ( m_pObjectShell.Is() && !m_pObjectShell->IsModified() ) in storageIsModified()265 m_pObjectShell->SetModified( sal_True ); in storageIsModified()272 OSL_ENSURE(m_pObjectShell, "GetDMA: no object shell?"); in GetDMA()273 if (!m_pObjectShell) in GetDMA()282 m_pObjectShell->GetModel()); in GetDMA()307 xContext, *m_pObjectShell, uri); in GetDMA()314 return (m_pObjectShell) in CreateDMAUninitialized()316 ::comphelper::getProcessComponentContext(), *m_pObjectShell) in CreateDMAUninitialized()[all …]
70 SfxObjectShellRef m_pObjectShell; member76 : 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()[all …]
39 , m_pObjectShell( NULL ) in OwnSubFilterService()86 if ( !m_pObjectShell ) in filter()89 return m_pObjectShell->ImportFromGeneratedStream_Impl( m_xStream, aDescriptor ); in filter()110 if ( m_pObjectShell ) in initialize()120 …m_pObjectShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle … in initialize()123 if ( !m_pObjectShell ) in initialize()
48 SfxObjectShell* m_pObjectShell; member in sfx2::OwnSubFilterService