|
LibreOffice Module svx (master) 1
|
#include <xtable.hxx>
Public Member Functions | |
| XHatchEntry (const XHatch &rHatch, const OUString &rName) | |
| XHatchEntry (const XHatchEntry &rOther) | |
| const XHatch & | GetHatch () 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 | |
| XHatch | aHatch |
Additional Inherited Members | |
Protected Member Functions inherited from XPropertyEntry | |
| XPropertyEntry (OUString aPropEntryName) | |
| XPropertyEntry (XPropertyEntry const &)=default | |
| XPropertyEntry (XPropertyEntry &&)=default | |
Definition at line 86 of file xtable.hxx.
| XHatchEntry::XHatchEntry | ( | const XHatch & | rHatch, |
| const OUString & | rName | ||
| ) |
Definition at line 63 of file xtable.cxx.
| XHatchEntry::XHatchEntry | ( | const XHatchEntry & | rOther | ) |
Definition at line 69 of file xtable.cxx.
|
inline |
Definition at line 95 of file xtable.hxx.
Referenced by XHatchList::CreateBitmap(), and SvxShape::SetFillAttribute().
|
private |
Definition at line 89 of file xtable.hxx.