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.cxx85 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteRelationsInfoSequence() local
106 xWriterHandler->startDocument(); in WriteRelationsInfoSequence()
107 xWriterHandler->startElement( aRelListElement, xRootAttrList ); in WriteRelationsInfoSequence()
129 xWriterHandler->startElement( aRelElement, xAttrList ); in WriteRelationsInfoSequence()
130 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteRelationsInfoSequence()
131 xWriterHandler->endElement( aRelElement ); in WriteRelationsInfoSequence()
134 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteRelationsInfoSequence()
135 xWriterHandler->endElement( aRelListElement ); in WriteRelationsInfoSequence()
136 xWriterHandler->endDocument(); in WriteRelationsInfoSequence()
150 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteContentSequence() local
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx71 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteGroupLocalizationSequence() local
90 xWriterHandler->startDocument(); in WriteGroupLocalizationSequence()
91 xWriterHandler->startElement( aGroupListElement, xRootAttrList ); in WriteGroupLocalizationSequence()
100 xWriterHandler->startElement( aGroupElement, xAttrList ); in WriteGroupLocalizationSequence()
101 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteGroupLocalizationSequence()
102 xWriterHandler->endElement( aGroupElement ); in WriteGroupLocalizationSequence()
105 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteGroupLocalizationSequence()
106 xWriterHandler->endElement( aGroupListElement ); in WriteGroupLocalizationSequence()
107 xWriterHandler->endDocument(); in WriteGroupLocalizationSequence()