Home
last modified time | relevance | path

Searched refs:xWriterHandler (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx82 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteRelationsInfoSequence() local
103 xWriterHandler->startDocument(); in WriteRelationsInfoSequence()
104 xWriterHandler->startElement( aRelListElement, xRootAttrList ); in WriteRelationsInfoSequence()
126 xWriterHandler->startElement( aRelElement, xAttrList ); in WriteRelationsInfoSequence()
127 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteRelationsInfoSequence()
128 xWriterHandler->endElement( aRelElement ); in WriteRelationsInfoSequence()
131 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteRelationsInfoSequence()
132 xWriterHandler->endElement( aRelListElement ); in WriteRelationsInfoSequence()
133 xWriterHandler->endDocument(); in WriteRelationsInfoSequence()
146 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteContentSequence() local
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx69 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteGroupLocalizationSequence() local
88 xWriterHandler->startDocument(); in WriteGroupLocalizationSequence()
89 xWriterHandler->startElement( aGroupListElement, xRootAttrList ); in WriteGroupLocalizationSequence()
98 xWriterHandler->startElement( aGroupElement, xAttrList ); in WriteGroupLocalizationSequence()
99 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteGroupLocalizationSequence()
100 xWriterHandler->endElement( aGroupElement ); in WriteGroupLocalizationSequence()
103 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteGroupLocalizationSequence()
104 xWriterHandler->endElement( aGroupListElement ); in WriteGroupLocalizationSequence()
105 xWriterHandler->endDocument(); in WriteGroupLocalizationSequence()