Home
last modified time | relevance | path

Searched defs:ErrorBarModel (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/inc/oox/drawingml/chart/
H A Dseriesmodel.hxx104 struct ErrorBarModel struct
106 enum SourceType
112 typedef ModelMap< SourceType, DataSourceModel > DataSourceMap;
113 typedef ModelRef< Shape > ShapeRef;
115 DataSourceMap maSources; /// Source ranges for manual error bar values.
116 ShapeRef mxShapeProp; /// Error line formatting.
117 double mfValue; /// Fixed value for several error bar types.
118 sal_Int32 mnDirection; /// Direction of the error bars (x/y).
119 sal_Int32 mnTypeId; /// Type of the error bars (plus/minus/both).
120 sal_Int32 mnValueType; /// Type of the values.
[all …]
/aoo4110/main/oox/source/drawingml/chart/
H A Dseriesmodel.cxx80 ErrorBarModel::ErrorBarModel() : in ErrorBarModel() function in oox::drawingml::chart::ErrorBarModel

Completed in 19 milliseconds