LibreOffice Module vcl (master) 1
Classes | Namespaces | Macros | Enumerations
svimpbox.hxx File Reference
#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>
Include dependency graph for svimpbox.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ FIRST_ENTRY_TAB

#define FIRST_ENTRY_TAB   1

Definition at line 79 of file svimpbox.hxx.

◆ NODE_BMP_TABDIST_NOTVALID

#define NODE_BMP_TABDIST_NOTVALID   -2000000

Definition at line 78 of file svimpbox.hxx.

Enumeration Type Documentation

◆ LBoxFlags

enum class LBoxFlags
strong
Enumerator
NONE 
DeselectAll 
StartEditTimer 
IgnoreSelect 
InResize 
RemovedEntryInvisible 
RemovedRecalcMostRight 
IgnoreChangedTabs 
InPaint 
EndScrollSetVisSize 
Filling 

Definition at line 60 of file svimpbox.hxx.