LibreOffice Module oox (master) 1
|
#include <seriesmodel.hxx>
Public Types | |
typedef ModelRef< Shape > | ShapeRef |
typedef ModelRef< PictureOptionsModel > | PictureOptionsRef |
Public Member Functions | |
DataPointModel (bool bMSO2007Doc) | |
True = invert negative data points (not derived from series!). More... | |
~DataPointModel () | |
Public Attributes | |
ShapeRef | mxShapeProp |
PictureOptionsRef | mxPicOptions |
Data point formatting. More... | |
ShapeRef | mxMarkerProp |
Fill bitmap settings. More... | |
std::optional< sal_Int32 > | monExplosion |
Data point marker formatting. More... | |
std::optional< sal_Int32 > | monMarkerSize |
Pie slice moved from pie center. More... | |
std::optional< sal_Int32 > | monMarkerSymbol |
Size of the series line marker (2...72). More... | |
std::optional< bool > | mobBubble3d |
Series line marker symbol. More... | |
sal_Int32 | mnIndex |
True = show bubbles with 3D shade. More... | |
bool | mbInvertNeg |
Unique data point index. More... | |
Definition at line 158 of file seriesmodel.hxx.
Definition at line 161 of file seriesmodel.hxx.
Definition at line 160 of file seriesmodel.hxx.
|
explicit |
True = invert negative data points (not derived from series!).
Definition at line 99 of file seriesmodel.cxx.
oox::drawingml::chart::DataPointModel::~DataPointModel | ( | ) |
Definition at line 105 of file seriesmodel.cxx.
bool oox::drawingml::chart::DataPointModel::mbInvertNeg |
Unique data point index.
Definition at line 171 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointContext::onCreateContext().
sal_Int32 oox::drawingml::chart::DataPointModel::mnIndex |
True = show bubbles with 3D shade.
Definition at line 170 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::DataPointContext::onCreateContext().
std::optional< bool > oox::drawingml::chart::DataPointModel::mobBubble3d |
Series line marker symbol.
Definition at line 169 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::chart::DataPointModel::monExplosion |
Data point marker formatting.
Definition at line 166 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::DataPointContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::chart::DataPointModel::monMarkerSize |
Pie slice moved from pie center.
Definition at line 167 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::DataPointContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::chart::DataPointModel::monMarkerSymbol |
Size of the series line marker (2...72).
Definition at line 168 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::DataPointContext::onCreateContext().
ShapeRef oox::drawingml::chart::DataPointModel::mxMarkerProp |
Fill bitmap settings.
Definition at line 165 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::DataPointContext::onCreateContext().
PictureOptionsRef oox::drawingml::chart::DataPointModel::mxPicOptions |
Data point formatting.
Definition at line 164 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::DataPointContext::onCreateContext().
ShapeRef oox::drawingml::chart::DataPointModel::mxShapeProp |
Definition at line 163 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::DataPointContext::onCreateContext().