Lines Matching refs:SchXMLImport
588 SchXMLImport::SchXMLImport( in SchXMLImport() function in SchXMLImport
600 SchXMLImport::SchXMLImport( in SchXMLImport() function in SchXMLImport
636 SchXMLImport::~SchXMLImport() throw () in ~SchXMLImport()
652 SvXMLImportContext *SchXMLImport::CreateContext( sal_uInt16 nPrefix, const OUString& rLocalName, in CreateContext()
698 SvXMLImportContext* SchXMLImport::CreateStylesContext( in CreateStylesContext()
715 void SAL_CALL SchXMLImport::setTargetDocument( const uno::Reference< lang::XComponent >& xDoc ) in setTargetDocument()
805 return (cppu::OWeakObject*)new SchXMLImport(rSMgr); in SchXMLImport_createInstance()
828 return (cppu::OWeakObject*)new SchXMLImport( rSMgr, IMPORT_STYLES ); in SchXMLImport_Styles_createInstance()
849 …return (cppu::OWeakObject*)new SchXMLImport( rSMgr, IMPORT_CONTENT | IMPORT_AUTOSTYLES | IMPORT_FO… in SchXMLImport_Content_createInstance()
870 return (cppu::OWeakObject*)new SchXMLImport( rSMgr, IMPORT_META ); in SchXMLImport_Meta_createInstance()
874 OUString SAL_CALL SchXMLImport::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()