LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
XSmartTagAction.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20
21module com { module sun { module star { module smarttags {
22
23
28
30{
40
41
51
52
56 [attribute, readonly] long SmartTagCount;
57
58
74 string getSmartTagName( [in] long nSmartTagIndex)
76
77
95 string getSmartTagCaption( [in] long nSmartTagIndex,
98
99
118 long getActionCount( [in] string aSmartTagName,
119 [in] com::sun::star::frame::XController xController,
121
141 long getActionID( [in] string aSmartTagName, [in] long nActionIndex,
142 [in] com::sun::star::frame::XController xController )
144
145
181 string getActionCaptionFromID( [in] long nActionID,
182 [in] string aApplicationName,
185 [in] string aText,
186 [in] string aXML,
187 [in] com::sun::star::frame::XController xController,
190
191
206 string getActionNameFromID( [in] long nActionID,
207 [in] com::sun::star::frame::XController xController)
209
210
242 void invokeAction( [in] long nActionID,
243 [in] string aApplicationName,
244 [in] com::sun::star::frame::XController xController,
247 [in] string aText,
248 [in] string aXML,
249 [in] ::com::sun::star::lang::Locale aLocale )
251
252
273 boolean isCaptionDynamic( [in] long nActionID,
274 [in] string aApplicationName,
275 [in] com::sun::star::frame::XController xController,
276 [in] ::com::sun::star::lang::Locale aLocale )
278
279
301 boolean isShowSmartTagIndicator( [in] long nActionID,
302 [in] string aApplicationName,
303 [in] com::sun::star::frame::XController xController,
304 [in] ::com::sun::star::lang::Locale aLocale )
306};
307
308}; }; }; };
309
310/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
maps strings to anys.
Definition XStringKeyMap.idl:30
With this interface, components viewed in a Frame can serve events (by supplying dispatches).
Definition generated_idl_chapter_refs.idl:4366
initializes an object directly after its creation.
Definition generated_idl_chapter_refs.idl:3130
provides access to smart tag actions.
Definition XSmartTagAction.idl:30
void invokeAction([in] long nActionID, [in] string aApplicationName, [in] com::sun::star::frame::XController xController, [in] com::sun::star::text::XTextRange xTarget, [in] com::sun::star::container::XStringKeyMap xProperties, [in] string aText, [in] string aXML, [in] ::com::sun::star::lang::Locale aLocale)
invokes an action.
string getActionCaptionFromID([in] long nActionID, [in] string aApplicationName, [in] ::com::sun::star::lang::Locale aLocale, [in] com::sun::star::container::XStringKeyMap xProperties, [in] string aText, [in] string aXML, [in] com::sun::star::frame::XController xController, [in] com::sun::star::text::XTextRange xTarget)
obtains a caption for a specified action for use in user interfaces.
string getActionNameFromID([in] long nActionID, [in] com::sun::star::frame::XController xController)
obtains a language independent name of an action.
string getSmartTagName([in] long nSmartTagIndex)
obtains the name of one specific smart tag type supported by this action component.
boolean isCaptionDynamic([in] long nActionID, [in] string aApplicationName, [in] com::sun::star::frame::XController xController, [in] ::com::sun::star::lang::Locale aLocale)
determines whether a caption is dynamic.
long getActionID([in] string aSmartTagName, [in] long nActionIndex, [in] com::sun::star::frame::XController xController)
obtains a unique integer identifier for an action.
long getActionCount([in] string aSmartTagName, [in] com::sun::star::frame::XController xController, [in] com::sun::star::container::XStringKeyMap xProperties)
obtains the number of actions provided for a specified smart tag type.
string getDescription([in] ::com::sun::star::lang::Locale aLocale)
obtains a detailed description of this action component.
string getSmartTagCaption([in] long nSmartTagIndex, [in] ::com::sun::star::lang::Locale aLocale)
obtains the caption of the smart tag type for using in user interfaces.
boolean isShowSmartTagIndicator([in] long nActionID, [in] string aApplicationName, [in] com::sun::star::frame::XController xController, [in] ::com::sun::star::lang::Locale aLocale)
determines whether the smart tag indicator should be visible.
string getName([in] ::com::sun::star::lang::Locale aLocale)
obtains a name that describes this action component.
long SmartTagCount
the number of smart tag types supported by this action component.
Definition XSmartTagAction.idl:56
describes the object's position in a text.
Definition XTextRange.idl:34
Definition Ambiguous.idl:20
object represents a specific geographical, political, or cultural region.
Definition Locale.idl:34