LibreOffice Module chart2 (master) 1
Enumerations | Functions
chart::LinePropertiesHelper Namespace Reference

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)
 

Enumeration Type Documentation

◆ anonymous enum

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.

Function Documentation

◆ AddDefaultsToMap()

void chart::LinePropertiesHelper::AddDefaultsToMap ( ::chart::tPropertyValueMap rOutMap)

◆ AddPropertiesToVector()

OOO_DLLPUBLIC_CHARTTOOLS void chart::LinePropertiesHelper::AddPropertiesToVector ( std::vector< css::beans::Property > &  rOutProperties)

◆ IsLineVisible()

bool chart::LinePropertiesHelper::IsLineVisible ( const css::uno::Reference< css::beans::XPropertySet > &  xLineProperties)

◆ SetLineColor()

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().

◆ SetLineInvisible()

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().

◆ SetLineVisible()

void chart::LinePropertiesHelper::SetLineVisible ( const css::uno::Reference< css::beans::XPropertySet > &  xLineProperties)