Home
last modified time | relevance | path

Searched refs:StreamProtocol (Results 1 – 3 of 3) sorted by relevance

/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx37 StreamProtocol::StreamProtocol(Stream * pStream, in StreamProtocol() function in writerfilter::StreamProtocol
43 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 …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DProtocol.hxx34 class StreamProtocol : public Stream class
40 typedef boost::shared_ptr<StreamProtocol> Pointer_t;
42 StreamProtocol(Stream * pStream, TagLogger::Pointer_t pTagLogger);
43 virtual ~StreamProtocol();
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastDocumentHandler.cxx59 mpTmpStream.reset( new StreamProtocol( pStream, debug_logger ) ); in OOXMLFastDocumentHandler()

Completed in 14 milliseconds