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 |
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 | |
GraphicObject | maGraphicObject |
Additional Inherited Members | |
Protected Member Functions inherited from XPropertyEntry | |
XPropertyEntry (OUString aPropEntryName) | |
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 87 of file xtable.cxx.
XBitmapEntry::XBitmapEntry | ( | const XBitmapEntry & | rOther | ) |
Definition at line 93 of file xtable.cxx.
|
inline |
Definition at line 125 of file xtable.hxx.
Referenced by XBitmapList::CreateBitmap(), XPatternList::CreateBitmap(), SvxFillAttrBox::Fill(), svx::sidebar::AreaPropertyPanelBase::FillStyleChanged(), IMPL_LINK_NOARG(), svx::sidebar::AreaPropertyPanelBase::SelectFillAttrHdl_Impl(), and SvxShape::SetFillAttribute().
|
private |
Definition at line 119 of file xtable.hxx.