Lines Matching refs:SchXMLExport

3661 SchXMLExport::SchXMLExport(  in SchXMLExport()  function in SchXMLExport
3673 SchXMLExport::~SchXMLExport() in ~SchXMLExport()
3683 sal_uInt32 SchXMLExport::exportDoc( enum ::xmloff::token::XMLTokenEnum eClass ) in exportDoc()
3690 void SchXMLExport::_ExportStyles( sal_Bool bUsed ) in _ExportStyles()
3695 void SchXMLExport::_ExportMasterStyles() in _ExportMasterStyles()
3701 void SchXMLExport::_ExportAutoStyles() in _ExportAutoStyles()
3719 void SchXMLExport::_ExportContent() in _ExportContent()
3786 void SchXMLExport::SetProgress( sal_Int32 nPercentage ) in SetProgress()
3793 UniReference< XMLPropertySetMapper > SchXMLExport::GetPropertySetMapper() const in GetPropertySetMapper()
3879 …return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_ALL ^ ( EXPORT_SETTINGS | EXPORT_MASTER… in SchXMLExport_createInstance()
3898 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, in SchXMLExport_Oasis_createInstance()
3922 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_STYLES ); in SchXMLExport_Styles_createInstance()
3940 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_STYLES | EXPORT_OASIS ); in SchXMLExport_Oasis_Styles_createInstance()
3961 …return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_AUTOSTYLES | EXPORT_CONTENT | EXPORT_FO… in SchXMLExport_Content_createInstance()
3979 …return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_AUTOSTYLES | EXPORT_CONTENT | EXPORT_FO… in SchXMLExport_Oasis_Content_createInstance()
4016 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_META | EXPORT_OASIS ); in SchXMLExport_Oasis_Meta_createInstance()
4021 OUString SAL_CALL SchXMLExport::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()