Home
last modified time | relevance | path

Searched refs:registerNamespace (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/oox/source/core/
H A Dxmlfilterbase.cxx101 maFastParser.registerNamespace( NMSP_xml ); in XmlFilterBaseImpl()
103 maFastParser.registerNamespace( NMSP_officeRel ); in XmlFilterBaseImpl()
105 maFastParser.registerNamespace( NMSP_dml ); in XmlFilterBaseImpl()
107 maFastParser.registerNamespace( NMSP_dmlChart ); in XmlFilterBaseImpl()
111 maFastParser.registerNamespace( NMSP_vml ); in XmlFilterBaseImpl()
113 maFastParser.registerNamespace( NMSP_vmlWord ); in XmlFilterBaseImpl()
114 maFastParser.registerNamespace( NMSP_vmlExcel ); in XmlFilterBaseImpl()
117 maFastParser.registerNamespace( NMSP_xls ); in XmlFilterBaseImpl()
118 maFastParser.registerNamespace( NMSP_ppt ); in XmlFilterBaseImpl()
120 maFastParser.registerNamespace( NMSP_ax ); in XmlFilterBaseImpl()
[all …]
H A Dfastparser.cxx88 void FastParser::registerNamespace( sal_Int32 nNamespaceId ) throw( IllegalArgumentException, Runti… in registerNamespace() function in oox::core::FastParser
97 mxParser->registerNamespace( *pNamespaceUrl, nNamespaceId ); in registerNamespace()
H A Dfilterdetect.cxx651 aParser.registerNamespace( NMSP_packageRel ); in detect()
652 aParser.registerNamespace( NMSP_officeRel ); in detect()
653 aParser.registerNamespace( NMSP_packageContentTypes ); in detect()
/aoo41x/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx165 aParser.registerNamespace( NMSP_packageMetaCorePr ); in importProperties()
166 aParser.registerNamespace( NMSP_dc ); in importProperties()
167 aParser.registerNamespace( NMSP_dcTerms ); in importProperties()
168 aParser.registerNamespace( NMSP_officeExtPr ); in importProperties()
169 aParser.registerNamespace( NMSP_officeCustomPr ); in importProperties()
170 aParser.registerNamespace( NMSP_officeDocPropsVT ); in importProperties()
/aoo41x/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl92 <member>registerNamespace</member>.
162 void registerNamespace( [in] string NamespaceURL, [in] long NamespaceToken )
/aoo41x/main/oox/inc/oox/core/
H A Dfastparser.hxx53 void registerNamespace( sal_Int32 nNamespaceId )
/aoo41x/main/sax/source/fastparser/
H A Dfastparser.hxx109 …virtual void SAL_CALL registerNamespace( const ::rtl::OUString& NamespaceURL, sal_Int32 NamespaceT…
H A Dfastparser.cxx514 void SAL_CALL FastSaxParser::registerNamespace( const OUString& NamespaceURL, sal_Int32 NamespaceTo… in registerNamespace() function in sax_fastparser::FastSaxParser

Completed in 83 milliseconds