LibreOffice Module svx (master) 1
|
#include <sal/types.h>
#include <tools/gen.hxx>
#include <svx/svxdllapi.h>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | SdrHelpLine |
class | SdrHelpLineList |
Macros | |
#define | SDRHELPLINE_POINT_PIXELSIZE 15 /* actual size = PIXELSIZE*2+1 */ |
#define | SDRHELPLINE_NOTFOUND 0xFFFF |
Enumerations | |
enum class | SdrHelpLineKind { Point , Vertical , Horizontal } |
#define SDRHELPLINE_NOTFOUND 0xFFFF |
Definition at line 59 of file svdhlpln.hxx.
#define SDRHELPLINE_POINT_PIXELSIZE 15 /* actual size = PIXELSIZE*2+1 */ |
Definition at line 36 of file svdhlpln.hxx.
|
strong |
Enumerator | |
---|---|
Point | |
Vertical | |
Horizontal |
Definition at line 34 of file svdhlpln.hxx.