LibreOffice Module sfx2 (master) 1
|
#include <watermarkitem.hxx>
Public Member Functions | |
SfxWatermarkItem () | |
virtual SfxWatermarkItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | operator== (const SfxPoolItem &) 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 |
OUString const & | GetText () const |
void | SetText (const OUString &aText) |
OUString const & | GetFont () const |
void | SetFont (const OUString &aFont) |
sal_Int16 | GetAngle () const |
void | SetAngle (const sal_Int16 nAngle) |
sal_Int16 | GetTransparency () const |
void | SetTransparency (const sal_Int16 nTransparency) |
Color | GetColor () const |
void | SetColor (Color nColor) |
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 | m_aText |
OUString | m_aFont |
sal_Int16 | m_nAngle |
sal_Int16 | m_nTransparency |
Color | m_nColor |
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 16 of file watermarkitem.hxx.
SfxWatermarkItem::SfxWatermarkItem | ( | ) |
Definition at line 14 of file watermarkitem.cxx.
References m_aFont.
Referenced by Clone(), and CreateDefault().
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 39 of file watermarkitem.cxx.
References SfxWatermarkItem().
|
static |
Definition at line 24 of file watermarkitem.cxx.
References SfxWatermarkItem().
|
inline |
Definition at line 30 of file watermarkitem.hxx.
|
inline |
Definition at line 34 of file watermarkitem.hxx.
|
inline |
Definition at line 28 of file watermarkitem.hxx.
References m_aFont.
|
inline |
Definition at line 26 of file watermarkitem.hxx.
|
inline |
Definition at line 32 of file watermarkitem.hxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 29 of file watermarkitem.cxx.
References m_aFont, m_aText, m_nAngle, m_nColor, and m_nTransparency.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 57 of file watermarkitem.cxx.
References m_aFont, m_aText, m_nAngle, m_nColor, and m_nTransparency.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 44 of file watermarkitem.cxx.
References comphelper::InitPropertySequence(), m_aFont, m_aText, m_nAngle, m_nColor, and m_nTransparency.
|
inline |
Definition at line 31 of file watermarkitem.hxx.
|
inline |
Definition at line 35 of file watermarkitem.hxx.
|
inline |
Definition at line 29 of file watermarkitem.hxx.
References m_aFont.
|
inline |
Definition at line 27 of file watermarkitem.hxx.
|
inline |
Definition at line 33 of file watermarkitem.hxx.
|
private |
Definition at line 39 of file watermarkitem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 38 of file watermarkitem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 40 of file watermarkitem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 42 of file watermarkitem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().
|
private |
Definition at line 41 of file watermarkitem.hxx.
Referenced by operator==(), PutValue(), and QueryValue().