Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx201 SfxObjectShellRef m_pObjectShell ; member
235 : 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 …]
H A Dprinthelper.cxx70 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()
[all …]
H A Downsubfilterservice.cxx39 , 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()
/trunk/main/sfx2/source/inc/
H A Downsubfilterservice.hxx48 SfxObjectShell* m_pObjectShell; member in sfx2::OwnSubFilterService