LibreOffice Module sc (master) 1
|
#include <o3tl/typed_flags_set.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< InsertContentsFlags > |
struct | o3tl::typed_flags< CellShiftDisabledFlags > |
struct | o3tl::typed_flags< CreateNameFlags > |
Namespaces | |
namespace | o3tl |
Macros | |
#define | SCRET_COLS 0x42 |
#define | SCRET_ROWS 0x43 |
#define | FDS_OPT_NONE 0 |
#define | FDS_OPT_HORZ 1 |
#define | FDS_OPT_VERT 2 |
#define | BTN_PASTE_NAME 100 |
#define | BTN_PASTE_LIST 101 |
#define | BTN_PASTE_CLOSE 102 |
#define | BTN_EXTEND_RANGE 150 |
#define | BTN_CURRENT_SELECTION 151 |
#define | SCRET_REMOVE 0x42 |
Enumerations | |
enum class | InsertContentsFlags { NONE = 0x00 , NoEmpty = 0x01 , Trans = 0x02 , Link = 0x04 } |
enum class | CellShiftDisabledFlags { NONE = 0x00 , Down = 0x01 , Right = 0x02 } |
enum class | CreateNameFlags { NONE = 0 , Top = 1 , Left = 2 , Bottom = 4 , Right = 8 } |
#define BTN_CURRENT_SELECTION 151 |
Definition at line 66 of file scui_def.hxx.
#define BTN_EXTEND_RANGE 150 |
Definition at line 65 of file scui_def.hxx.
#define BTN_PASTE_CLOSE 102 |
Definition at line 63 of file scui_def.hxx.
#define BTN_PASTE_LIST 101 |
Definition at line 62 of file scui_def.hxx.
#define BTN_PASTE_NAME 100 |
Definition at line 61 of file scui_def.hxx.
#define FDS_OPT_HORZ 1 |
Definition at line 28 of file scui_def.hxx.
#define FDS_OPT_NONE 0 |
Definition at line 27 of file scui_def.hxx.
#define FDS_OPT_VERT 2 |
Definition at line 29 of file scui_def.hxx.
#define SCRET_COLS 0x42 |
Definition at line 24 of file scui_def.hxx.
#define SCRET_REMOVE 0x42 |
Definition at line 67 of file scui_def.hxx.
#define SCRET_ROWS 0x43 |
Definition at line 25 of file scui_def.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Down | |
Right |
Definition at line 41 of file scui_def.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Top | |
Left | |
Bottom | |
Right |
Definition at line 50 of file scui_def.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
NoEmpty | |
Trans | |
Link |
Definition at line 31 of file scui_def.hxx.