LibreOffice Module oox (master) 1
|
#include <plotareamodel.hxx>
Public Member Functions | |
View3DModel (bool bMSO2007Doc) | |
True = right-angled axes in 3D view. More... | |
Public Attributes | |
std::optional< sal_Int32 > | monHeightPercent |
std::optional< sal_Int32 > | monRotationX |
Height of the 3D view, relative to chart width. More... | |
std::optional< sal_Int32 > | monRotationY |
Horizontal rotation in degrees. More... | |
sal_Int32 | mnDepthPercent |
Vertical rotation in degrees. More... | |
sal_Int32 | mnPerspective |
Depth of the 3D view, relative to chart width. More... | |
bool | mbRightAngled |
Eye distance to the 3D objects. More... | |
Definition at line 31 of file plotareamodel.hxx.
|
explicit |
True = right-angled axes in 3D view.
Definition at line 26 of file plotareamodel.cxx.
bool oox::drawingml::chart::View3DModel::mbRightAngled |
Eye distance to the 3D objects.
Definition at line 38 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::View3DConverter::convertFromModel(), and oox::drawingml::chart::View3DContext::onCreateContext().
sal_Int32 oox::drawingml::chart::View3DModel::mnDepthPercent |
Vertical rotation in degrees.
Definition at line 36 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::View3DContext::onCreateContext().
sal_Int32 oox::drawingml::chart::View3DModel::mnPerspective |
Depth of the 3D view, relative to chart width.
Definition at line 37 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::View3DConverter::convertFromModel(), and oox::drawingml::chart::View3DContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::chart::View3DModel::monHeightPercent |
Definition at line 33 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::View3DContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::chart::View3DModel::monRotationX |
Height of the 3D view, relative to chart width.
Definition at line 34 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::View3DConverter::convertFromModel(), and oox::drawingml::chart::View3DContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::chart::View3DModel::monRotationY |
Horizontal rotation in degrees.
Definition at line 35 of file plotareamodel.hxx.
Referenced by oox::drawingml::chart::View3DConverter::convertFromModel(), and oox::drawingml::chart::View3DContext::onCreateContext().