22#include <com/sun/star/beans/PropertyAttribute.hpp>
23#include <com/sun/star/chart2/StackingDirection.hpp>
27using ::com::sun::star::beans::Property;
33 std::vector< Property > & rOutProperties )
35 rOutProperties.emplace_back(
"AttributedDataPoints",
38 beans::PropertyAttribute::BOUND
39 | beans::PropertyAttribute::MAYBEVOID );
41 rOutProperties.emplace_back(
"StackingDirection",
44 beans::PropertyAttribute::BOUND
45 | beans::PropertyAttribute::MAYBEDEFAULT );
47 rOutProperties.emplace_back(
"VaryColorsByPoint",
50 beans::PropertyAttribute::BOUND
51 | beans::PropertyAttribute::MAYBEDEFAULT );
53 rOutProperties.emplace_back(
"AttachedAxisIndex",
56 beans::PropertyAttribute::BOUND
57 | beans::PropertyAttribute::MAYBEVOID
58 | beans::PropertyAttribute::MAYBEDEFAULT );
60 rOutProperties.emplace_back(
"ShowLegendEntry",
63 beans::PropertyAttribute::BOUND
64 | beans::PropertyAttribute::MAYBEDEFAULT );
66 rOutProperties.emplace_back(
"DeletedLegendEntries",
69 beans::PropertyAttribute::BOUND
70 | beans::PropertyAttribute::MAYBEVOID );
72 rOutProperties.emplace_back(
"ShowCustomLeaderLines",
75 beans::PropertyAttribute::BOUND
76 | beans::PropertyAttribute::MAYBEDEFAULT );
void AddPropertiesToVector(std::vector< css::beans::Property > &rOutProperties)
void AddDefaultsToMap(::chart::tPropertyValueMap &rOutMap)
void AddDefaultsToMap(tPropertyValueMap &rOutMap)
void AddPropertiesToVector(std::vector< css::beans::Property > &rOutProperties)
@ PROP_DATASERIES_DELETED_LEGEND_ENTRIES
@ PROP_DATASERIES_SHOW_CUSTOM_LEADERLINES
@ PROP_DATASERIES_ATTRIBUTED_DATA_POINTS
@ PROP_DATASERIES_STACKING_DIRECTION
@ PROP_DATASERIES_VARY_COLORS_BY_POINT
@ PROP_DATASERIES_SHOW_LEGEND_ENTRY
@ PROP_DATASERIES_ATTACHED_AXIS_INDEX
void setPropertyValueDefault(tPropertyValueMap &rOutMap, tPropertyValueMapKey key, const Value &value)
Calls setPropertyValue() but asserts that the given property hasn't been set before.
std::unordered_map< tPropertyValueMapKey, css::uno::Any > tPropertyValueMap