Searched refs:registerNamespace (Results 1 – 8 of 8) sorted by relevance
101 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 …]
88 void FastParser::registerNamespace( sal_Int32 nNamespaceId ) throw( IllegalArgumentException, Runti… in registerNamespace() function in oox::core::FastParser97 mxParser->registerNamespace( *pNamespaceUrl, nNamespaceId ); in registerNamespace()
651 aParser.registerNamespace( NMSP_packageRel ); in detect()652 aParser.registerNamespace( NMSP_officeRel ); in detect()653 aParser.registerNamespace( NMSP_packageContentTypes ); in detect()
165 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()
92 <member>registerNamespace</member>.162 void registerNamespace( [in] string NamespaceURL, [in] long NamespaceToken )
53 void registerNamespace( sal_Int32 nNamespaceId )
109 …virtual void SAL_CALL registerNamespace( const ::rtl::OUString& NamespaceURL, sal_Int32 NamespaceT…
514 void SAL_CALL FastSaxParser::registerNamespace( const OUString& NamespaceURL, sal_Int32 NamespaceTo… in registerNamespace() function in sax_fastparser::FastSaxParser