LibreOffice Module svx (master)
1
|
A color with an optional name and other theming-related properties. More...
#include <Palette.hxx>
Public Member Functions | |
NamedColor | ToNamedColor () const |
Static Public Member Functions | |
static NamedThemedColor | FromNamedColor (const NamedColor &rNamedColor) |
Public Attributes | |
Color | m_aColor |
OUString | m_aName |
sal_Int16 | m_nThemeIndex = -1 |
sal_Int16 | m_nLumMod = 10000 |
sal_Int16 | m_nLumOff = 0 |
A color with an optional name and other theming-related properties.
Definition at line 37 of file Palette.hxx.
|
static |
Definition at line 368 of file Palette.cxx.
References m_aColor, and m_aName.
Referenced by ColorListBox::ColorListBox(), IMPL_LINK(), PaletteManager::PopupColorPicker(), ColorListBox::SelectEntry(), and ColorListBox::SetSlotId().
NamedColor svx::NamedThemedColor::ToNamedColor | ( | ) | const |
Definition at line 366 of file Palette.cxx.
References m_aColor, and m_aName.
Referenced by ColorListBox::ColorListBox(), ColorListBox::createColorWindow(), ColorListBox::GetSelectedEntry(), ColorListBox::Selected(), ColorListBox::SelectEntry(), and ColorListBox::SetSlotId().
Color svx::NamedThemedColor::m_aColor |
Definition at line 39 of file Palette.hxx.
Referenced by PaletteManager::DispatchColorCommand(), FromNamedColor(), ColorListBox::GetSelectEntryColor(), and ToNamedColor().
OUString svx::NamedThemedColor::m_aName |
Definition at line 40 of file Palette.hxx.
Referenced by FromNamedColor(), and ToNamedColor().
sal_Int16 svx::NamedThemedColor::m_nLumMod = 10000 |
Definition at line 42 of file Palette.hxx.
Referenced by PaletteManager::DispatchColorCommand().
sal_Int16 svx::NamedThemedColor::m_nLumOff = 0 |
Definition at line 43 of file Palette.hxx.
Referenced by PaletteManager::DispatchColorCommand().
sal_Int16 svx::NamedThemedColor::m_nThemeIndex = -1 |
Definition at line 41 of file Palette.hxx.
Referenced by PaletteManager::DispatchColorCommand().