LibreOffice Module oox (master) 1
|
Relative shape position in a chart object. More...
#include <chartdrawingfragment.hxx>
Public Member Functions | |
AnchorPosModel () | |
Y coordinate relative to chart object (0.0 to 1.0). More... | |
bool | isValid () const |
Public Attributes | |
double | mfX |
double | mfY |
X coordinate relative to chart object (0.0 to 1.0). More... | |
Relative shape position in a chart object.
Definition at line 30 of file chartdrawingfragment.hxx.
|
inline |
Y coordinate relative to chart object (0.0 to 1.0).
Definition at line 35 of file chartdrawingfragment.hxx.
|
inline |
Definition at line 36 of file chartdrawingfragment.hxx.
Referenced by oox::drawingml::chart::ShapeAnchor::calcAnchorRectEmu().
double oox::drawingml::chart::AnchorPosModel::mfX |
Definition at line 32 of file chartdrawingfragment.hxx.
Referenced by oox::drawingml::chart::ShapeAnchor::calcAnchorRectEmu(), isValid(), and oox::drawingml::chart::ShapeAnchor::setPos().
double oox::drawingml::chart::AnchorPosModel::mfY |
X coordinate relative to chart object (0.0 to 1.0).
Definition at line 33 of file chartdrawingfragment.hxx.
Referenced by oox::drawingml::chart::ShapeAnchor::calcAnchorRectEmu(), isValid(), and oox::drawingml::chart::ShapeAnchor::setPos().