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()
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 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.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 45 milliseconds