LibreOffice Module vcl (master) 1
|
#include <vcl/dllapi.h>
#include <vcl/seleng.hxx>
#include <vcl/idle.hxx>
#include <vcl/image.hxx>
#include <vcl/svtaccessiblefactory.hxx>
#include <vcl/vclevent.hxx>
#include <vcl/toolkit/scrbar.hxx>
#include <vcl/toolkit/treelistbox.hxx>
#include <o3tl/enumarray.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | ImpLBSelEng |
struct | o3tl::typed_flags< LBoxFlags > |
class | SvImpLBox |
Namespaces | |
namespace | comphelper |
namespace | comphelper::string |
namespace | o3tl |
Macros | |
#define | NODE_BMP_TABDIST_NOTVALID -2000000 |
#define | FIRST_ENTRY_TAB 1 |
Enumerations | |
enum class | LBoxFlags { NONE = 0x0000 , DeselectAll = 0x0002 , StartEditTimer = 0x0004 , IgnoreSelect = 0x0008 , InResize = 0x0010 , RemovedEntryInvisible = 0x0020 , RemovedRecalcMostRight = 0x0040 , IgnoreChangedTabs = 0x0080 , InPaint = 0x0100 , EndScrollSetVisSize = 0x0200 , Filling = 0x0400 } |
#define FIRST_ENTRY_TAB 1 |
Definition at line 79 of file svimpbox.hxx.
#define NODE_BMP_TABDIST_NOTVALID -2000000 |
Definition at line 78 of file svimpbox.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
DeselectAll | |
StartEditTimer | |
IgnoreSelect | |
InResize | |
RemovedEntryInvisible | |
RemovedRecalcMostRight | |
IgnoreChangedTabs | |
InPaint | |
EndScrollSetVisSize | |
Filling |
Definition at line 60 of file svimpbox.hxx.