LibreOffice Module oox (master)
1
|
#include <customshapeproperties.hxx>
Public Member Functions | |
AdjustHandle (bool bPolar) | |
Public Attributes | |
bool | polar |
css::drawing::EnhancedCustomShapeParameterPair | pos |
OptValue< OUString > | gdRef1 |
OptValue< css::drawing::EnhancedCustomShapeParameter > | min1 |
OptValue< css::drawing::EnhancedCustomShapeParameter > | max1 |
OptValue< OUString > | gdRef2 |
OptValue< css::drawing::EnhancedCustomShapeParameter > | min2 |
OptValue< css::drawing::EnhancedCustomShapeParameter > | max2 |
Definition at line 45 of file customshapeproperties.hxx.
|
inline |
Definition at line 63 of file customshapeproperties.hxx.
OptValue< OUString > oox::drawingml::AdjustHandle::gdRef1 |
Definition at line 52 of file customshapeproperties.hxx.
OptValue< OUString > oox::drawingml::AdjustHandle::gdRef2 |
Definition at line 57 of file customshapeproperties.hxx.
OptValue< css::drawing::EnhancedCustomShapeParameter > oox::drawingml::AdjustHandle::max1 |
Definition at line 56 of file customshapeproperties.hxx.
OptValue< css::drawing::EnhancedCustomShapeParameter > oox::drawingml::AdjustHandle::max2 |
Definition at line 61 of file customshapeproperties.hxx.
OptValue< css::drawing::EnhancedCustomShapeParameter > oox::drawingml::AdjustHandle::min1 |
Definition at line 54 of file customshapeproperties.hxx.
OptValue< css::drawing::EnhancedCustomShapeParameter > oox::drawingml::AdjustHandle::min2 |
Definition at line 59 of file customshapeproperties.hxx.
bool oox::drawingml::AdjustHandle::polar |
Definition at line 47 of file customshapeproperties.hxx.
css::drawing::EnhancedCustomShapeParameterPair oox::drawingml::AdjustHandle::pos |
Definition at line 49 of file customshapeproperties.hxx.