LibreOffice Module svx (master) 1
Classes | Macros | Enumerations
svdhlpln.hxx File Reference
#include <sal/types.h>
#include <tools/gen.hxx>
#include <svx/svxdllapi.h>
#include <vector>
#include <memory>
Include dependency graph for svdhlpln.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ SDRHELPLINE_NOTFOUND

#define SDRHELPLINE_NOTFOUND   0xFFFF

Definition at line 59 of file svdhlpln.hxx.

◆ SDRHELPLINE_POINT_PIXELSIZE

#define SDRHELPLINE_POINT_PIXELSIZE   15 /* actual size = PIXELSIZE*2+1 */

Definition at line 36 of file svdhlpln.hxx.

Enumeration Type Documentation

◆ SdrHelpLineKind

enum class SdrHelpLineKind
strong
Enumerator
Point 
Vertical 
Horizontal 

Definition at line 34 of file svdhlpln.hxx.