LibreOffice Module svtools (master) 1
Classes | Macros | Typedefs
valueset.hxx File Reference
#include <svtools/svtdllapi.h>
#include <vcl/wintypes.hxx>
#include <vcl/customweld.hxx>
#include <vcl/image.hxx>
#include <memory>
#include <vector>
Include dependency graph for valueset.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ValueSet
 

Macros

#define WB_ITEMBORDER   (WinBits(0x00010000))
 
#define WB_DOUBLEBORDER   (WinBits(0x00020000))
 
#define WB_NAMEFIELD   (WinBits(0x00040000))
 
#define WB_NONEFIELD   (WinBits(0x00080000))
 
#define WB_FLATVALUESET   (WinBits(0x02000000))
 
#define WB_NO_DIRECTSELECT   (WinBits(0x04000000))
 
#define WB_MENUSTYLEVALUESET   (WinBits(0x08000000))
 
#define VALUESET_APPEND   (size_t(-1))
 
#define VALUESET_ITEM_NOTFOUND   (size_t(-1))
 

Typedefs

typedef std::vector< std::unique_ptr< ValueSetItem > > ValueItemList
 

Macro Definition Documentation

◆ VALUESET_APPEND

#define VALUESET_APPEND   (size_t(-1))

Definition at line 181 of file valueset.hxx.

◆ VALUESET_ITEM_NOTFOUND

#define VALUESET_ITEM_NOTFOUND   (size_t(-1))

Definition at line 182 of file valueset.hxx.

◆ WB_DOUBLEBORDER

#define WB_DOUBLEBORDER   (WinBits(0x00020000))

Definition at line 174 of file valueset.hxx.

◆ WB_FLATVALUESET

#define WB_FLATVALUESET   (WinBits(0x02000000))

Definition at line 177 of file valueset.hxx.

◆ WB_ITEMBORDER

#define WB_ITEMBORDER   (WinBits(0x00010000))

Definition at line 173 of file valueset.hxx.

◆ WB_MENUSTYLEVALUESET

#define WB_MENUSTYLEVALUESET   (WinBits(0x08000000))

Definition at line 179 of file valueset.hxx.

◆ WB_NAMEFIELD

#define WB_NAMEFIELD   (WinBits(0x00040000))

Definition at line 175 of file valueset.hxx.

◆ WB_NO_DIRECTSELECT

#define WB_NO_DIRECTSELECT   (WinBits(0x04000000))

Definition at line 178 of file valueset.hxx.

◆ WB_NONEFIELD

#define WB_NONEFIELD   (WinBits(0x00080000))

Definition at line 176 of file valueset.hxx.

Typedef Documentation

◆ ValueItemList

typedef std::vector<std::unique_ptr<ValueSetItem> > ValueItemList

Definition at line 171 of file valueset.hxx.