summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/smarttags/XSmartTagAction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/smarttags/XSmartTagAction.idl')
-rw-r--r--offapi/com/sun/star/smarttags/XSmartTagAction.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/offapi/com/sun/star/smarttags/XSmartTagAction.idl b/offapi/com/sun/star/smarttags/XSmartTagAction.idl
index 0821b4a0a47c..13638ae68aef 100644
--- a/offapi/com/sun/star/smarttags/XSmartTagAction.idl
+++ b/offapi/com/sun/star/smarttags/XSmartTagAction.idl
@@ -37,11 +37,9 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module smarttags {
-//=============================================================================
/** provides access to smart tag actions.
@@ -50,7 +48,6 @@ module com { module sun { module star { module smarttags {
interface XSmartTagAction: com::sun::star::lang::XInitialization
{
- //-------------------------------------------------------------------------
/** obtains a name that describes this action component.
@param aLocale
@@ -62,7 +59,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
string getName( [in] ::com::sun::star::lang::Locale aLocale );
- //-------------------------------------------------------------------------
/** obtains a detailed description of this action component.
@param aLocale
@@ -74,14 +70,12 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
string getDescription( [in] ::com::sun::star::lang::Locale aLocale );
- //-------------------------------------------------------------------------
/** the number of smart tag types supported by this action
component.
*/
[attribute, readonly] long SmartTagCount;
- //-------------------------------------------------------------------------
/** obtains the name of one specific smart tag type supported by
this action component.
@@ -101,7 +95,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** obtains the caption of the smart tag type for using in user
interfaces.
@@ -124,7 +117,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IndexOutOfBoundsException );
- //-------------------------------------------------------------------------
/** obtains the number of actions provided for a specify smart tag
type.
@@ -142,7 +134,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
long getActionCount( [in] string aSmartTagName,
[in] com::sun::star::frame::XController xController );
- //-------------------------------------------------------------------------
/** obtains a unique integer identifier for an action.
@param aSmartTagName
@@ -167,7 +158,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** obtains a caption for a specified action for use in user
interfaces.
@@ -214,7 +204,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** obtains a language independent name of an action.
@param nActionID
@@ -234,7 +223,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** invokes an action.
@param nActionID
@@ -277,7 +265,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** determines whether a caption is dynamic.
@param nActionID
@@ -305,7 +292,6 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** determines whether the smart tag indicator should be visible.
@param nActionID