LibreOffice Module oox (master) 1
|
#include <seriesmodel.hxx>
Public Types | |
enum | SourceType { PLUS , MINUS } |
typedef ModelMap< SourceType, DataSourceModel > | DataSourceMap |
typedef ModelRef< Shape > | ShapeRef |
Public Member Functions | |
ErrorBarModel (bool bMSO2007Doc) | |
True = no end cap at error bar lines. More... | |
~ErrorBarModel () | |
Public Attributes | |
DataSourceMap | maSources |
ShapeRef | mxShapeProp |
Source ranges for manual error bar values. More... | |
double | mfValue |
Error line formatting. More... | |
sal_Int32 | mnDirection |
Fixed value for several error bar types. More... | |
sal_Int32 | mnTypeId |
Direction of the error bars (x/y). More... | |
sal_Int32 | mnValueType |
Type of the error bars (plus/minus/both). More... | |
bool | mbNoEndCap |
Type of the values. More... | |
Definition at line 97 of file seriesmodel.hxx.
Definition at line 105 of file seriesmodel.hxx.
Definition at line 106 of file seriesmodel.hxx.
Enumerator | |
---|---|
PLUS | |
MINUS | Plus error bar values. Minus error bar values. |
Definition at line 99 of file seriesmodel.hxx.
|
explicit |
True = no end cap at error bar lines.
Definition at line 65 of file seriesmodel.cxx.
oox::drawingml::chart::ErrorBarModel::~ErrorBarModel | ( | ) |
Definition at line 74 of file seriesmodel.cxx.
DataSourceMap oox::drawingml::chart::ErrorBarModel::maSources |
Definition at line 108 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::ErrorBarConverter::createLabeledDataSequence(), and oox::drawingml::chart::ErrorBarContext::onCreateContext().
bool oox::drawingml::chart::ErrorBarModel::mbNoEndCap |
Type of the values.
Definition at line 114 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::ErrorBarContext::onCreateContext().
double oox::drawingml::chart::ErrorBarModel::mfValue |
Error line formatting.
Definition at line 110 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::ErrorBarConverter::convertFromModel(), and oox::drawingml::chart::ErrorBarContext::onCreateContext().
sal_Int32 oox::drawingml::chart::ErrorBarModel::mnDirection |
Fixed value for several error bar types.
Definition at line 111 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::ErrorBarConverter::convertFromModel(), oox::drawingml::chart::ErrorBarConverter::createLabeledDataSequence(), and oox::drawingml::chart::ErrorBarContext::onCreateContext().
sal_Int32 oox::drawingml::chart::ErrorBarModel::mnTypeId |
Direction of the error bars (x/y).
Definition at line 112 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::ErrorBarConverter::convertFromModel(), and oox::drawingml::chart::ErrorBarContext::onCreateContext().
sal_Int32 oox::drawingml::chart::ErrorBarModel::mnValueType |
Type of the error bars (plus/minus/both).
Definition at line 113 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::ErrorBarConverter::convertFromModel(), and oox::drawingml::chart::ErrorBarContext::onCreateContext().
ShapeRef oox::drawingml::chart::ErrorBarModel::mxShapeProp |
Source ranges for manual error bar values.
Definition at line 109 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::ErrorBarConverter::convertFromModel(), and oox::drawingml::chart::ErrorBarContext::onCreateContext().