Home
last modified time | relevance | path

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

/AOO42X/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 Dfilterdetect.cxx462 aParser.registerNamespace( NMSP_packageRel ); in detect()
463 aParser.registerNamespace( NMSP_officeRel ); in detect()
464 aParser.registerNamespace( NMSP_packageContentTypes ); in detect()
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 Dencryption.cxx606 fastParser.registerNamespace( NMSP_encryption ); in AgileEncryptionInfo()
607 fastParser.registerNamespace( NMSP_keyEncryptorPassword ); in AgileEncryptionInfo()
/AOO42X/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()
/AOO42X/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl93 <member>registerNamespace</member>.
163 void registerNamespace( [in] string NamespaceURL, [in] long NamespaceToken )
/AOO42X/main/oox/inc/oox/core/
H A Dfastparser.hxx53 void registerNamespace( sal_Int32 nNamespaceId )
/AOO42X/main/sax/source/fastparser/
H A Dfastparser.hxx110 …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