LibreOffice Module svx (master) 1
Public Member Functions | Public Attributes | List of all members
ActionReference Struct Reference

A reference to a smart tag action. More...

#include <SmartTagMgr.hxx>

Public Member Functions

 ActionReference (css::uno::Reference< css::smarttags::XSmartTagAction > xSmartTagAction, sal_Int32 nSmartTagIndex)
 

Public Attributes

css::uno::Reference< css::smarttags::XSmartTagAction > mxSmartTagAction
 
sal_Int32 mnSmartTagIndex
 

Detailed Description

A reference to a smart tag action.

An action service can support various actions. Therefore an ActionReference consists of a reference to the service and index.

Definition at line 73 of file SmartTagMgr.hxx.

Constructor & Destructor Documentation

◆ ActionReference()

ActionReference::ActionReference ( css::uno::Reference< css::smarttags::XSmartTagAction >  xSmartTagAction,
sal_Int32  nSmartTagIndex 
)
inline

Definition at line 77 of file SmartTagMgr.hxx.

Member Data Documentation

◆ mnSmartTagIndex

sal_Int32 ActionReference::mnSmartTagIndex

Definition at line 76 of file SmartTagMgr.hxx.

Referenced by SmartTagMgr::GetSmartTagCaption().

◆ mxSmartTagAction

css::uno::Reference< css::smarttags::XSmartTagAction > ActionReference::mxSmartTagAction

Definition at line 75 of file SmartTagMgr.hxx.

Referenced by SmartTagMgr::GetSmartTagCaption().


The documentation for this struct was generated from the following file: