#include <pageitem.hxx>
|
| SvxSetItem (const sal_uInt16 nId, const SfxItemSet &rSet) |
|
| SvxSetItem (const SvxSetItem &rItem) |
|
| SvxSetItem (const sal_uInt16 nId, std::unique_ptr< SfxItemSet > &&pSet) |
|
virtual SvxSetItem * | Clone (SfxItemPool *pPool=nullptr) const override |
|
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
|
| SfxSetItem (sal_uInt16 nWhich, std::unique_ptr< SfxItemSet > &&pSet) |
|
| SfxSetItem (sal_uInt16 nWhich, const SfxItemSet &rSet) |
|
| SfxSetItem (const SfxSetItem &, SfxItemPool *pPool=nullptr) |
|
virtual | ~SfxSetItem () override |
|
virtual bool | operator== (const SfxPoolItem &) const override |
|
const SfxItemSet & | GetItemSet () const |
|
SfxItemSet & | GetItemSet () |
|
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 |
|
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
|
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
|
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 |
|
Definition at line 99 of file pageitem.hxx.
SvxSetItem::SvxSetItem |
( |
const sal_uInt16 |
nId, |
|
|
const SfxItemSet & |
rSet |
|
) |
| |
SvxSetItem::SvxSetItem |
( |
const SvxSetItem & |
rItem | ) |
|
SvxSetItem::SvxSetItem |
( |
const sal_uInt16 |
nId, |
|
|
std::unique_ptr< SfxItemSet > && |
pSet |
|
) |
| |
The documentation for this class was generated from the following files: