|
LibreOffice Module oox (master) 1
|
#include <seriesmodel.hxx>
Public Member Functions | |
| PictureOptionsModel (bool bMSO2007Doc) | |
| True = draw picture at top/bottom side of 3D data points. More... | |
Public Attributes | |
| double | mfStackUnit |
| sal_Int32 | mnPictureFormat |
| Bitmap stacking unit. More... | |
| bool | mbApplyToFront |
| Bitmap mode (stretch/tile). More... | |
| bool | mbApplyToSides |
| True = draw picture at front/back side of 3D data points. More... | |
| bool | mbApplyToEnd |
| True = draw picture at left/right side of 3D data points. More... | |
Definition at line 86 of file seriesmodel.hxx.
|
explicit |
True = draw picture at top/bottom side of 3D data points.
Definition at line 56 of file seriesmodel.cxx.
| bool oox::drawingml::chart::PictureOptionsModel::mbApplyToEnd |
True = draw picture at left/right side of 3D data points.
Definition at line 92 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::PictureOptionsContext::onCreateContext().
| bool oox::drawingml::chart::PictureOptionsModel::mbApplyToFront |
Bitmap mode (stretch/tile).
Definition at line 90 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::PictureOptionsContext::onCreateContext().
| bool oox::drawingml::chart::PictureOptionsModel::mbApplyToSides |
True = draw picture at front/back side of 3D data points.
Definition at line 91 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::PictureOptionsContext::onCreateContext().
| double oox::drawingml::chart::PictureOptionsModel::mfStackUnit |
Definition at line 88 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::PictureOptionsContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::PictureOptionsModel::mnPictureFormat |
Bitmap stacking unit.
Definition at line 89 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::PictureOptionsContext::onCreateContext().