|
LibreOffice Module svx (master) 1
|
#include <pageitem.hxx>
Public Member Functions | |
| SvxPageItem (const TypedWhichId< SvxPageItem > nId) | |
| SvxPageItem (const SvxPageItem &rItem) | |
| virtual | ~SvxPageItem () override |
| virtual SvxPageItem * | Clone (SfxItemPool *pPool=nullptr) const override |
| virtual bool | operator== (const SfxPoolItem &) const override |
| virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) 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 |
| SvxPageUsage | GetPageUsage () const |
| void | SetPageUsage (SvxPageUsage eU) |
| bool | IsLandscape () const |
| void | SetLandscape (bool bL) |
| SvxNumType | GetNumType () const |
| void | SetNumType (SvxNumType eNum) |
| void | SetDescName (const OUString &rStr) |
Public Member Functions inherited from SfxPoolItem | |
| 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 |
| virtual bool | operator== (const SfxPoolItem &) const=0 |
| 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 bool | GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) 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) |
| virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const=0 |
| 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 | |
| OUString | aDescName |
| SvxNumType | eNumType |
| bool | bLandscape |
| SvxPageUsage | eUse |
Additional Inherited Members | |
Public Types inherited from SfxPoolItem | |
| typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
Protected Member Functions inherited from SfxPoolItem | |
| SfxPoolItem (sal_uInt16 nWhich=0) | |
| SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 50 of file pageitem.hxx.
| SvxPageItem::SvxPageItem | ( | const TypedWhichId< SvxPageItem > | nId | ) |
Definition at line 43 of file pageitem.cxx.
References All, nId, and SVX_NUM_ARABIC.
Referenced by Clone(), and CreateDefault().
| SvxPageItem::SvxPageItem | ( | const SvxPageItem & | rItem | ) |
Definition at line 52 of file pageitem.cxx.
References bLandscape, eNumType, and eUse.
|
overridevirtual |
Definition at line 60 of file pageitem.cxx.
|
overridevirtual |
|
static |
Definition at line 41 of file pageitem.cxx.
References SvxPageItem().
|
inline |
Definition at line 85 of file pageitem.hxx.
|
inline |
Definition at line 78 of file pageitem.hxx.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 120 of file pageitem.cxx.
References aDescName, bLandscape, cpDelim, eNumType, eUse, GetUsageText(), and SvxResId().
|
inline |
Definition at line 81 of file pageitem.hxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 69 of file pageitem.cxx.
References bLandscape, eNumType, and eUse.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 212 of file pageitem.cxx.
References All, Any2Bool(), bLandscape, CONVERT_TWIPS, eNumType, eUse, Left, MID_PAGE_LAYOUT, MID_PAGE_NUMTYPE, MID_PAGE_ORIENTATION, Mirror, nValue, and Right.
|
overridevirtual |
constants aren't in IDLs any more ?!?
Reimplemented from SfxPoolItem.
Definition at line 176 of file pageitem.cxx.
References All, bLandscape, eNumType, eUse, Left, MID_PAGE_LAYOUT, MID_PAGE_NUMTYPE, MID_PAGE_ORIENTATION, Mirror, and Right.
|
inline |
Definition at line 89 of file pageitem.hxx.
|
inline |
Definition at line 82 of file pageitem.hxx.
|
inline |
Definition at line 86 of file pageitem.hxx.
|
inline |
Definition at line 79 of file pageitem.hxx.
|
private |
Definition at line 53 of file pageitem.hxx.
Referenced by GetPresentation().
|
private |
Definition at line 55 of file pageitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), QueryValue(), and SvxPageItem().
|
private |
Definition at line 54 of file pageitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), QueryValue(), and SvxPageItem().
|
private |
Definition at line 56 of file pageitem.hxx.
Referenced by GetPresentation(), operator==(), PutValue(), QueryValue(), and SvxPageItem().