LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
svdedtv.hxx File Reference
#include <svx/svdmrkv.hxx>
#include <svx/xpoly.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svxdllapi.h>
#include <svx/svdundo.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for svdedtv.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SdrInsertFlags >
 
class  SdrEditView
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SdrHorAlign {
  NONE ,
  Left ,
  Right ,
  Center
}
 
enum class  SdrVertAlign {
  NONE ,
  Top ,
  Bottom ,
  Center
}
 
enum class  SdrMergeMode {
  Merge ,
  Subtract ,
  Intersect
}
 
enum class  SdrInsertFlags {
  NONE = 0x0000 ,
  DONTMARK = 0x0001 ,
  ADDMARK = 0x0002 ,
  SETDEFATTR = 0x0004 ,
  SETDEFLAYER = 0x0008
}
 

Enumeration Type Documentation

◆ SdrHorAlign

enum class SdrHorAlign
strong
Enumerator
NONE 
Left 
Right 
Center 

Definition at line 37 of file svdedtv.hxx.

◆ SdrInsertFlags

enum class SdrInsertFlags
strong
Enumerator
NONE 
DONTMARK 
ADDMARK 
SETDEFATTR 
SETDEFLAYER 

Definition at line 58 of file svdedtv.hxx.

◆ SdrMergeMode

enum class SdrMergeMode
strong
Enumerator
Merge 
Subtract 
Intersect 

Definition at line 51 of file svdedtv.hxx.

◆ SdrVertAlign

enum class SdrVertAlign
strong
Enumerator
NONE 
Top 
Bottom 
Center 

Definition at line 44 of file svdedtv.hxx.