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.cxx106 xWriterHandler->startDocument(); 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()
171 xWriterHandler->startDocument(); in WriteContentSequence()
183 xWriterHandler->endElement( aDefaultElement ); in WriteContentSequence()
195 xWriterHandler->endElement( aOverrideElement ); in WriteContentSequence()
198 xWriterHandler->ignorableWhitespace( aWhiteSpace ); in WriteContentSequence()
199 xWriterHandler->endElement( aTypesElement ); in WriteContentSequence()
[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()

Completed in 26 milliseconds