LibreOffice Module chart2 (master) 1
|
#include <VLineProperties.hxx>
Public Member Functions | |
VLineProperties () | |
void | initFromPropertySet (const css::uno::Reference< css::beans::XPropertySet > &xProp) |
bool | isLineVisible () const |
Public Attributes | |
css::uno::Any | Color |
css::uno::Any | LineStyle |
css::uno::Any | Transparence |
css::uno::Any | Width |
css::uno::Any | DashName |
css::uno::Any | LineCap |
Definition at line 32 of file VLineProperties.hxx.
chart::VLineProperties::VLineProperties | ( | ) |
Definition at line 32 of file VLineProperties.cxx.
References LineCap, Transparence, and Width.
void chart::VLineProperties::initFromPropertySet | ( | const css::uno::Reference< css::beans::XPropertySet > & | xProp | ) |
Definition at line 42 of file VLineProperties.cxx.
References DashName, LineCap, TOOLS_WARN_EXCEPTION, Transparence, and Width.
Referenced by chart::VSeriesPlotter::createRegressionCurvesShapes(), chart::DataTableView::DataTableView(), chart::VCartesianGrid::fillLinePropertiesFromGridModel(), and chart::AxisProperties::init().
bool chart::VLineProperties::isLineVisible | ( | ) | const |
Definition at line 64 of file VLineProperties.cxx.
References Transparence.
css::uno::Any chart::VLineProperties::Color |
css::uno::Any chart::VLineProperties::DashName |
Definition at line 38 of file VLineProperties.hxx.
Referenced by chart::ShapeFactory::createLine2D(), initFromPropertySet(), and chart::DataTableView::setCellProperties().
css::uno::Any chart::VLineProperties::LineCap |
Definition at line 39 of file VLineProperties.hxx.
Referenced by chart::ShapeFactory::createLine2D(), initFromPropertySet(), and VLineProperties().
css::uno::Any chart::VLineProperties::LineStyle |
Definition at line 35 of file VLineProperties.hxx.
Referenced by chart::ShapeFactory::createLine2D(), chart::ShapeFactory::createLine3D(), chart::VCartesianGrid::createShapes(), chart::VCartesianGrid::fillLinePropertiesFromGridModel(), and chart::DataTableView::setCellProperties().
css::uno::Any chart::VLineProperties::Transparence |
Definition at line 36 of file VLineProperties.hxx.
Referenced by chart::ShapeFactory::createLine2D(), chart::ShapeFactory::createLine3D(), initFromPropertySet(), isLineVisible(), and VLineProperties().
css::uno::Any chart::VLineProperties::Width |
Definition at line 37 of file VLineProperties.hxx.
Referenced by chart::ShapeFactory::createLine2D(), chart::ShapeFactory::createLine3D(), initFromPropertySet(), chart::DataTableView::setCellProperties(), and VLineProperties().