|
LibreOffice Module svx (master) 1
|
#include <tools/gen.hxx>#include <tools/degree.hxx>#include <svx/svxdllapi.h>#include <vector>#include <o3tl/typed_flags_set.hxx>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< SdrEscapeDirection > |
| struct | o3tl::typed_flags< SdrAlign > |
| class | SdrGluePoint |
| class | SdrGluePointList |
Namespaces | |
| namespace | vcl |
| namespace | o3tl |
Macros | |
| #define | SDRGLUEPOINT_NOTFOUND 0xFFFF |
Enumerations | |
| enum class | SdrEscapeDirection { SMART = 0x0000 , LEFT = 0x0001 , RIGHT = 0x0002 , TOP = 0x0004 , BOTTOM = 0x0008 , HORZ = LEFT | RIGHT , VERT = TOP | BOTTOM , ALL = 0x00ff } |
| enum class | SdrAlign { NONE = 0x0000 , HORZ_CENTER = 0x0000 , HORZ_LEFT = 0x0001 , HORZ_RIGHT = 0x0002 , HORZ_DONTCARE = 0x0010 , VERT_CENTER = 0x0000 , VERT_TOP = 0x0100 , VERT_BOTTOM = 0x0200 , VERT_DONTCARE = 0x1000 } |
| #define SDRGLUEPOINT_NOTFOUND 0xFFFF |
Definition at line 181 of file svdglue.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| HORZ_CENTER | |
| HORZ_LEFT | |
| HORZ_RIGHT | |
| HORZ_DONTCARE | |
| VERT_CENTER | |
| VERT_TOP | |
| VERT_BOTTOM | |
| VERT_DONTCARE | |
Definition at line 50 of file svdglue.hxx.
|
strong |
| Enumerator | |
|---|---|
| SMART | |
| LEFT | |
| RIGHT | |
| TOP | |
| BOTTOM | |
| HORZ | |
| VERT | |
| ALL | |
Definition at line 34 of file svdglue.hxx.