LibreOffice Module oox (master) 1
|
#include <typegroupmodel.hxx>
Public Types | |
typedef ModelRef< Shape > | ShapeRef |
Public Member Functions | |
UpDownBarsModel () | |
Space between up/down bars. More... | |
~UpDownBarsModel () | |
Public Attributes | |
ShapeRef | mxDownBars |
ShapeRef | mxUpBars |
Formatting of down bars. More... | |
sal_Int32 | mnGapWidth |
Formatting of up bars. More... | |
Definition at line 27 of file typegroupmodel.hxx.
Definition at line 29 of file typegroupmodel.hxx.
|
explicit |
Space between up/down bars.
Definition at line 25 of file typegroupmodel.cxx.
oox::drawingml::chart::UpDownBarsModel::~UpDownBarsModel | ( | ) |
Definition at line 30 of file typegroupmodel.cxx.
sal_Int32 oox::drawingml::chart::UpDownBarsModel::mnGapWidth |
Formatting of up bars.
Definition at line 33 of file typegroupmodel.hxx.
Referenced by oox::drawingml::chart::UpDownBarsContext::onCreateContext().
ShapeRef oox::drawingml::chart::UpDownBarsModel::mxDownBars |
Definition at line 31 of file typegroupmodel.hxx.
Referenced by oox::drawingml::chart::UpDownBarsConverter::convertFromModel(), and oox::drawingml::chart::UpDownBarsContext::onCreateContext().
ShapeRef oox::drawingml::chart::UpDownBarsModel::mxUpBars |
Formatting of down bars.
Definition at line 32 of file typegroupmodel.hxx.
Referenced by oox::drawingml::chart::UpDownBarsConverter::convertFromModel(), and oox::drawingml::chart::UpDownBarsContext::onCreateContext().