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

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

#include <xmlbahdl.hxx>

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

Public Member Functions

 XMLColorTransparentPropHdl (enum ::xmloff::token::XMLTokenEnum eTransparent=xmloff::token::XML_TOKEN_INVALID)
 
virtual ~XMLColorTransparentPropHdl () 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...
 

Private Attributes

const OUString sTransparent
 

Detailed Description

PropertyHandler for the XML-data-type: XML_TYPE_COLORTRANSPARENT.

Definition at line 229 of file xmlbahdl.hxx.

Constructor & Destructor Documentation

◆ XMLColorTransparentPropHdl()

XMLColorTransparentPropHdl::XMLColorTransparentPropHdl ( enum ::xmloff::token::XMLTokenEnum  eTransparent = xmloff::token::XML_TOKEN_INVALID)
explicit

Definition at line 638 of file xmlbahdl.cxx.

◆ ~XMLColorTransparentPropHdl()

XMLColorTransparentPropHdl::~XMLColorTransparentPropHdl ( )
overridevirtual

Definition at line 646 of file xmlbahdl.cxx.

Member Function Documentation

◆ exportXML()

bool XMLColorTransparentPropHdl::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 665 of file xmlbahdl.cxx.

References sax::Converter::convertColor(), and sTransparent.

◆ importXML()

bool XMLColorTransparentPropHdl::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 651 of file xmlbahdl.cxx.

References sax::Converter::convertColor(), and sTransparent.

Member Data Documentation

◆ sTransparent

const OUString XMLColorTransparentPropHdl::sTransparent
private

Definition at line 231 of file xmlbahdl.hxx.

Referenced by exportXML(), and importXML().


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