LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
anchorid.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for anchorid.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< SvxAnchorIds >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SvxAnchorIds {
  NONE = 0x0000 ,
  Paragraph = 0x0001 ,
  Character = 0x0002 ,
  Page = 0x0004 ,
  Fly = 0x0008 ,
  NoResize = 0x0100 ,
  NoProtect = 0x0200
}
 

Enumeration Type Documentation

◆ SvxAnchorIds

enum class SvxAnchorIds
strong
Enumerator
NONE 
Paragraph 
Character 
Page 
Fly 
NoResize 

put this into the nAnchorTypes parameter of the SvxTransformTabDialog c'tor to disable the size controls

NoProtect 

put this into the nAnchorTypes parameter of the SvxTransformTabDialog c'tor to disable the protect controls

Definition at line 24 of file anchorid.hxx.