LibreOffice Module svx (master) 1
|
#include <svx/svdmark.hxx>
#include <svx/svdhdl.hxx>
#include <svx/svdsnpv.hxx>
#include <svx/svdtypes.hxx>
#include <svx/svxdllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <basegfx/range/b2drectangle.hxx>
#include <unotools/resmgr.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< SdrSearchOptions > |
class | SdrMarkView |
Namespaces | |
namespace | o3tl |
Enumerations | |
enum class | SdrSearchOptions { NONE = 0x0000 , DEEP = 0x0001 , ALSOONMASTER = 0x0002 , WHOLEPAGE = 0x0004 , TESTMARKABLE = 0x0008 , TESTMACRO = 0x0010 , TESTTEXTEDIT = 0x0020 , MARKED = 0x0040 , PASS2BOUND = 0x0080 , BEFOREMARK = 0x0100 , IMPISMASTER = 0x0200 , PICKMARKABLE = TESTMARKABLE , PICKTEXTEDIT = DEEP | TESTMARKABLE | TESTTEXTEDIT , PICKMACRO = DEEP | ALSOONMASTER | WHOLEPAGE | TESTMACRO } |
enum class | SdrHitKind { NONE , Object , Handle , HelpLine , Gluepoint , TextEdit , TextEditObj , UrlField , Macro , MarkedObject , UnmarkedObject , Cell } |
enum class | SdrViewEditMode { Edit , Create , GluePointEdit } |
enum class | ImpGetDescriptionOptions { NONE = 0 , POINTS = 1 , GLUEPOINTS = 2 } |
options for ImpGetDescriptionString() More... | |
|
strong |
options for ImpGetDescriptionString()
Enumerator | |
---|---|
NONE | |
POINTS | |
GLUEPOINTS |
Definition at line 80 of file svdmrkv.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Object | |
Handle | |
HelpLine | |
Gluepoint | |
TextEdit | |
TextEditObj | |
UrlField | |
Macro | |
MarkedObject | |
UnmarkedObject | |
Cell |
Definition at line 57 of file svdmrkv.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
DEEP | |
ALSOONMASTER | |
WHOLEPAGE | |
TESTMARKABLE | |
TESTMACRO | |
TESTTEXTEDIT | |
MARKED | |
PASS2BOUND | |
BEFOREMARK | |
IMPISMASTER | |
PICKMARKABLE | |
PICKTEXTEDIT | |
PICKMACRO |
Definition at line 34 of file svdmrkv.hxx.
|
strong |
Enumerator | |
---|---|
Edit | |
Create | |
GluePointEdit |
Definition at line 73 of file svdmrkv.hxx.