LibreOffice Module xmloff (master) 1
Public Member Functions | List of all members
XMLColorAutoPropHdl Class Reference

PropertyHandler for the XML-data-type: XML_TYPE_COLORAUTO. More...

#include <xmlbahdl.hxx>

Inheritance diagram for XMLColorAutoPropHdl:
[legend]
Collaboration diagram for XMLColorAutoPropHdl:
[legend]

Public Member Functions

 XMLColorAutoPropHdl ()
 
virtual ~XMLColorAutoPropHdl () override
 
virtual bool importXML (const OUString &rStrImpValue, css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
 Imports the given value according to the XML-data-type corresponding to the derived class. More...
 
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. More...
 
- Public Member Functions inherited from XMLPropertyHandler
virtual ~XMLPropertyHandler ()
 
virtual bool equals (const css::uno::Any &r1, const css::uno::Any &r2) const
 Compares two Any's in case of the given XML-data-type. More...
 
virtual bool importXML (const OUString &rStrImpValue, css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const =0
 Imports the given value according to the XML-data-type corresponding to the derived class. More...
 
virtual bool exportXML (OUString &rStrExpValue, const css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const =0
 Exports the given value according to the XML-data-type corresponding to the derived class. More...
 

Detailed Description

PropertyHandler for the XML-data-type: XML_TYPE_COLORAUTO.

Definition at line 261 of file xmlbahdl.hxx.

Constructor & Destructor Documentation

◆ XMLColorAutoPropHdl()

XMLColorAutoPropHdl::XMLColorAutoPropHdl ( )

Definition at line 726 of file xmlbahdl.cxx.

◆ ~XMLColorAutoPropHdl()

XMLColorAutoPropHdl::~XMLColorAutoPropHdl ( )
overridevirtual

Definition at line 731 of file xmlbahdl.cxx.

Member Function Documentation

◆ exportXML()

bool XMLColorAutoPropHdl::exportXML ( OUString &  rStrExpValue,
const css::uno::Any &  rValue,
const SvXMLUnitConverter rUnitConverter 
) const
overridevirtual

Exports the given value according to the XML-data-type corresponding to the derived class.

Implements XMLPropertyHandler.

Definition at line 753 of file xmlbahdl.cxx.

References sax::Converter::convertColor().

◆ importXML()

bool XMLColorAutoPropHdl::importXML ( const OUString &  rStrImpValue,
css::uno::Any &  rValue,
const SvXMLUnitConverter rUnitConverter 
) const
overridevirtual

Imports the given value according to the XML-data-type corresponding to the derived class.

Return values
trueif the value was successfully converted to Any
falseif the value was not recognised (warning will be printed)

Implements XMLPropertyHandler.

Definition at line 736 of file xmlbahdl.cxx.

References sax::Converter::convertColor().


The documentation for this class was generated from the following files: