LibreOffice Module svx (master) 1
|
#include <xtable.hxx>
Public Member Functions | |
XColorEntry (const Color &rColor, const OUString &rName) | |
const Color & | GetColor () const |
Public Member Functions inherited from XPropertyEntry | |
virtual | ~XPropertyEntry () |
XPropertyEntry & | operator= (XPropertyEntry const &)=default |
XPropertyEntry & | operator= (XPropertyEntry &&)=default |
void | SetName (const OUString &rPropEntryName) |
const OUString & | GetName () const |
void | SetUiBitmap (const BitmapEx &rUiBitmap) |
const BitmapEx & | GetUiBitmap () const |
Private Attributes | |
Color | aColor |
Additional Inherited Members | |
Protected Member Functions inherited from XPropertyEntry | |
XPropertyEntry (OUString aPropEntryName) | |
XPropertyEntry (XPropertyEntry const &)=default | |
XPropertyEntry (XPropertyEntry &&)=default | |
Definition at line 42 of file xtable.hxx.
XColorEntry::XColorEntry | ( | const Color & | rColor, |
const OUString & | rName | ||
) |
Definition at line 33 of file xtable.cxx.
|
inline |
Definition at line 50 of file xtable.hxx.
Referenced by SvxColorValueSet::addEntriesForXColorList().
|
private |
Definition at line 45 of file xtable.hxx.