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

Macro Definition Documentation

◆ BTN_CURRENT_SELECTION

#define BTN_CURRENT_SELECTION   151

Definition at line 66 of file scui_def.hxx.

◆ BTN_EXTEND_RANGE

#define BTN_EXTEND_RANGE   150

Definition at line 65 of file scui_def.hxx.

◆ BTN_PASTE_CLOSE

#define BTN_PASTE_CLOSE   102

Definition at line 63 of file scui_def.hxx.

◆ BTN_PASTE_LIST

#define BTN_PASTE_LIST   101

Definition at line 62 of file scui_def.hxx.

◆ BTN_PASTE_NAME

#define BTN_PASTE_NAME   100

Definition at line 61 of file scui_def.hxx.

◆ FDS_OPT_HORZ

#define FDS_OPT_HORZ   1

Definition at line 28 of file scui_def.hxx.

◆ FDS_OPT_NONE

#define FDS_OPT_NONE   0

Definition at line 27 of file scui_def.hxx.

◆ FDS_OPT_VERT

#define FDS_OPT_VERT   2

Definition at line 29 of file scui_def.hxx.

◆ SCRET_COLS

#define SCRET_COLS   0x42

Definition at line 24 of file scui_def.hxx.

◆ SCRET_REMOVE

#define SCRET_REMOVE   0x42

Definition at line 67 of file scui_def.hxx.

◆ SCRET_ROWS

#define SCRET_ROWS   0x43

Definition at line 25 of file scui_def.hxx.

Enumeration Type Documentation

◆ CellShiftDisabledFlags

enum class CellShiftDisabledFlags
strong
Enumerator
NONE 
Down 
Right 

Definition at line 41 of file scui_def.hxx.

◆ CreateNameFlags

enum class CreateNameFlags
strong
Enumerator
NONE 
Top 
Left 
Bottom 
Right 

Definition at line 50 of file scui_def.hxx.

◆ InsertContentsFlags

enum class InsertContentsFlags
strong
Enumerator
NONE 
NoEmpty 
Trans 
Link 

Definition at line 31 of file scui_def.hxx.