LibreOffice Module cui (master)
1
|
#include <svtools/valueset.hxx>
#include <svx/dlgctrl.hxx>
#include <svx/xflasit.hxx>
#include <svx/tabarea.hxx>
#include <svx/hexcolorcontrol.hxx>
#include <svx/SvxColorValueSet.hxx>
#include <svx/SvxPresetListBox.hxx>
#include <svx/PaletteManager.hxx>
#include <svx/svdview.hxx>
Go to the source code of this file.
Classes | |
class | ButtonBox |
class | SvxAreaTabDialog |
class | SvxTransparenceTabPage |
class | SvxAreaTabPage |
class | SvxShadowTabPage |
class | SvxGradientTabPage |
class | SvxHatchTabPage |
class | SvxBitmapTabPage |
class | SvxPatternTabPage |
class | SvxColorTabPage |
Macros | |
#define | NO_BUTTON_SELECTED -1 |
Enumerations | |
enum | PageType { PageType::Area, PageType::Gradient, PageType::Hatch, PageType::Bitmap, PageType::Shadow, PageType::Transparence } |
enum | ColorModel { ColorModel::RGB, ColorModel::CMYK } |
#define NO_BUTTON_SELECTED -1 |
Definition at line 31 of file cuitabarea.hxx.
Referenced by ButtonBox::ButtonBox(), and ButtonBox::SelectButtonImpl().
|
strong |
Enumerator | |
---|---|
RGB | |
CMYK |
Definition at line 622 of file cuitabarea.hxx.
|
strong |
Enumerator | |
---|---|
Area | |
Gradient | |
Hatch | |
Bitmap | |
Shadow | |
Transparence |
Definition at line 80 of file cuitabarea.hxx.