LibreOffice Module chart2 (master) 1
Namespaces | Enumerations | Functions
LinePropertiesHelper.hxx File Reference
#include "PropertyHelper.hxx"
#include "FastPropertyIdRanges.hxx"
#include "charttoolsdllapi.hxx"
#include <vector>
Include dependency graph for LinePropertiesHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::uno
 
namespace  chart
 
namespace  chart::LinePropertiesHelper
 

Enumerations

enum  {
  chart::LinePropertiesHelper::PROP_LINE_STYLE = FAST_PROPERTY_ID_START_LINE_PROP ,
  chart::LinePropertiesHelper::PROP_LINE_DASH ,
  chart::LinePropertiesHelper::PROP_LINE_DASH_NAME ,
  chart::LinePropertiesHelper::PROP_LINE_COLOR ,
  chart::LinePropertiesHelper::PROP_LINE_TRANSPARENCE ,
  chart::LinePropertiesHelper::PROP_LINE_WIDTH ,
  chart::LinePropertiesHelper::PROP_LINE_JOINT ,
  chart::LinePropertiesHelper::PROP_LINE_CAP
}
 

Functions

OOO_DLLPUBLIC_CHARTTOOLS void chart::LinePropertiesHelper::AddPropertiesToVector (std::vector< css::beans::Property > &rOutProperties)
 
OOO_DLLPUBLIC_CHARTTOOLS void chart::LinePropertiesHelper::AddDefaultsToMap (::chart::tPropertyValueMap &rOutMap)
 
bool chart::LinePropertiesHelper::IsLineVisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties)
 
void chart::LinePropertiesHelper::SetLineVisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties)
 
void chart::LinePropertiesHelper::SetLineInvisible (const css::uno::Reference< css::beans::XPropertySet > &xLineProperties)
 
void chart::LinePropertiesHelper::SetLineColor (const css::uno::Reference< css::beans::XPropertySet > &xGridProperties, sal_Int32 nColor)