LibreOffice Module svx (master) 1
|
#include <SmartTagItem.hxx>
Public Member Functions | |
SvxSmartTagItem (const TypedWhichId< SvxSmartTagItem > nId, const css::uno::Sequence< css::uno::Sequence< css::uno::Reference< css::smarttags::XSmartTagAction > > > &rActionComponentsSequence, const css::uno::Sequence< css::uno::Sequence< sal_Int32 > > &rActionIndicesSequence, const css::uno::Sequence< css::uno::Reference< css::container::XStringKeyMap > > &rStringKeyMaps, css::uno::Reference< css::text::XTextRange > xRange, css::uno::Reference< css::frame::XController > xController, css::lang::Locale aLocale, OUString aApplicationName, OUString aRangeText) | |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SvxSmartTagItem * | 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 css::uno::Sequence< css::uno::Sequence< css::uno::Reference< css::smarttags::XSmartTagAction > > > & | GetActionComponentsSequence () const |
const css::uno::Sequence< css::uno::Sequence< sal_Int32 > > & | GetActionIndicesSequence () const |
const css::uno::Sequence< css::uno::Reference< css::container::XStringKeyMap > > & | GetStringKeyMaps () const |
const css::uno::Reference< css::text::XTextRange > & | GetTextRange () const |
const css::uno::Reference< css::frame::XController > & | GetController () const |
const css::lang::Locale & | GetLocale () const |
const OUString & | GetApplicationName () const |
const OUString & | GetRangeText () const |
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 | |
const css::uno::Sequence< css::uno::Sequence< css::uno::Reference< css::smarttags::XSmartTagAction > > > | maActionComponentsSequence |
const css::uno::Sequence< css::uno::Sequence< sal_Int32 > > | maActionIndicesSequence |
const css::uno::Sequence< css::uno::Reference< css::container::XStringKeyMap > > | maStringKeyMaps |
const css::uno::Reference< css::text::XTextRange > | mxRange |
const css::uno::Reference< css::frame::XController > | mxController |
const css::lang::Locale | maLocale |
const OUString | maApplicationName |
const OUString | maRangeText |
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 39 of file SmartTagItem.hxx.
SvxSmartTagItem::SvxSmartTagItem | ( | const TypedWhichId< SvxSmartTagItem > | nId, |
const css::uno::Sequence< css::uno::Sequence< css::uno::Reference< css::smarttags::XSmartTagAction > > > & | rActionComponentsSequence, | ||
const css::uno::Sequence< css::uno::Sequence< sal_Int32 > > & | rActionIndicesSequence, | ||
const css::uno::Sequence< css::uno::Reference< css::container::XStringKeyMap > > & | rStringKeyMaps, | ||
css::uno::Reference< css::text::XTextRange > | xRange, | ||
css::uno::Reference< css::frame::XController > | xController, | ||
css::lang::Locale | aLocale, | ||
OUString | aApplicationName, | ||
OUString | aRangeText | ||
) |
Definition at line 33 of file SmartTagItem.cxx.
References nId, and xController.
Referenced by Clone().
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 92 of file SmartTagItem.cxx.
References SvxSmartTagItem().
|
static |
Definition at line 31 of file SmartTagItem.cxx.
References SAL_WARN.
|
inline |
Definition at line 69 of file SmartTagItem.hxx.
|
inline |
Definition at line 70 of file SmartTagItem.hxx.
|
inline |
Definition at line 75 of file SmartTagItem.hxx.
|
inline |
Definition at line 73 of file SmartTagItem.hxx.
|
inline |
Definition at line 74 of file SmartTagItem.hxx.
|
inline |
Definition at line 76 of file SmartTagItem.hxx.
|
inline |
Definition at line 71 of file SmartTagItem.hxx.
|
inline |
Definition at line 72 of file SmartTagItem.hxx.
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 76 of file SmartTagItem.cxx.
References maActionComponentsSequence, maActionIndicesSequence, maApplicationName, maRangeText, maStringKeyMaps, mxController, and mxRange.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 70 of file SmartTagItem.cxx.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 55 of file SmartTagItem.cxx.
References comphelper::InitPropertySequence(), maActionComponentsSequence, maActionIndicesSequence, maApplicationName, maLocale, maRangeText, maStringKeyMaps, mxController, and mxRange.
|
private |
Definition at line 41 of file SmartTagItem.hxx.
Referenced by operator==(), and QueryValue().
|
private |
Definition at line 42 of file SmartTagItem.hxx.
Referenced by operator==(), and QueryValue().
|
private |
Definition at line 47 of file SmartTagItem.hxx.
Referenced by operator==(), and QueryValue().
|
private |
Definition at line 46 of file SmartTagItem.hxx.
Referenced by QueryValue().
|
private |
Definition at line 48 of file SmartTagItem.hxx.
Referenced by operator==(), and QueryValue().
|
private |
Definition at line 43 of file SmartTagItem.hxx.
Referenced by operator==(), and QueryValue().
|
private |
Definition at line 45 of file SmartTagItem.hxx.
Referenced by operator==(), and QueryValue().
|
private |
Definition at line 44 of file SmartTagItem.hxx.
Referenced by operator==(), and QueryValue().