|
LibreOffice Module svx (master) 1
|
#include <xtable.hxx>
Public Member Functions | |
| XDashEntry (const XDash &rDash, const OUString &rName) | |
| XDashEntry (const XDashEntry &rOther) | |
| const XDash & | GetDash () 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 | |
| XDash | aDash |
Additional Inherited Members | |
Protected Member Functions inherited from XPropertyEntry | |
| XPropertyEntry (OUString aPropEntryName) | |
| XPropertyEntry (XPropertyEntry const &)=default | |
| XPropertyEntry (XPropertyEntry &&)=default | |
Definition at line 71 of file xtable.hxx.
| XDashEntry::XDashEntry | ( | const XDash & | rDash, |
| const OUString & | rName | ||
| ) |
Definition at line 51 of file xtable.cxx.
| XDashEntry::XDashEntry | ( | const XDashEntry & | rOther | ) |
Definition at line 57 of file xtable.cxx.
|
inline |
Definition at line 80 of file xtable.hxx.
Referenced by XDashList::CreateBitmapForUI(), IMPL_LINK_NOARG(), SvxShape::SetFillAttribute(), and svx::ToolboxButtonLineStyleUpdater::Update().
|
private |
Definition at line 74 of file xtable.hxx.