LibreOffice Module vcl (master)
1
|
#include <vcl/dllapi.h>
#include <vcl/seleng.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/idle.hxx>
#include <vcl/image.hxx>
#include <vcl/svtaccessiblefactory.hxx>
#include <vcl/vclevent.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 | |
comphelper::string | |
o3tl | |
Macros | |
#define | NODE_BMP_TABDIST_NOTVALID -2000000 |
#define | FIRST_ENTRY_TAB 1 |
Enumerations | |
enum | LBoxFlags { LBoxFlags::NONE = 0x0000, LBoxFlags::DeselectAll = 0x0002, LBoxFlags::StartEditTimer = 0x0004, LBoxFlags::IgnoreSelect = 0x0008, LBoxFlags::InResize = 0x0010, LBoxFlags::RemovedEntryInvisible = 0x0020, LBoxFlags::RemovedRecalcMostRight = 0x0040, LBoxFlags::IgnoreChangedTabs = 0x0080, LBoxFlags::InPaint = 0x0100, LBoxFlags::EndScrollSetVisSize = 0x0200, LBoxFlags::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.
Referenced by SvImpLBox::Paint(), and SvImpLBox::SvImpLBox().
|
strong |
Enumerator | |
---|---|
NONE | |
DeselectAll | |
StartEditTimer | |
IgnoreSelect | |
InResize | |
RemovedEntryInvisible | |
RemovedRecalcMostRight | |
IgnoreChangedTabs | |
InPaint | |
EndScrollSetVisSize | |
Filling |
Definition at line 60 of file svimpbox.hxx.