LibreOffice Module svx (master)
1
|
#include <drawitem.hxx>
Public Member Functions | |
SvxHatchListItem () | |
SvxHatchListItem (XHatchListRef const &pList, sal_uInt16 nWhich) | |
SvxHatchListItem (const SvxHatchListItem &) | |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SvxHatchListItem * | 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 XHatchListRef & | GetHatchList () 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 | |
XHatchListRef | pHatchList |
Additional Inherited Members | |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 76 of file drawitem.hxx.
SvxHatchListItem::SvxHatchListItem | ( | ) |
Definition at line 139 of file drawitem.cxx.
Referenced by Clone(), and CreateDefault().
SvxHatchListItem::SvxHatchListItem | ( | XHatchListRef const & | pList, |
sal_uInt16 | nWhich | ||
) |
Definition at line 144 of file drawitem.cxx.
SvxHatchListItem::SvxHatchListItem | ( | const SvxHatchListItem & | rItem | ) |
Definition at line 151 of file drawitem.cxx.
|
overridevirtual |
|
static |
Definition at line 28 of file drawitem.cxx.
References SvxHatchListItem().
|
inline |
Definition at line 97 of file drawitem.hxx.
Referenced by IMPL_LINK_NOARG(), and svx::sidebar::AreaPropertyPanelBase::SelectFillAttrHdl_Impl().
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 159 of file drawitem.cxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 171 of file drawitem.cxx.
References assert(), and pHatchList.
|
overridevirtual |
Reimplemented from SfxPoolItem.
|
overridevirtual |
Reimplemented from SfxPoolItem.
|
private |
Definition at line 78 of file drawitem.hxx.
Referenced by operator==().