summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/util
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/SearchFlags.idl2
-rw-r--r--offapi/com/sun/star/util/SearchOptions.idl2
-rw-r--r--offapi/com/sun/star/util/Sortable.idl2
-rw-r--r--offapi/com/sun/star/util/XCloseable.idl4
-rw-r--r--offapi/com/sun/star/util/XNumberFormatTypes.idl2
-rw-r--r--offapi/com/sun/star/util/XSearchable.idl4
-rw-r--r--offapi/com/sun/star/util/XStringSubstitution.idl6
7 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/util/SearchFlags.idl b/offapi/com/sun/star/util/SearchFlags.idl
index 6a93a19156cb..9643331d7d87 100644
--- a/offapi/com/sun/star/util/SearchFlags.idl
+++ b/offapi/com/sun/star/util/SearchFlags.idl
@@ -35,7 +35,7 @@ published constants SearchFlags
<member>SearchOptions::transliterateFlags</member>
instead.
- @see <type scope="com::sun::star::i18n">TransliterationModules</type>
+ @see com::sun::star::i18n::TransliterationModules
*/
const long ALL_IGNORE_CASE = 0x00000001;
diff --git a/offapi/com/sun/star/util/SearchOptions.idl b/offapi/com/sun/star/util/SearchOptions.idl
index 0ee292f32443..0b0a1796512a 100644
--- a/offapi/com/sun/star/util/SearchOptions.idl
+++ b/offapi/com/sun/star/util/SearchOptions.idl
@@ -63,7 +63,7 @@ published struct SearchOptions {
long insertedChars;
/** Flags for the transliteration. Same meaning as the enum of
- <type scope="com::sun::star::i18n">TransliterationModules</type>
+ com::sun::star::i18n::TransliterationModules
*/
long transliterateFlags;
};
diff --git a/offapi/com/sun/star/util/Sortable.idl b/offapi/com/sun/star/util/Sortable.idl
index ddb2dfd0c551..d553810e60b2 100644
--- a/offapi/com/sun/star/util/Sortable.idl
+++ b/offapi/com/sun/star/util/Sortable.idl
@@ -40,7 +40,7 @@ published service Sortable
of this interfaces implementation are those of the
"com.sun.star.util.SortDescriptor" service.
- @see <type scope="com::sun::star::util">SortDescriptor</type>
+ @see com::sun::star::util::SortDescriptor
*/
interface com::sun::star::util::XSortable;
};
diff --git a/offapi/com/sun/star/util/XCloseable.idl b/offapi/com/sun/star/util/XCloseable.idl
index fc0361a065bf..78cf1380d7f4 100644
--- a/offapi/com/sun/star/util/XCloseable.idl
+++ b/offapi/com/sun/star/util/XCloseable.idl
@@ -88,8 +88,8 @@ published interface XCloseable: XCloseBroadcaster
<p>
If this method was already called on an object it should return without any reaction. Normally it's possible to throw
- a <type scope="com::sun::star::lang">DisposedException</type> for already disposed or closed objects
- (which represent a <type scope="com::sun::star::uno">RuntimeException</type> and can be thrown by every interface call),
+ a com::sun::star::lang::DisposedException for already disposed or closed objects
+ (which represent a com::sun::star::uno::RuntimeException and can be thrown by every interface call),
but it shouldn't be used here. The veto exception should be the only way to indicates the result.
</p>
diff --git a/offapi/com/sun/star/util/XNumberFormatTypes.idl b/offapi/com/sun/star/util/XNumberFormatTypes.idl
index 09876f385a1b..63d3902668a4 100644
--- a/offapi/com/sun/star/util/XNumberFormatTypes.idl
+++ b/offapi/com/sun/star/util/XNumberFormatTypes.idl
@@ -55,7 +55,7 @@ published interface XNumberFormatTypes: com::sun::star::uno::XInterface
@param nIndex
the index of the wanted number format within the formats for
the given locale. One of the
- <type scope="com::sun::star::i18n">NumberFormatIndex</type>
+ com::sun::star::i18n::NumberFormatIndex
constants.
*/
long getFormatIndex( [in] short nIndex,
diff --git a/offapi/com/sun/star/util/XSearchable.idl b/offapi/com/sun/star/util/XSearchable.idl
index 0c1ac8f990cf..b8903e44db73 100644
--- a/offapi/com/sun/star/util/XSearchable.idl
+++ b/offapi/com/sun/star/util/XSearchable.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module util {
(in particular, for a text range which contains a specific string pattern).
@example
- in a <type scope="com::sun::star::text">TextDocument</type>:
+ in a com::sun::star::text::TextDocument:
set all "search for" to bold using findFirst()/findNext():
<listing>
@@ -64,7 +64,7 @@ published interface XSearchable: com::sun::star::uno::XInterface
/** searches the contained texts for the next occurrence of whatever is specified.
@returns
- the position within the component, e.g. a <type scope="com::sun::star::text">XTextRange</type>
+ the position within the component, e.g. a com::sun::star::text::XTextRange
which determines the found elements.
@see SearchDescriptor
diff --git a/offapi/com/sun/star/util/XStringSubstitution.idl b/offapi/com/sun/star/util/XStringSubstitution.idl
index 29278c6c80e5..0c477cafc9f5 100644
--- a/offapi/com/sun/star/util/XStringSubstitution.idl
+++ b/offapi/com/sun/star/util/XStringSubstitution.idl
@@ -56,7 +56,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface
@param bSubstRequired
Specifies if a successful substitution is required. The
- function throws a <type scope="com::sun::star::container">NoSuchElementException</type>
+ function throws a com::sun::star::container::NoSuchElementException
if it finds a variable that is unknown. In this case it is possible
that the returned string would not be what the caller expected!
@@ -93,7 +93,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface
<p>
The method iterates through it's internal variable list and tries to
find the given variable. If the variable is unknown a
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
is thrown.
</p>
@@ -102,7 +102,7 @@ published interface XStringSubstitution : com::sun::star::uno::XInterface
@return
Returns a string that represents the variable. If the
- variable is unknown a <type scope="com::sun::star::container">NoSuchElementException</type>
+ variable is unknown a com::sun::star::container::NoSuchElementException
is thrown.
*/
string getSubstituteVariableValue( [in] string variable )