Searched refs:m_pObjectShell (Results 1 – 4 of 4) sorted by relevance
268 if ( m_pObjectShell.Is() && !m_pObjectShell->IsModified() ) in storageIsModified()277 if (!m_pObjectShell) in GetDMA()318 return (m_pObjectShell) in CreateDMAUninitialized()956 if ( m_pData->m_pObjectShell.Is() && !m_pData->m_pObjectShell->GetMedium() ) in attachResource()1390 return m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell->IsModified() : sal_False; in isModified()1555 return m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell->HasName() : sal_False; in hasLocation()1586 return m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell->IsReadOnly() : sal_True; in isReadonly()1655 sal_uInt32 nErrCode = m_pData->m_pObjectShell->GetError() ? m_pData->m_pObjectShell->GetError() in storeSelf()2561 if ( m_pData->m_pObjectShell ) in NotifyStorageListeners_Impl()2725 if ( !m_pData->m_pObjectShell.Is() || !m_pData->m_pObjectShell->IsEnableSetModified() ) in changing()[all …]
70 SfxObjectShellRef m_pObjectShell; member76 : m_pObjectShell ( 0 ) in IMPL_PrintListener_DataContainer()129 if( m_pData->m_pObjectShell.Is() ) 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()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()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()[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
Completed in 57 milliseconds