LibreOffice Module svx (master)
1
|
#include <xtable.hxx>
Public Member Functions | |
XBitmapEntry (const GraphicObject &rGraphicObject, const OUString &rName) | |
XBitmapEntry (const XBitmapEntry &rOther) | |
const GraphicObject & | GetGraphicObject () const |
![]() | |
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 | |
GraphicObject | maGraphicObject |
Additional Inherited Members | |
![]() | |
XPropertyEntry (const OUString &rPropEntryName) | |
XPropertyEntry (XPropertyEntry const &)=default | |
XPropertyEntry (XPropertyEntry &&)=default | |
Definition at line 116 of file xtable.hxx.
XBitmapEntry::XBitmapEntry | ( | const GraphicObject & | rGraphicObject, |
const OUString & | rName | ||
) |
Definition at line 86 of file xtable.cxx.
XBitmapEntry::XBitmapEntry | ( | const XBitmapEntry & | rOther | ) |
Definition at line 92 of file xtable.cxx.
|
inline |
Definition at line 125 of file xtable.hxx.
Referenced by SvxFillAttrBox::Fill(), svx::sidebar::IMPL_LINK_NOARG(), IMPL_LINK_NOARG(), svx::sidebar::AreaPropertyPanelBase::SelectFillAttrHdl_Impl(), and SvxShape::SetFillAttribute().
|
private |
Definition at line 119 of file xtable.hxx.