LibreOffice Module svx (master)
1
|
#include <sxcaitm.hxx>
Public Member Functions | |
SdrCaptionAngleItem (Degree100 nAngle=0_deg100) | |
virtual SdrCaptionAngleItem * | Clone (SfxItemPool *) const override |
![]() | |
SdrAngleItem (sal_uInt16 nId, Degree100 nAngle) | |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const override |
Degree100 | GetValue () const |
void | SetValue (Degree100 nTheValue) |
![]() | |
SfxInt32Item (sal_uInt16 which=0, sal_Int32 nValue=0) | |
void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
virtual boost::property_tree::ptree | dumpAsJSON () const override |
![]() | |
CntInt32Item (sal_uInt16 which, sal_Int32 nTheValue) | |
virtual bool | operator== (const SfxPoolItem &rItem) 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 |
sal_Int32 | GetValue () const |
void | SetValue (sal_Int32 nTheValue) |
![]() | |
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 bool | IsVoidItem () const |
Additional Inherited Members | |
![]() | |
static SfxPoolItem * | CreateDefault () |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 35 of file sxcaitm.hxx.
|
inline |
Definition at line 38 of file sxcaitm.hxx.
Referenced by Clone().
|
inlineoverridevirtual |
Reimplemented from SdrAngleItem.
Definition at line 42 of file sxcaitm.hxx.
References SdrCaptionAngleItem().