Home
last modified time | relevance | path

Searched refs:SmXMLExport (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/starmath/source/
H A Dmathmlexport.cxx310 SmXMLExport *pFilter = reinterpret_cast< SmXMLExport * >( in WriteThroughComponent()
312 xFilterTunnel->getSomething( SmXMLExport::getUnoTunnelId() ))); in WriteThroughComponent()
388 SmXMLExport::SmXMLExport( in SmXMLExport() function in SmXMLExport
397 sal_Int64 SAL_CALL SmXMLExport::getSomething( in getSomething()
409 const uno::Sequence< sal_Int8 > & SmXMLExport::getUnoTunnelId() throw() in getUnoTunnelId()
447 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_ALL ); in SmXMLExport_createInstance()
471 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_META ); in SmXMLExportMetaOOO_createInstance()
495 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_META ); in SmXMLExportMeta_createInstance()
519 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_SETTINGS ); in SmXMLExportSettingsOOO_createInstance()
543 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_SETTINGS ); in SmXMLExportSettings_createInstance()
[all …]
H A Dmathmlexport.hxx84 class SmXMLExport : public SvXMLExport class
113 SmXMLExport(
116 virtual ~SmXMLExport() {}; in ~SmXMLExport()