Searched refs:StreamProtocol (Results 1 – 3 of 3) sorted by relevance
37 StreamProtocol::StreamProtocol(Stream * pStream, in StreamProtocol() function in writerfilter::StreamProtocol43 StreamProtocol::~StreamProtocol() in ~StreamProtocol()47 void StreamProtocol::startSectionGroup() in startSectionGroup()53 void StreamProtocol::endSectionGroup() in endSectionGroup()59 void StreamProtocol::startParagraphGroup() in startParagraphGroup()65 void StreamProtocol::endParagraphGroup() in endParagraphGroup()71 void StreamProtocol::startCharacterGroup() in startCharacterGroup()77 void StreamProtocol::endCharacterGroup() in endCharacterGroup()115 void StreamProtocol::table(Id name, in table()124 void StreamProtocol::substream(Id name, in substream()[all …]
34 class StreamProtocol : public Stream class40 typedef boost::shared_ptr<StreamProtocol> Pointer_t;42 StreamProtocol(Stream * pStream, TagLogger::Pointer_t pTagLogger);43 virtual ~StreamProtocol();
57 mpTmpStream.reset( new StreamProtocol( pStream, debug_logger ) ); in OOXMLFastDocumentHandler()
Completed in 20 milliseconds