LibreOffice Module svx (master) 1
|
#include <xtable.hxx>
Public Member Functions | |
XGradientEntry (const basegfx::BGradient &rGradient, const OUString &rName) | |
XGradientEntry (const XGradientEntry &rOther) | |
const basegfx::BGradient & | GetGradient () 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 | |
basegfx::BGradient | aGradient |
Additional Inherited Members | |
Protected Member Functions inherited from XPropertyEntry | |
XPropertyEntry (OUString aPropEntryName) | |
XPropertyEntry (XPropertyEntry const &)=default | |
XPropertyEntry (XPropertyEntry &&)=default | |
Definition at line 101 of file xtable.hxx.
XGradientEntry::XGradientEntry | ( | const basegfx::BGradient & | rGradient, |
const OUString & | rName | ||
) |
Definition at line 75 of file xtable.cxx.
XGradientEntry::XGradientEntry | ( | const XGradientEntry & | rOther | ) |
Definition at line 81 of file xtable.cxx.
|
inline |
Definition at line 110 of file xtable.hxx.
Referenced by XGradientList::CreateBitmap(), and SvxShape::SetFillAttribute().
|
private |
Definition at line 104 of file xtable.hxx.