LibreOffice Module oox (master) 1
|
#include <chartspacemodel.hxx>
Public Types | |
typedef ModelRef< Shape > | ShapeRef |
typedef ModelRef< TextBody > | TextBodyRef |
typedef ModelRef< PlotAreaModel > | PlotAreaRef |
typedef ModelRef< WallFloorModel > | WallFloorRef |
typedef ModelRef< View3DModel > | View3DRef |
typedef ModelRef< TitleModel > | TitleRef |
typedef ModelRef< LegendModel > | LegendRef |
Public Member Functions | |
ChartSpaceModel (bool bMSO2007Doc) | |
True = pivot chart. More... | |
~ChartSpaceModel () | |
Public Attributes | |
ShapeRef | mxShapeProp |
TextBodyRef | mxTextProp |
Chart frame formatting. More... | |
PlotAreaRef | mxPlotArea |
Global chart text formatting. More... | |
WallFloorRef | mxFloor |
Plot area of the chart. More... | |
WallFloorRef | mxBackWall |
Floor formatting in 3D charts. More... | |
WallFloorRef | mxSideWall |
Back wall formatting in 3D charts. More... | |
View3DRef | mxView3D |
Side wall formatting in 3D charts. More... | |
TitleRef | mxTitle |
3D settings. More... | |
LegendRef | mxLegend |
Chart main title. More... | |
OUString | maDrawingPath |
Chart legend. More... | |
OUString | maSheetPath |
Path to drawing fragment with embedded shapes. More... | |
sal_Int32 | mnDispBlanksAs |
Path to embedded charts. More... | |
sal_Int32 | mnStyle |
Mode how to display blank values. More... | |
bool | mbAutoTitleDel |
Index to default formatting. More... | |
bool | mbPlotVisOnly |
True = automatic title deleted manually. More... | |
bool | mbShowLabelsOverMax |
True = plot visible cells in a sheet only. More... | |
bool | mbPivotChart |
True = show labels over chart maximum. More... | |
Definition at line 30 of file chartspacemodel.hxx.
Definition at line 38 of file chartspacemodel.hxx.
Definition at line 34 of file chartspacemodel.hxx.
Definition at line 32 of file chartspacemodel.hxx.
Definition at line 33 of file chartspacemodel.hxx.
Definition at line 37 of file chartspacemodel.hxx.
Definition at line 36 of file chartspacemodel.hxx.
Definition at line 35 of file chartspacemodel.hxx.
|
explicit |
True = pivot chart.
Definition at line 25 of file chartspacemodel.cxx.
oox::drawingml::chart::ChartSpaceModel::~ChartSpaceModel | ( | ) |
Definition at line 35 of file chartspacemodel.cxx.
OUString oox::drawingml::chart::ChartSpaceModel::maDrawingPath |
Chart legend.
Definition at line 49 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
OUString oox::drawingml::chart::ChartSpaceModel::maSheetPath |
Path to drawing fragment with embedded shapes.
Definition at line 50 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
bool oox::drawingml::chart::ChartSpaceModel::mbAutoTitleDel |
Index to default formatting.
Definition at line 53 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
bool oox::drawingml::chart::ChartSpaceModel::mbPivotChart |
True = show labels over chart maximum.
Definition at line 56 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
bool oox::drawingml::chart::ChartSpaceModel::mbPlotVisOnly |
True = automatic title deleted manually.
Definition at line 54 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
bool oox::drawingml::chart::ChartSpaceModel::mbShowLabelsOverMax |
True = plot visible cells in a sheet only.
Definition at line 55 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
sal_Int32 oox::drawingml::chart::ChartSpaceModel::mnDispBlanksAs |
Path to embedded charts.
Definition at line 51 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
sal_Int32 oox::drawingml::chart::ChartSpaceModel::mnStyle |
Mode how to display blank values.
Definition at line 52 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
WallFloorRef oox::drawingml::chart::ChartSpaceModel::mxBackWall |
Floor formatting in 3D charts.
Definition at line 44 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
WallFloorRef oox::drawingml::chart::ChartSpaceModel::mxFloor |
Plot area of the chart.
Definition at line 43 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
LegendRef oox::drawingml::chart::ChartSpaceModel::mxLegend |
Chart main title.
Definition at line 48 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
PlotAreaRef oox::drawingml::chart::ChartSpaceModel::mxPlotArea |
Global chart text formatting.
Definition at line 42 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
ShapeRef oox::drawingml::chart::ChartSpaceModel::mxShapeProp |
Definition at line 40 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
WallFloorRef oox::drawingml::chart::ChartSpaceModel::mxSideWall |
Back wall formatting in 3D charts.
Definition at line 45 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
TextBodyRef oox::drawingml::chart::ChartSpaceModel::mxTextProp |
Chart frame formatting.
Definition at line 41 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
TitleRef oox::drawingml::chart::ChartSpaceModel::mxTitle |
3D settings.
Definition at line 47 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().
View3DRef oox::drawingml::chart::ChartSpaceModel::mxView3D |
Side wall formatting in 3D charts.
Definition at line 46 of file chartspacemodel.hxx.
Referenced by oox::drawingml::chart::ChartSpaceConverter::convertFromModel(), and oox::drawingml::chart::ChartSpaceFragment::onCreateContext().