Lines Matching refs:GetExport
121 GetExport().CheckAttrList(); in exportStyle()
131 const OUString sEncodedStyleName(GetExport().EncodeStyleName( sName, &bEncoded )); in exportStyle()
132 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_NAME, sEncodedStyleName ); in exportStyle()
135 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_DISPLAY_NAME, in exportStyle()
140 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_FAMILY, rXMLFamily); in exportStyle()
156 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_PARENT_STYLE_NAME, in exportStyle()
157 GetExport().EncodeStyleName( sParent ) ); in exportStyle()
167 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_NEXT_STYLE_NAME, in exportStyle()
168 GetExport().EncodeStyleName( sNextName ) ); in exportStyle()
177 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_AUTO_UPDATE, in exportStyle()
194 GetExport().AddAttribute( XML_NAMESPACE_STYLE, in exportStyle()
203 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0 && in exportStyle()
204 GetExport().getDefaultVersion() >= SvtSaveOptions::ODFVER_012 ) in exportStyle()
207 GetExport().AddAttribute( XML_NAMESPACE_STYLE, in exportStyle()
234 GetExport().AddAttribute( XML_NAMESPACE_STYLE, in exportStyle()
243 if ( !GetExport().writeOutlineStyleAsNormalListStyle() ) in exportStyle()
246 (GetExport().GetModel(), UNO_QUERY); in exportStyle()
271 GetExport().AddAttribute( XML_NAMESPACE_STYLE, in exportStyle()
273 GetExport().EncodeStyleName( sListName ) ); in exportStyle()
315 GetExport().AddAttribute( XML_NAMESPACE_STYLE, in exportStyle()
333 SvXMLElementExport aElem( GetExport(), XML_NAMESPACE_STYLE, XML_STYLE, in exportStyle()
341 rPropMapper->exportXML( GetExport(), xPropStates, in exportStyle()
350 GetExport().GetEventExport().Export(xEventsSupp); in exportStyle()
366 GetExport().CheckAttrList(); in exportDefaultStyle()
371 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_FAMILY, in exportDefaultStyle()
374 SvXMLElementExport aElem( GetExport(), XML_NAMESPACE_STYLE, in exportDefaultStyle()
382 rPropMapper->exportXML( GetExport(), xPropStates, in exportDefaultStyle()
431 DBG_ASSERT( GetExport().GetModel().is(), "There is the model?" ); in exportStyleFamily()
432 Reference< XStyleFamiliesSupplier > xFamiliesSupp( GetExport().GetModel(), UNO_QUERY ); in exportStyleFamily()