LibreOffice Module oox (master) 1
|
#include <shape3dproperties.hxx>
Additional Inherited Members | |
Public Member Functions inherited from oox::drawingml::Generic3DProperties | |
css::uno::Sequence< css::beans::PropertyValue > | getCameraAttributes () |
css::uno::Sequence< css::beans::PropertyValue > | getLightRigAttributes () |
css::uno::Sequence< css::beans::PropertyValue > | getShape3DAttributes (const GraphicHelper &rGraphicHelper, ::Color rPhClr) |
Static Public Member Functions inherited from oox::drawingml::Generic3DProperties | |
static OUString | getCameraPrstName (sal_Int32 nElement) |
static OUString | getLightRigName (sal_Int32 nElement) |
static OUString | getLightRigDirName (sal_Int32 nElement) |
static OUString | getBevelPresetTypeString (sal_Int32 nType) |
static OUString | getPresetMaterialTypeString (sal_Int32 nType) |
static css::uno::Sequence< css::beans::PropertyValue > | getBevelAttributes (BevelProperties rProps) |
static css::uno::Sequence< css::beans::PropertyValue > | getColorAttributes (const Color &rColor, const GraphicHelper &rGraphicHelper, ::Color rPhClr) |
Public Attributes inherited from oox::drawingml::Generic3DProperties | |
std::optional< sal_Int32 > | mnPreset |
std::optional< float > | mfFieldOfVision |
std::optional< float > | mfZoom |
std::optional< sal_Int32 > | mnLightRigDirection |
std::optional< sal_Int32 > | mnLightRigType |
RotationProperties | maCameraRotation |
RotationProperties | maLightRigRotation |
std::optional< sal_Int32 > | mnExtrusionH |
std::optional< sal_Int32 > | mnContourW |
std::optional< sal_Int32 > | mnShapeZ |
std::optional< sal_Int32 > | mnMaterial |
Color | maExtrusionColor |
Color | maContourColor |
std::optional< BevelProperties > | maTopBevelProperties |
std::optional< BevelProperties > | maBottomBevelProperties |
Definition at line 85 of file shape3dproperties.hxx.