LibreOffice Module oox (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
oox::drawingml::chart::ErrorBarModel Struct Reference

#include <seriesmodel.hxx>

Collaboration diagram for oox::drawingml::chart::ErrorBarModel:
[legend]

Public Types

enum  SourceType {
  PLUS ,
  MINUS
}
 
typedef ModelMap< SourceType, DataSourceModelDataSourceMap
 
typedef ModelRef< ShapeShapeRef
 

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

Detailed Description

Definition at line 97 of file seriesmodel.hxx.

Member Typedef Documentation

◆ DataSourceMap

Definition at line 105 of file seriesmodel.hxx.

◆ ShapeRef

Definition at line 106 of file seriesmodel.hxx.

Member Enumeration Documentation

◆ SourceType

Enumerator
PLUS 
MINUS 

Plus error bar values.

Minus error bar values.

Definition at line 99 of file seriesmodel.hxx.

Constructor & Destructor Documentation

◆ ErrorBarModel()

oox::drawingml::chart::ErrorBarModel::ErrorBarModel ( bool  bMSO2007Doc)
explicit

True = no end cap at error bar lines.

Definition at line 65 of file seriesmodel.cxx.

◆ ~ErrorBarModel()

oox::drawingml::chart::ErrorBarModel::~ErrorBarModel ( )

Definition at line 74 of file seriesmodel.cxx.

Member Data Documentation

◆ maSources

DataSourceMap oox::drawingml::chart::ErrorBarModel::maSources

◆ mbNoEndCap

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

◆ mfValue

double oox::drawingml::chart::ErrorBarModel::mfValue

◆ mnDirection

sal_Int32 oox::drawingml::chart::ErrorBarModel::mnDirection

◆ mnTypeId

sal_Int32 oox::drawingml::chart::ErrorBarModel::mnTypeId

◆ mnValueType

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

◆ mxShapeProp

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


The documentation for this struct was generated from the following files: