33 bool equals(
const css::uno::Any& rAny1,
const css::uno::Any& rAny2)
const override
35 uno::Reference<util::XComplexColor> xComplexColor1;
36 uno::Reference<util::XComplexColor> xComplexColor2;
37 rAny1 >>= xComplexColor1;
38 rAny2 >>= xComplexColor2;
41 return aComplexColor1 == aComplexColor2;
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
bool exportXML(OUString &, const css::uno::Any &, const SvXMLUnitConverter &) const override
Exports the given value according to the XML-data-type corresponding to the derived class.
bool importXML(const OUString &, css::uno::Any &, const SvXMLUnitConverter &) const override
Imports the given value according to the XML-data-type corresponding to the derived class.
bool equals(const css::uno::Any &rAny1, const css::uno::Any &rAny2) const override
Compares two Any's in case of the given XML-data-type.
Abstract base-class for different XML-types.
model::ComplexColor getFromXComplexColor(uno::Reference< util::XComplexColor > const &rxColor)
Handling of tokens in XML: