|
LibreOffice Module filter (master) 1
|
#include <cgmtypes.hxx>
Public Member Functions | |
| FloatRect () | |
| void | Justify () |
Public Attributes | |
| double | Left |
| double | Top |
| double | Right |
| double | Bottom |
Definition at line 31 of file cgmtypes.hxx.
|
inline |
Definition at line 37 of file cgmtypes.hxx.
|
inline |
Definition at line 38 of file cgmtypes.hxx.
References Bottom, Left, Right, and Top.
Referenced by CGM::ImplGetRectangle().
| double FloatRect::Bottom |
Definition at line 36 of file cgmtypes.hxx.
Referenced by CGMImpressOutAct::DrawRectangle(), CGM::ImplGetRectangle(), CGM::ImplGetRectangleNS(), CGMElements::Init(), and Justify().
| double FloatRect::Left |
Definition at line 33 of file cgmtypes.hxx.
Referenced by CGMImpressOutAct::DrawRectangle(), CGM::ImplGetRectangle(), CGM::ImplGetRectangleNS(), CGMElements::Init(), and Justify().
| double FloatRect::Right |
Definition at line 35 of file cgmtypes.hxx.
Referenced by CGMImpressOutAct::DrawRectangle(), CGM::ImplGetRectangle(), CGM::ImplGetRectangleNS(), CGMElements::Init(), and Justify().
| double FloatRect::Top |
Definition at line 34 of file cgmtypes.hxx.
Referenced by CGMImpressOutAct::DrawRectangle(), CGM::ImplGetRectangle(), CGM::ImplGetRectangleNS(), CGMElements::Init(), and Justify().