29 mrSchXMLExport( rSchXMLExport )
38 const ::std::vector< XMLPropertyState >& rProperties,
45 rPropExp, rUnitConverter, rNamespaceMap );
50 for(
const auto& rProp : rProperties )
52 if( rProp.mnIndex == -1 )
57 sal_Int16 nContextID = aPropMapper->GetEntryContextId( rProp.mnIndex );
60 sal_Int32 nNumberFormat = -1;
61 if( ( rProp.maValue >>= nNumberFormat ) &&
62 ( nNumberFormat != -1 ))
65 if( !sAttrValue.isEmpty() )
68 aPropMapper->GetEntryNameSpace( rProp.mnIndex ),
69 aPropMapper->GetEntryXMLName( rProp.mnIndex ),
#define XML_SCH_CONTEXT_SPECIAL_NUMBER_FORMAT
SchXMLExport & mrSchXMLExport
virtual void exportStyleAttributes(comphelper::AttributeList &rAttrList, XmlStyleFamily nFamily, const ::std::vector< XMLPropertyState > &rProperties, const SvXMLExportPropertyMapper &rPropExp, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap) const override
virtual ~SchXMLAutoStylePoolP() override
SchXMLAutoStylePoolP(SchXMLExport &rSchXMLExport)
rtl::Reference< XMLPropertySetMapper > const & GetPropertySetMapper() const
virtual void exportStyleAttributes(comphelper::AttributeList &rAttrList, XmlStyleFamily nFamily, const ::std::vector< XMLPropertyState > &rProperties, const SvXMLExportPropertyMapper &rPropExp, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap) const
void AddAttribute(sal_uInt16 nPrefix, const OUString &rName, const OUString &rValue)
virtual OUString getDataStyleName(const sal_Int32 nNumberFormat, bool bTimeFormat=false) const
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...