Home
last modified time | relevance | path

Searched refs:parseStream (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/oox/source/core/
H A Dfastparser.cxx107 void FastParser::parseStream( const InputSource& rInputSource, bool bCloseStream ) throw( SAXExcept… in parseStream() function in oox::core::FastParser
113 mxParser->parseStream( rInputSource ); in parseStream()
116 void FastParser::parseStream( const Reference< XInputStream >& rxInStream, const OUString& rStreamN… in parseStream() function in oox::core::FastParser
121 parseStream( aInputSource, bCloseStream ); in parseStream()
124 void FastParser::parseStream( StorageBase& rStorage, const OUString& rStreamName, bool bCloseStream… in parseStream() function in oox::core::FastParser
126 parseStream( rStorage.openInputStream( rStreamName ), rStreamName, bCloseStream ); in parseStream()
H A Dfilterdetect.cxx469 aParser.parseStream( aZipStorage, CREATE_OUSTRING( "_rels/.rels" ) ); in detect()
470 aParser.parseStream( aZipStorage, CREATE_OUSTRING( "[Content_Types].xml" ) ); in detect()
H A Dxmlfilterbase.cxx187 aParser.parseStream( aSource ); in importFragment()
214 mxImpl->maFastParser.parseStream( xInStrm, aFragmentPath ); in importFragment()
/trunk/main/oox/inc/oox/core/
H A Dfastparser.hxx63 …void parseStream( const ::com::sun::star::xml::sax::InputSource& rInputSource, bool…
68 void parseStream(
75 …void parseStream( StorageBase& rStorage, const ::rtl::OUString& rStreamName, bool b…
H A Drecordparser.hxx59 void parseStream( const RecordInputSource& rInputSource )
/trunk/main/sax/test/sax/
H A Dtestsax.cxx525 rParser->parseStream( source ); in testSimple()
591 rParser->parseStream( source ); in testNamespaces()
643 rParser->parseStream( source ); in testEncoding()
681 rParser->parseStream( source ); in testFile()
742 rParser->parseStream( source ); in testPerformance()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx596 rParser->parseStream( source ); in testSimple()
657 rParser->parseStream( source ); in testNamespaces()
713 rParser->parseStream( source ); in testEncoding()
756 rParser->parseStream( source ); in testFile()
810 rParser->parseStream( source ); in testPerformance()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx174 aParser.parseStream( aCoreStreams[ 0 ], true ); in importProperties()
176 aParser.parseStream( aExtStreams[ nIndex ], true ); in importProperties()
178 aParser.parseStream( aCustomStreams[ nIndex ], true ); in importProperties()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx143 xParser->parseStream( aParserInput ); in GetDoc()
268 xParser->parseStream( aParserInput ); in GetMacroTable()
368 xParser->parseStream( aParserInput ); in GetBlockText()
524 xParser->parseStream( aParserInput ); in ReadInfo()
/trunk/main/framework/source/xml/
H A Dimagesconfiguration.cxx112 xParser->parseStream( aInputSource ); in LoadImages()
185 xParser->parseStream( aInputSource ); in LoadImages()
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx462 m_xSaxParser->parseStream(inputSource); in merge()
487 m_xSaxParser->parseStream(inputSource); in merge()
523 m_xSaxParser->parseStream(inputSource); in startUOFRootXML()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLDocumentImpl.cxx116 xParser->parseStream(oInputSource); in resolveFastSubStream()
362 xParser->parseStream(aParserInput); in resolve()
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java495 parseStream(new ByteArrayInputStream(text.getBytes("UTF-8"))); in openDocument()
752 private void parseStream(InputStream is) in parseStream() method in TestTool
800 parseStream(fis); in parseFile()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl84 <p>Parsing starts with calling <member>parseStream</member>. If the parser
141 void parseStream( [in] InputSource aInputSource )
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx179 xParser->parseStream( source ); in writeOasis2OOoLibraryElement()
322 xParser->parseStream( source ); in importLibraryElement()
/trunk/main/desktop/source/deployment/
H A Ddp_xml.cxx71 xParser->parseStream( source ); in xml_parse()
/trunk/main/sax/inc/sax/parser/
H A Dsaxparser.hxx106 …virtual void parseStream( const ::com::sun::star::xml::sax::InputSource& rInputSource ) throw (::c…
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_addfunc.cxx131 xParser->parseStream( source ); in importDialogModel()
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx161 virtual void SAL_CALL parseStream( const InputSource& structSource)
451 void SaxExpatParser::parseStream( const InputSource& structSource) in parseStream() function in sax_expatwrap::SaxExpatParser
/trunk/main/framework/source/fwe/xml/
H A Deventsconfiguration.cxx109 xParser->parseStream( aInputSource ); in LoadEventsConfig()
H A Dstatusbarconfiguration.cxx115 xParser->parseStream( aInputSource ); in LoadStatusBar()
H A Dtoolboxconfiguration.cxx101 xParser->parseStream( aInputSource ); in LoadToolBox()
H A Dmenuconfiguration.cxx115 xParser->parseStream( aInputSource ); in CreateMenuBarConfigurationFromXML()
/trunk/main/package/source/package/manifest/
H A DManifestReader.cxx79 xParser->parseStream( aParserInput ); in readManifestSequence()
/trunk/main/svgio/source/svguno/
H A Dxsvgparser.cxx141 xParser->parseStream(myInputSource); in getDecomposition()

Completed in 134 milliseconds

123