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 | |
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 | InsertContentsFlags { InsertContentsFlags::NONE = 0x00, InsertContentsFlags::NoEmpty = 0x01, InsertContentsFlags::Trans = 0x02, InsertContentsFlags::Link = 0x04 } |
enum | CellShiftDisabledFlags { CellShiftDisabledFlags::NONE = 0x00, CellShiftDisabledFlags::Down = 0x01, CellShiftDisabledFlags::Right = 0x02 } |
enum | CreateNameFlags { CreateNameFlags::NONE = 0, CreateNameFlags::Top = 1, CreateNameFlags::Left = 2, CreateNameFlags::Bottom = 4, CreateNameFlags::Right = 8 } |
#define BTN_CURRENT_SELECTION 151 |
Definition at line 67 of file scui_def.hxx.
Referenced by IMPL_LINK(), and lcl_GetSortParam().
#define BTN_EXTEND_RANGE 150 |
Definition at line 66 of file scui_def.hxx.
Referenced by IMPL_LINK(), and lcl_GetSortParam().
#define BTN_PASTE_CLOSE 102 |
Definition at line 64 of file scui_def.hxx.
Referenced by IMPL_LINK().
#define BTN_PASTE_LIST 101 |
Definition at line 63 of file scui_def.hxx.
Referenced by ScCellShell::ExecuteEdit(), and IMPL_LINK().
#define BTN_PASTE_NAME 100 |
Definition at line 62 of file scui_def.hxx.
Referenced by ScEditShell::Execute(), ScCellShell::ExecuteEdit(), and IMPL_LINK().
#define FDS_OPT_HORZ 1 |
Definition at line 29 of file scui_def.hxx.
Referenced by ScCellShell::ExecuteEdit(), and ScFillSeriesDlg::Init().
#define FDS_OPT_NONE 0 |
Definition at line 28 of file scui_def.hxx.
Referenced by ScCellShell::ExecuteEdit(), and ScFillSeriesDlg::Init().
#define FDS_OPT_VERT 2 |
Definition at line 30 of file scui_def.hxx.
Referenced by ScCellShell::ExecuteEdit(), and ScFillSeriesDlg::Init().
#define SCRET_COLS 0x42 |
Definition at line 25 of file scui_def.hxx.
Referenced by ScTpUserLists::CopyListFromArea(), and IMPL_LINK_NOARG().
#define SCRET_REMOVE 0x42 |
Definition at line 68 of file scui_def.hxx.
Referenced by ScCellShell::ExecuteSubtotals(), and IMPL_LINK_NOARG().
#define SCRET_ROWS 0x43 |
Definition at line 26 of file scui_def.hxx.
Referenced by ScTpUserLists::CopyListFromArea(), and IMPL_LINK_NOARG().
|
strong |
Enumerator | |
---|---|
NONE | |
Down | |
Right |
Definition at line 42 of file scui_def.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Top | |
Left | |
Bottom | |
Right |
Definition at line 51 of file scui_def.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
NoEmpty | |
Trans | |
Link |
Definition at line 32 of file scui_def.hxx.