LibreOffice Module oox (master) 1
|
#include <plotareamodel.hxx>
Public Types | |
typedef ModelVector< TypeGroupModel > | TypeGroupVector |
typedef ModelVector< AxisModel > | AxisVector |
typedef ModelRef< Shape > | ShapeRef |
typedef ModelRef< LayoutModel > | LayoutRef |
typedef ModelRef< DataTableModel > | DataTableRef |
Public Member Functions | |
PlotAreaModel () | |
Data table of the plot area. More... | |
~PlotAreaModel () | |
Public Attributes | |
TypeGroupVector | maTypeGroups |
AxisVector | maAxes |
All chart type groups contained in the chart. More... | |
ShapeRef | mxShapeProp |
All axes contained in the chart. More... | |
LayoutRef | mxLayout |
Plot area frame formatting. More... | |
DataTableRef | mxDataTable |
Layout/position of the plot area. More... | |
Definition at line 55 of file plotareamodel.hxx.
Definition at line 58 of file plotareamodel.hxx.
Definition at line 61 of file plotareamodel.hxx.
Definition at line 60 of file plotareamodel.hxx.
Definition at line 59 of file plotareamodel.hxx.
Definition at line 57 of file plotareamodel.hxx.
|
explicit |
Data table of the plot area.
Definition at line 41 of file plotareamodel.cxx.
References oox::drawingml::chart::ModelRef< ModelType >::create(), oox::drawingml::Shape::getFillProperties(), oox::drawingml::FillProperties::moFillType, and mxShapeProp.
oox::drawingml::chart::PlotAreaModel::~PlotAreaModel | ( | ) |
Definition at line 46 of file plotareamodel.cxx.
AxisVector oox::drawingml::chart::PlotAreaModel::maAxes |
All chart type groups contained in the chart.
Definition at line 64 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::PlotAreaConverter::convertFromModel(), and oox::drawingml::chart::PlotAreaContext::onCreateContext().
TypeGroupVector oox::drawingml::chart::PlotAreaModel::maTypeGroups |
Definition at line 63 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::PlotAreaConverter::convertFromModel(), and oox::drawingml::chart::PlotAreaContext::onCreateContext().
DataTableRef oox::drawingml::chart::PlotAreaModel::mxDataTable |
Layout/position of the plot area.
Definition at line 67 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::PlotAreaConverter::convertFromModel(), and oox::drawingml::chart::PlotAreaContext::onCreateContext().
LayoutRef oox::drawingml::chart::PlotAreaModel::mxLayout |
Plot area frame formatting.
Definition at line 66 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::PlotAreaConverter::convertFromModel(), oox::drawingml::chart::PlotAreaConverter::convertPositionFromModel(), and oox::drawingml::chart::PlotAreaContext::onCreateContext().
ShapeRef oox::drawingml::chart::PlotAreaModel::mxShapeProp |
All axes contained in the chart.
Definition at line 65 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::PlotAreaConverter::convertFromModel(), oox::drawingml::chart::PlotAreaContext::onCreateContext(), and PlotAreaModel().