LibreOffice Module svx (master)
1
|
#include <drawitem.hxx>
Public Member Functions | |
SvxBitmapListItem () | |
SvxBitmapListItem (XBitmapListRef const &pBL, TypedWhichId< SvxBitmapListItem > nWhich) | |
SvxBitmapListItem (const SvxBitmapListItem &) | |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SvxBitmapListItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
const XBitmapListRef & | GetBitmapList () const |
![]() | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
T & | StaticWhichCast (TypedWhichId< T > nId) |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual bool | operator< (const SfxPoolItem &) const |
virtual bool | IsSortable () const |
virtual bool | HasLookup () const |
virtual lookup_iterator | Lookup (lookup_iterator, lookup_iterator end) const |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Static Public Member Functions | |
static SfxPoolItem * | CreateDefault () |
Private Attributes | |
XBitmapListRef | pBitmapList |
Additional Inherited Members | |
![]() | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 100 of file drawitem.hxx.
SvxBitmapListItem::SvxBitmapListItem | ( | ) |
Definition at line 184 of file drawitem.cxx.
Referenced by Clone(), and CreateDefault().
SvxBitmapListItem::SvxBitmapListItem | ( | XBitmapListRef const & | pBL, |
TypedWhichId< SvxBitmapListItem > | nWhich | ||
) |
Definition at line 188 of file drawitem.cxx.
SvxBitmapListItem::SvxBitmapListItem | ( | const SvxBitmapListItem & | rItem | ) |
Definition at line 194 of file drawitem.cxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 218 of file drawitem.cxx.
References SvxBitmapListItem().
|
static |
Definition at line 29 of file drawitem.cxx.
References SvxBitmapListItem().
|
inline |
Definition at line 122 of file drawitem.hxx.
Referenced by svx::sidebar::IMPL_LINK_NOARG(), IMPL_LINK_NOARG(), and svx::sidebar::AreaPropertyPanelBase::SelectFillAttrHdl_Impl().
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 201 of file drawitem.cxx.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxPoolItem.
|
overridevirtual |
Reimplemented from SfxPoolItem.
|
private |
Definition at line 102 of file drawitem.hxx.
Referenced by operator==().