LibreOffice Module chart2 (master) 1
|
Enumerations | |
enum | { PROP_LINE_STYLE = FAST_PROPERTY_ID_START_LINE_PROP , PROP_LINE_DASH , PROP_LINE_DASH_NAME , PROP_LINE_COLOR , PROP_LINE_TRANSPARENCE , PROP_LINE_WIDTH , PROP_LINE_JOINT , PROP_LINE_CAP } |
Functions | |
OOO_DLLPUBLIC_CHARTTOOLS void | AddPropertiesToVector (std::vector< css::beans::Property > &rOutProperties) |
OOO_DLLPUBLIC_CHARTTOOLS void | AddDefaultsToMap (::chart::tPropertyValueMap &rOutMap) |
bool | IsLineVisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties) |
void | SetLineVisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties) |
void | SetLineInvisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties) |
void | SetLineColor (const css::uno::Reference< css::beans::XPropertySet > &xGridProperties, sal_Int32 nColor) |
anonymous enum |
Enumerator | |
---|---|
PROP_LINE_STYLE | |
PROP_LINE_DASH | |
PROP_LINE_DASH_NAME | |
PROP_LINE_COLOR | |
PROP_LINE_TRANSPARENCE | |
PROP_LINE_WIDTH | |
PROP_LINE_JOINT | |
PROP_LINE_CAP |
Definition at line 38 of file LinePropertiesHelper.hxx.
void chart::LinePropertiesHelper::AddDefaultsToMap | ( | ::chart::tPropertyValueMap & | rOutMap | ) |
Definition at line 92 of file LinePropertiesHelper.cxx.
References COL_BLACK(), PROP_LINE_CAP, PROP_LINE_COLOR, PROP_LINE_JOINT, PROP_LINE_STYLE, PROP_LINE_TRANSPARENCE, PROP_LINE_WIDTH, and chart::PropertyHelper::setPropertyValueDefault().
OOO_DLLPUBLIC_CHARTTOOLS void chart::LinePropertiesHelper::AddPropertiesToVector | ( | std::vector< css::beans::Property > & | rOutProperties | ) |
bool chart::LinePropertiesHelper::IsLineVisible | ( | const css::uno::Reference< css::beans::XPropertySet > & | xLineProperties | ) |
Definition at line 103 of file LinePropertiesHelper.cxx.
References DBG_UNHANDLED_EXCEPTION.
Referenced by chart::AxisHelper::isAxisVisible(), and chart::AxisHelper::isGridVisible().
void chart::LinePropertiesHelper::SetLineColor | ( | const css::uno::Reference< css::beans::XPropertySet > & | xGridProperties, |
sal_Int32 | nColor | ||
) |
Definition at line 174 of file LinePropertiesHelper.cxx.
References DBG_UNHANDLED_EXCEPTION.
Referenced by chart::Axis::AllocateSubGrids().
void chart::LinePropertiesHelper::SetLineInvisible | ( | const css::uno::Reference< css::beans::XPropertySet > & | xLineProperties | ) |
Definition at line 155 of file LinePropertiesHelper.cxx.
References DBG_UNHANDLED_EXCEPTION.
Referenced by chart::Axis::AllocateSubGrids().
void chart::LinePropertiesHelper::SetLineVisible | ( | const css::uno::Reference< css::beans::XPropertySet > & | xLineProperties | ) |
Definition at line 131 of file LinePropertiesHelper.cxx.
References DBG_UNHANDLED_EXCEPTION.
Referenced by chart::AxisHelper::makeAxisVisible(), and chart::AxisHelper::makeGridVisible().