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()
102 maFastParser.registerNamespace( NMSP_packageRel ); in XmlFilterBaseImpl()
103 maFastParser.registerNamespace( NMSP_officeRel ); in XmlFilterBaseImpl()
105 maFastParser.registerNamespace( NMSP_dml ); in XmlFilterBaseImpl()
106 maFastParser.registerNamespace( NMSP_dmlDiagram ); in XmlFilterBaseImpl()
107 maFastParser.registerNamespace( NMSP_dmlChart ); in XmlFilterBaseImpl()
108 maFastParser.registerNamespace( NMSP_dmlChartDr ); in XmlFilterBaseImpl()
109 maFastParser.registerNamespace( NMSP_dmlSpreadDr ); in XmlFilterBaseImpl()
111 maFastParser.registerNamespace( NMSP_vml ); in XmlFilterBaseImpl()
112 maFastParser.registerNamespace( NMSP_vmlOffice ); 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