Searched refs:m_pObjectShell (Results 1 – 4 of 4) sorted by relevance
205 SfxObjectShellRef m_pObjectShell ; member239 : m_pObjectShell ( pObjectShell ) in IMPL_SfxBaseModel_DataContainer()268 if ( m_pObjectShell.Is() && !m_pObjectShell->IsModified() ) in storageIsModified()269 m_pObjectShell->SetModified( sal_True ); in storageIsModified()276 OSL_ENSURE(m_pObjectShell, "GetDMA: no object shell?"); in GetDMA()277 if (!m_pObjectShell) in GetDMA()286 m_pObjectShell->GetModel()); in GetDMA()311 xContext, *m_pObjectShell, uri); in GetDMA()318 return (m_pObjectShell) in CreateDMAUninitialized()320 ::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()87 if ( !m_pObjectShell ) in filter()90 return m_pObjectShell->ImportFromGeneratedStream_Impl( m_xStream, aDescriptor ); in filter()113 if ( m_pObjectShell ) in initialize()123 …m_pObjectShell = reinterpret_cast< SfxObjectShell* >( sal::static_int_cast< sal_IntPtr >( nHandle … in initialize()126 if ( !m_pObjectShell ) in initialize()
48 SfxObjectShell* m_pObjectShell; member in sfx2::OwnSubFilterService