LibreOffice Module xmloff (master) 1
|
Go to the source code of this file.
Classes | |
class | XMLNumberPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_NUMBER. More... | |
class | XMLNumberNonePropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_NUMBER_NONE. More... | |
class | XMLMeasurePropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_MEASURE. More... | |
class | XMLPercentPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_PERCENT. More... | |
class | XMLDoublePercentPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_PERCENT that is mapped on a double from 0.0 to 1.0. More... | |
class | XML100thPercentPropHdl |
Maps between XML percentage and our 100th percent ints. More... | |
class | XMLNegPercentPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_NEG_PERCENT. More... | |
class | XMLMeasurePxPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_PERCENT. More... | |
class | XMLBoolPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_BOOL. More... | |
class | XMLBoolFalsePropHdl |
class | XMLColorPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_COLOR. More... | |
class | XMLHexPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_HEX. More... | |
class | XMLStringPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_STRING. More... | |
class | XMLStyleNamePropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_STYLENAME. More... | |
class | XMLDoublePropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_DOUBLE. More... | |
class | XMLNBoolPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_NBOOL. More... | |
class | XMLColorTransparentPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_COLORTRANSPARENT. More... | |
class | XMLIsTransparentPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_ISTRANSPARENT. More... | |
class | XMLColorAutoPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_COLORAUTO. More... | |
class | XMLIsAutoColorPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_COLORISAUTO. More... | |
class | XMLCompareOnlyPropHdl |
PropertyHandler for properties that cannot make use of importXML and exportXML methods, but can make use of the default comparison. More... | |
class | XMLNumberWithoutZeroPropHdl |
PropertyHandler for the XML-data-type: XML_TYPE_NUMBER_NO_ZERO Reads/writes numeric properties, but fails for the value zero (i.e., a value 0 property will not be written) More... | |