LibreOffice Module svx (master) 1
|
#include <sal/config.h>
#include <functional>
#include <rtl/ustring.hxx>
#include <tools/color.hxx>
#include <svx/svxdllapi.h>
Go to the source code of this file.
Classes | |
struct | svx::NamedThemedColor |
A color with an optional name and other theming-related properties. More... | |
class | Palette |
Namespaces | |
namespace | svx |
Typedefs | |
typedef std::pair< Color, OUString > | NamedColor |
typedef std::function< void(const OUString &, const svx::NamedThemedColor &)> | ColorSelectFunction |
typedef std::function<void(const OUString&, const svx::NamedThemedColor&)> ColorSelectFunction |
Definition at line 51 of file Palette.hxx.
typedef std::pair<Color, OUString> NamedColor |
Definition at line 32 of file Palette.hxx.