|
LibreOffice Module svx (master) 1
|
#include <o3tl/typed_flags_set.hxx>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 } |
|
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.