LibreOffice Module svx (master)
1
|
#include <drawitem.hxx>
Public Member Functions | |
SvxColorListItem () | |
SvxColorListItem (XColorListRef const &pTable, sal_uInt16 nWhich) | |
SvxColorListItem (const SvxColorListItem &) | |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SvxColorListItem * | 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 XColorListRef & | GetColorList () 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 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 | |
XColorListRef | pColorList |
Additional Inherited Members | |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 26 of file drawitem.hxx.
SvxColorListItem::SvxColorListItem | ( | ) |
Definition at line 34 of file drawitem.cxx.
Referenced by Clone(), and CreateDefault().
SvxColorListItem::SvxColorListItem | ( | XColorListRef const & | pTable, |
sal_uInt16 | nWhich | ||
) |
Definition at line 39 of file drawitem.cxx.
SvxColorListItem::SvxColorListItem | ( | const SvxColorListItem & | rItem | ) |
Definition at line 46 of file drawitem.cxx.
|
overridevirtual |
|
static |
Definition at line 26 of file drawitem.cxx.
References SvxColorListItem().
|
inline |
Definition at line 48 of file drawitem.hxx.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 53 of file drawitem.cxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 64 of file drawitem.cxx.
References assert(), and pColorList.
|
overridevirtual |
Reimplemented from SfxPoolItem.
|
overridevirtual |
Reimplemented from SfxPoolItem.
|
private |
Definition at line 28 of file drawitem.hxx.
Referenced by operator==().