LibreOffice Module oox (master) 1
|
#include <shape3dproperties.hxx>
Public Attributes | |
std::optional< sal_Int32 > | mnPreset |
std::optional< sal_Int32 > | mnWidth |
std::optional< sal_Int32 > | mnHeight |
Definition at line 40 of file shape3dproperties.hxx.
std::optional< sal_Int32 > oox::drawingml::BevelProperties::mnHeight |
Definition at line 44 of file shape3dproperties.hxx.
Referenced by oox::drawingml::Generic3DProperties::getBevelAttributes(), oox::drawingml::SceneText3DPropertiesContext::onCreateContext(), and oox::drawingml::Shape3DPropertiesContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::BevelProperties::mnPreset |
Definition at line 42 of file shape3dproperties.hxx.
Referenced by oox::drawingml::Generic3DProperties::getBevelAttributes(), oox::drawingml::SceneText3DPropertiesContext::onCreateContext(), and oox::drawingml::Shape3DPropertiesContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::BevelProperties::mnWidth |
Definition at line 43 of file shape3dproperties.hxx.
Referenced by oox::drawingml::Generic3DProperties::getBevelAttributes(), oox::drawingml::SceneText3DPropertiesContext::onCreateContext(), and oox::drawingml::Shape3DPropertiesContext::onCreateContext().