20#include <com/sun/star/chart/ChartLegendPosition.hpp>
21#include <com/sun/star/chart/ChartLegendExpansion.hpp>
33 {
XML_START, chart::ChartLegendPosition_LEFT },
34 {
XML_TOP, chart::ChartLegendPosition_TOP },
35 {
XML_END, chart::ChartLegendPosition_RIGHT },
36 {
XML_BOTTOM, chart::ChartLegendPosition_BOTTOM },
43 XMLLegendPositionPropertyHdl()
49 {
XML_WIDE, chart::ChartLegendExpansion_WIDE },
50 {
XML_HIGH, chart::ChartLegendExpansion_HIGH },
52 {
XML_CUSTOM, chart::ChartLegendExpansion_CUSTOM },
59 XMLLegendExpansionPropertyHdl()
67 static XMLLegendPositionPropertyHdl SINGLETON;
72 static XMLLegendExpansionPropertyHdl SINGLETON;
static XMLEnumPropertyHdl & getLegendPositionConverter()
static XMLEnumPropertyHdl & getLegendExpansionConverter()
PropertyHandler for a generic xml enumeration type:
Handling of tokens in XML: