LibreOffice Module svx (master) 1
|
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 |
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.
|
inline |
Definition at line 77 of file SmartTagMgr.hxx.
sal_Int32 ActionReference::mnSmartTagIndex |
Definition at line 76 of file SmartTagMgr.hxx.
Referenced by SmartTagMgr::GetSmartTagCaption().
css::uno::Reference< css::smarttags::XSmartTagAction > ActionReference::mxSmartTagAction |
Definition at line 75 of file SmartTagMgr.hxx.
Referenced by SmartTagMgr::GetSmartTagCaption().