Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx97 uno::Reference< xml::sax::XAttributeList > xRootAttrList( pRootAttrList ); in WriteRelationsInfoSequence() local
104 xWriterHandler->startElement( aRelListElement, xRootAttrList ); in WriteRelationsInfoSequence()
161 uno::Reference< xml::sax::XAttributeList > xRootAttrList( pRootAttrList ); in WriteContentSequence() local
168 xWriterHandler->startElement( aTypesElement, xRootAttrList ); in WriteContentSequence()
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx82 uno::Reference< xml::sax::XAttributeList > xRootAttrList( pRootAttrList ); in WriteGroupLocalizationSequence() local
89 xWriterHandler->startElement( aGroupListElement, xRootAttrList ); in WriteGroupLocalizationSequence()
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx187 uno::Reference < xml::sax::XAttributeList > xRootAttrList (pRootAttrList); in ManifestExport() local
197 xHandler->startElement( sManifestElement, xRootAttrList ); in ManifestExport()