|
LibreOffice Module sw (master) 1
|
#include <svl/lstner.hxx>#include <vcl/timer.hxx>#include <vcl/transfer.hxx>#include <vcl/weld.hxx>#include <ndarr.hxx>#include "swcont.hxx"#include <map>#include <memory>#include <o3tl/enumarray.hxx>#include <o3tl/typed_flags_set.hxx>#include <svx/sdr/overlay/overlayobject.hxx>#include <editsh.hxx>#include <edglbldc.hxx>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< MenuEnableFlags > |
| class | SwContentTreeDropTarget |
| class | SwContentTree |
| TreeListBox for content indicator. More... | |
| class | SwGlobalTreeDropTarget |
| class | SwGlobalTree |
Namespaces | |
| namespace | o3tl |
| namespace | sfx2 |
Enumerations | |
| enum class | EditEntryMode { EDIT = 0 , UPD_IDX = 1 , RMV_IDX = 2 , UNPROTECT_TABLE = 3 , DELETE = 4 , RENAME = 5 } |
| enum class | MenuEnableFlags { NONE = 0x0000 , InsertIdx = 0x0001 , InsertFile = 0x0002 , InsertText = 0x0004 , Edit = 0x0008 , Delete = 0x0010 , Update = 0x0020 , UpdateSel = 0x0040 , EditLink = 0x0080 } |
|
strong |
| Enumerator | |
|---|---|
| EDIT | |
| UPD_IDX | |
| RMV_IDX | |
| UNPROTECT_TABLE | |
| DELETE | |
| RENAME | |
Definition at line 49 of file conttree.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| InsertIdx | |
| InsertFile | |
| InsertText | |
| Edit | |
| Delete | |
| Update | |
| UpdateSel | |
| EditLink | |
Definition at line 60 of file conttree.hxx.