LibreOffice Module oox (master) 1
|
#include <shape3dproperties.hxx>
Public Attributes | |
std::optional< sal_Int32 > | mnLatitude |
std::optional< sal_Int32 > | mnLongitude |
std::optional< sal_Int32 > | mnRevolution |
Definition at line 33 of file shape3dproperties.hxx.
std::optional< sal_Int32 > oox::drawingml::RotationProperties::mnLatitude |
Definition at line 35 of file shape3dproperties.hxx.
Referenced by oox::drawingml::Generic3DProperties::getCameraAttributes(), oox::drawingml::Generic3DProperties::getLightRigAttributes(), and oox::drawingml::Scene3DRotationPropertiesContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::RotationProperties::mnLongitude |
Definition at line 36 of file shape3dproperties.hxx.
Referenced by oox::drawingml::Generic3DProperties::getCameraAttributes(), oox::drawingml::Generic3DProperties::getLightRigAttributes(), and oox::drawingml::Scene3DRotationPropertiesContext::onCreateContext().
std::optional< sal_Int32 > oox::drawingml::RotationProperties::mnRevolution |
Definition at line 37 of file shape3dproperties.hxx.
Referenced by oox::drawingml::Shape::createAndInsert(), oox::drawingml::Generic3DProperties::getCameraAttributes(), oox::drawingml::Generic3DProperties::getLightRigAttributes(), and oox::drawingml::Scene3DRotationPropertiesContext::onCreateContext().