25 #include <com/sun/star/chart/ErrorBarStyle.hpp>
26 #include <com/sun/star/uno/Any.hxx>
47 if(rValue >>= nValue )
49 if( nValue == css::chart::ErrorBarStyle::STANDARD_ERROR
50 || nValue == css::chart::ErrorBarStyle::FROM_DATA )
52 nValue = css::chart::ErrorBarStyle::NONE;
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
virtual bool exportXML(OUString &rStrExpValue, const css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
Exports the given value according to the XML-data-type corresponding to the derived class...
PropertyHandler for a generic xml enumeration type:
virtual bool exportXML(OUString &rStrExpValue, const css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
Exports the given value according to the XML-data-type corresponding to the derived class...
SvtSaveOptions::ODFSaneDefaultVersion getSaneDefaultVersion() const
ODF version, only when exporting.
Map an XMLTokenEnum to an enum value.
virtual ~XMLErrorBarStylePropertyHdl() override
XMLErrorBarStylePropertyHdl(const SvXMLEnumMapEntry< sal_Int32 > *pEnumMap)