Lines Matching refs:SaxWriterHelper
125 class SaxWriterHelper class
151 SaxWriterHelper(Reference< XOutputStream > m_TempOut) : in SaxWriterHelper() function in sax_expatwrap::SaxWriterHelper
162 ~SaxWriterHelper() in ~SaxWriterHelper()
232 inline sal_uInt32 SaxWriterHelper::writeSequence() throw( SAXException ) in writeSequence()
251 inline void SaxWriterHelper::AddBytes(sal_Int8* pTarget, sal_uInt32& rPos, in AddBytes()
278 inline sal_Bool SaxWriterHelper::convertToXML( const sal_Unicode * pStr, in convertToXML()
507 inline void SaxWriterHelper::FinishStartElement() throw( SAXException ) in FinishStartElement()
519 inline void SaxWriterHelper::insertIndentation(sal_uInt32 m_nLevel) throw( SAXException ) in insertIndentation()
557 inline sal_Bool SaxWriterHelper::writeString( const rtl::OUString& rWriteOutString, in writeString()
570 inline void SaxWriterHelper::startDocument() throw( SAXException ) in startDocument()
592 inline SaxInvalidCharacterError SaxWriterHelper::startElement(const rtl::OUString& rName, const Ref… in startElement()
640 inline sal_Bool SaxWriterHelper::FinishEmptyElement() throw( SAXException ) in FinishEmptyElement()
659 inline sal_Bool SaxWriterHelper::endElement(const rtl::OUString& rName) throw( SAXException ) in endElement()
681 inline void SaxWriterHelper::endDocument() throw( SAXException ) in endDocument()
691 inline void SaxWriterHelper::clearBuffer() throw( SAXException ) in clearBuffer()
704 inline sal_Bool SaxWriterHelper::processingInstruction(const rtl::OUString& rTarget, const rtl::OUS… in processingInstruction()
738 inline void SaxWriterHelper::startCDATA() throw( SAXException ) in startCDATA()
752 inline void SaxWriterHelper::endCDATA() throw( SAXException ) in endCDATA()
766 inline sal_Bool SaxWriterHelper::comment(const rtl::OUString& rComment) throw( SAXException ) in comment()
946 mp_SaxWriterHelper = new SaxWriterHelper(m_out); in setOutputStream()
1004 SaxWriterHelper* mp_SaxWriterHelper;