summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
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/embed
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/embed')
-rw-r--r--offapi/com/sun/star/embed/Actions.idl4
-rw-r--r--offapi/com/sun/star/embed/DocumentCloser.idl2
-rw-r--r--offapi/com/sun/star/embed/EmbedStates.idl2
-rw-r--r--offapi/com/sun/star/embed/EntryInitModes.idl2
-rw-r--r--offapi/com/sun/star/embed/FileSystemStorage.idl2
-rw-r--r--offapi/com/sun/star/embed/FileSystemStorageFactory.idl4
-rw-r--r--offapi/com/sun/star/embed/Storage.idl2
-rw-r--r--offapi/com/sun/star/embed/StorageFactory.idl18
-rw-r--r--offapi/com/sun/star/embed/StorageStream.idl8
-rw-r--r--offapi/com/sun/star/embed/XCommonEmbedPersist.idl4
-rw-r--r--offapi/com/sun/star/embed/XComponentSupplier.idl2
-rw-r--r--offapi/com/sun/star/embed/XEmbedObjectCreator.idl6
-rw-r--r--offapi/com/sun/star/embed/XEmbedObjectFactory.idl4
-rw-r--r--offapi/com/sun/star/embed/XEmbedPersist.idl12
-rw-r--r--offapi/com/sun/star/embed/XEmbeddedObject.idl2
-rw-r--r--offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl6
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl2
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl2
-rw-r--r--offapi/com/sun/star/embed/XInplaceClient.idl6
-rw-r--r--offapi/com/sun/star/embed/XInsertObjectDialog.idl2
-rw-r--r--offapi/com/sun/star/embed/XLinkCreator.idl6
-rw-r--r--offapi/com/sun/star/embed/XLinkFactory.idl4
-rw-r--r--offapi/com/sun/star/embed/XRelationshipAccess.idl20
-rw-r--r--offapi/com/sun/star/embed/XStorage.idl6
-rw-r--r--offapi/com/sun/star/embed/XStorage2.idl4
-rw-r--r--offapi/com/sun/star/embed/XTransferableSupplier.idl6
26 files changed, 69 insertions, 69 deletions
diff --git a/offapi/com/sun/star/embed/Actions.idl b/offapi/com/sun/star/embed/Actions.idl
index cf47a3b50a74..4adc8569b6b5 100644
--- a/offapi/com/sun/star/embed/Actions.idl
+++ b/offapi/com/sun/star/embed/Actions.idl
@@ -31,7 +31,7 @@ published constants Actions
close.
<p>
- Usually a <type scope="com::sun::star::util">XCloseListener</type>
+ Usually a com::sun::star::util::XCloseListener
implementation could use this constant to request approval to throw
veto exception.
</p>
@@ -42,7 +42,7 @@ published constants Actions
to terminate.
<p>
- Usually a <type scope="com::sun::star::frame">XTerminateListener</type>
+ Usually a com::sun::star::frame::XTerminateListener
implementation could use this constant to request approval to throw
veto exception.
</p>
diff --git a/offapi/com/sun/star/embed/DocumentCloser.idl b/offapi/com/sun/star/embed/DocumentCloser.idl
index bd7c5ff9dab0..292823c1ef5e 100644
--- a/offapi/com/sun/star/embed/DocumentCloser.idl
+++ b/offapi/com/sun/star/embed/DocumentCloser.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module embed {
The usual usage of this service is to create it, initialize with document
frame, and to dispose the service. While disposing the service will do all
the required actions to let the frame be closed using
- <type scope="com::sun::star::util">XCloseable</type>::close( true ). Thus
+ com::sun::star::util::XCloseable::close( true ). Thus
in case there is a code that prevents closing of the frame the code
automatically becomes the owner of the frame.
</p>
diff --git a/offapi/com/sun/star/embed/EmbedStates.idl b/offapi/com/sun/star/embed/EmbedStates.idl
index a7b920826d1a..1e3bbc8e8633 100644
--- a/offapi/com/sun/star/embed/EmbedStates.idl
+++ b/offapi/com/sun/star/embed/EmbedStates.idl
@@ -45,7 +45,7 @@ published constants EmbedStates
The object has a connection to the container client and a component
loaded from persistent entry. In case of internal document it also
means existing of document model that implements
- <type scope="com::sun::star::frame">XModel</type> interface.
+ com::sun::star::frame::XModel interface.
</p>
*/
const long RUNNING = 1;
diff --git a/offapi/com/sun/star/embed/EntryInitModes.idl b/offapi/com/sun/star/embed/EntryInitModes.idl
index 6e778aa40de9..c41c1405b2b9 100644
--- a/offapi/com/sun/star/embed/EntryInitModes.idl
+++ b/offapi/com/sun/star/embed/EntryInitModes.idl
@@ -48,7 +48,7 @@ published constants EntryInitModes
/** The object should be initialized using additional arguments from
provided
- <type scope="com::sun::star::document">MediaDescriptor</type>.
+ com::sun::star::document::MediaDescriptor.
*/
const long MEDIA_DESCRIPTOR_INIT = 3;
diff --git a/offapi/com/sun/star/embed/FileSystemStorage.idl b/offapi/com/sun/star/embed/FileSystemStorage.idl
index 9263642323e1..e6c209d27647 100644
--- a/offapi/com/sun/star/embed/FileSystemStorage.idl
+++ b/offapi/com/sun/star/embed/FileSystemStorage.idl
@@ -38,7 +38,7 @@ published service FileSystemStorage
</p>
<dl>
- <dt>interface <type scope="com::sun::star::lang">XComponent</type>
+ <dt>interface com::sun::star::lang::XComponent
</dt>
<dd>
<p>
diff --git a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
index fb3b88b25051..0ee7c960f45e 100644
--- a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
+++ b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl
@@ -59,10 +59,10 @@
<dt>parameter 3</dt>
<dd>
allows to provide
- <type scope="com::sun::star::document">MediaDescryptor</type>
+ com::sun::star::document::MediaDescryptor
to the storage so some parts can be used for
initialization, it can be for example
- <type scope="com::sun::star::task">XInteractionHandler</type>
+ com::sun::star::task::XInteractionHandler
implementation.
</dd>
</dl>
diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl
index 4fe0d962692e..303c7b09a680 100644
--- a/offapi/com/sun/star/embed/Storage.idl
+++ b/offapi/com/sun/star/embed/Storage.idl
@@ -52,7 +52,7 @@ published service Storage
</p>
<dl>
- <dt>interface <type scope="com::sun::star::lang">XComponent</type>
+ <dt>interface com::sun::star::lang::XComponent
</dt>
<dd>
<p>
diff --git a/offapi/com/sun/star/embed/StorageFactory.idl b/offapi/com/sun/star/embed/StorageFactory.idl
index a07e9777b986..800ac9fbaccd 100644
--- a/offapi/com/sun/star/embed/StorageFactory.idl
+++ b/offapi/com/sun/star/embed/StorageFactory.idl
@@ -47,13 +47,13 @@
<dd>
specifies source of the object, it can be a string
containing URL, an
- <type scope="com::sun::star::io">XStream</type>
+ com::sun::star::io::XStream
implementation or
- <type scope="com::sun::star::io">XInputStream</type>;
+ com::sun::star::io::XInputStream;
in case of
- <type scope="com::sun::star::io">XStream</type>
+ com::sun::star::io::XStream
implementation
- the <type scope="com::sun::star::io">XSeekable</type>
+ the com::sun::star::io::XSeekable
interface must be supported.
</dd>
@@ -66,19 +66,19 @@
<dt>parameter 3</dt>
<dd>
this parameter represents
- <type scope="com::sun::star::uno">Any</type>
+ com::sun::star::uno::Any
containing a sequence of
- <type scope="com::sun::star::beans">PropertyValue</type>.<br>
+ com::sun::star::beans::PropertyValue.<br>
The parameter can contain entries from
- <type scope="com::sun::star::document">MediaDescryptor</type>
+ com::sun::star::document::MediaDescryptor
to transport some document info during the storage
initialization, it can be for example
- <type scope="com::sun::star::task">XInteractionHandler</type>
+ com::sun::star::task::XInteractionHandler
implementation, password for the storage and repair
package flag.<br>
Additionally the parameter might contain property with the name
"StorageFormat" that can take values from
- <type scope="com::sun::star::embed">StorageFormats</type>.
+ com::sun::star::embed::StorageFormats.
If the property is not provided a storage of package format
is created.
</dd>
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl
index 3ccefdaede24..74177b8eb057 100644
--- a/offapi/com/sun/star/embed/StorageStream.idl
+++ b/offapi/com/sun/star/embed/StorageStream.idl
@@ -42,13 +42,13 @@
*/
published service StorageStream
{
- /** allows to get access to <type scope="com::sun::star::io">XInputStream</type>
- and <type scope="com::sun::star::io">XOutputStream</type>
+ /** allows to get access to com::sun::star::io::XInputStream
+ and com::sun::star::io::XOutputStream
implementations.
<p>
In case the storage stream is open readonly the returned reference
- to <type scope="com::sun::star::io">XOutputStream</type> will be
+ to com::sun::star::io::XOutputStream will be
empty.
</p>
*/
@@ -95,7 +95,7 @@ published service StorageStream
<p>
In case a stream is disposed any call to it's methods should result in
- <type scope="com::sun::star::lang">DisposedException</type>.
+ com::sun::star::lang::DisposedException.
</p>
*/
interface ::com::sun::star::lang::XComponent;
diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
index 3976cb2e6cd3..52c97aa95239 100644
--- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
+++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
@@ -71,11 +71,11 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface
@param aMediaArgs
optional parameters for document reloading, see also
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
@param aObjectArgs
optional parameters for object reloading, see also
- <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ com::sun::star::embed::EmbeddedObjectDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal
diff --git a/offapi/com/sun/star/embed/XComponentSupplier.idl b/offapi/com/sun/star/embed/XComponentSupplier.idl
index 702da04a99ae..b2bf4c5e756f 100644
--- a/offapi/com/sun/star/embed/XComponentSupplier.idl
+++ b/offapi/com/sun/star/embed/XComponentSupplier.idl
@@ -31,7 +31,7 @@ published interface XComponentSupplier: com::sun::star::uno::XInterface
/** allows to get access to a component.
<p>
The component may not support
- <type scope="com::sun::star::lang">XComponent</type> interface.
+ com::sun::star::lang::XComponent interface.
</p>
@return
diff --git a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl
index 65c4681e4800..d08d8924858b 100644
--- a/offapi/com/sun/star/embed/XEmbedObjectCreator.idl
+++ b/offapi/com/sun/star/embed/XEmbedObjectCreator.idl
@@ -96,7 +96,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface
@param aMediaDescriptor
an object of type
- <type scope="com::sun::star::document">MediaDescriptor</type> that
+ com::sun::star::document::MediaDescriptor that
specifies document related properties; please remember that target
related parameters, for example URL, will be ignored since the
object should be loaded from storage entry
@@ -128,7 +128,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
/** creates a new object and initializes it based on
- <type scope="com::sun::star::document">MediaDescriptor</type>.
+ com::sun::star::document::MediaDescriptor.
<p> In case specified entry exists it's contents are ignored and will
be overwritten on storing.
@@ -142,7 +142,7 @@ published interface XEmbedObjectCreator: com::sun::star::uno::XInterface
@param aMediaDescriptor
an object of type
- <type scope="com::sun::star::document">MediaDescriptor</type> that
+ com::sun::star::document::MediaDescriptor that
specifies source
@param aObjectArgs
diff --git a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
index 0f741cc52eb6..986f22031066 100644
--- a/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
+++ b/offapi/com/sun/star/embed/XEmbedObjectFactory.idl
@@ -69,12 +69,12 @@ published interface XEmbedObjectFactory: com::sun::star::uno::XInterface
@param aArgs
optional parameters for the embedded document persistence
initialization, see also
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
@param aObjectArgs
optional parameters for the object persistence initialization,
see also
- <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ com::sun::star::embed::EmbeddedObjectDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal
diff --git a/offapi/com/sun/star/embed/XEmbedPersist.idl b/offapi/com/sun/star/embed/XEmbedPersist.idl
index 10e08577a3b5..0aa8fe84fb76 100644
--- a/offapi/com/sun/star/embed/XEmbedPersist.idl
+++ b/offapi/com/sun/star/embed/XEmbedPersist.idl
@@ -73,12 +73,12 @@ published interface XEmbedPersist: XCommonEmbedPersist
@param aMediaArgs
optional parameters for the embedded document persistence
initialization, see also
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
@param aObjectArgs
optional parameters for the object persistence initialization,
see also
- <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ com::sun::star::embed::EmbeddedObjectDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal
@@ -114,11 +114,11 @@ published interface XEmbedPersist: XCommonEmbedPersist
@param aMediaArgs
optional parameters for document saving, see also
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
@param aObjectArgs
optional parameters for the object saving, see also
- <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ com::sun::star::embed::EmbeddedObjectDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal
@@ -163,11 +163,11 @@ published interface XEmbedPersist: XCommonEmbedPersist
@param aMediaArgs
optional parameters for document saving, see also
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
@param aObjectArgs
optional parameters for the object saving, see also
- <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ com::sun::star::embed::EmbeddedObjectDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal
diff --git a/offapi/com/sun/star/embed/XEmbeddedObject.idl b/offapi/com/sun/star/embed/XEmbeddedObject.idl
index 9d6a3ebeaf0a..9e9de8b6486d 100644
--- a/offapi/com/sun/star/embed/XEmbeddedObject.idl
+++ b/offapi/com/sun/star/embed/XEmbeddedObject.idl
@@ -73,7 +73,7 @@ published interface XEmbeddedObject
@param nNewState
specifies the new state, can take values from the constant set
- <type scope="com::sun::star::embed">EmbedStates</type>
+ com::sun::star::embed::EmbedStates
@throws com::sun::star::embed::UnreachableStateException
the specified state can not be reached
diff --git a/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl b/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
index 09b7b0b49eee..5ddcc6831844 100644
--- a/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
+++ b/offapi/com/sun/star/embed/XEncryptionProtectedStorage.idl
@@ -54,7 +54,7 @@ interface XEncryptionProtectedStorage: XEncryptionProtectedSource2
be already known by the object; if a different one is
set an exception should be thrown to indicate the
error; it should take values from
- <type scope="com::sun::star::xml:crypto">DigestID</type>.
+ com::sun::star::xml:crypto::DigestID.
</dd>
<dt>EncryptionAlgorithm</dt>
<dd>
@@ -64,7 +64,7 @@ interface XEncryptionProtectedStorage: XEncryptionProtectedSource2
known by the object; if a different one is set
an exception should be thrown to indicate the error;
it should take values from
- <type scope="com::sun::star::xml:crypto">CipherID</type>.
+ com::sun::star::xml:crypto::CipherID.
</dd>
<dt>ChecksumAlgorithm</dt>
<dd>
@@ -74,7 +74,7 @@ interface XEncryptionProtectedStorage: XEncryptionProtectedSource2
be already known by the object; if a different one is
set an exception should be thrown to indicate the
error; it should take values from
- <type scope="com::sun::star::xml:crypto">DigestID</type>.
+ com::sun::star::xml:crypto::DigestID.
</dd>
</dl>
*/
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
index 551d206f5c6e..170210c00f27 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
@@ -98,7 +98,7 @@ published interface XHierarchicalStorageAccess
<p>
If storage does not allow any encryption this method will always throw
- <type scope="com::sun::star::packages">NoEncryptionException</type>.
+ com::sun::star::packages::NoEncryptionException.
</p>
<p>
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
index e0914af8f5ce..8dac7d7f91e4 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
@@ -34,7 +34,7 @@ interface XHierarchicalStorageAccess2 : XHierarchicalStorageAccess
<p>
If storage does not allow any encryption this method will always throw
- <type scope="com::sun::star::packages">NoEncryptionException</type>.
+ com::sun::star::packages::NoEncryptionException.
</p>
<p>
diff --git a/offapi/com/sun/star/embed/XInplaceClient.idl b/offapi/com/sun/star/embed/XInplaceClient.idl
index ded84a79fa85..795ba4afcca5 100644
--- a/offapi/com/sun/star/embed/XInplaceClient.idl
+++ b/offapi/com/sun/star/embed/XInplaceClient.idl
@@ -85,12 +85,12 @@ interface XInplaceClient: com::sun::star::uno::XInterface
raises( ::com::sun::star::embed::WrongStateException );
/** allows to retrieve the
- <type scope="com::sun::star::frame">LayoutManager</type> of the
+ com::sun::star::frame::LayoutManager of the
container.
@return
reference to object representing the
- <type scope="com::sun::star::frame">LayoutManager</type> of the
+ com::sun::star::frame::LayoutManager of the
container
@throws com::sun::star::embed::WrongStateException
@@ -103,7 +103,7 @@ interface XInplaceClient: com::sun::star::uno::XInterface
@return
reference to object implementing the
- <type scope="com::sun::star::frame">XDispatchProvider</type>
+ com::sun::star::frame::XDispatchProvider
@throws com::sun::star::embed::WrongStateException
the object is in unexpected state to make such request
diff --git a/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/offapi/com/sun/star/embed/XInsertObjectDialog.idl
index caed57f1d0b1..7784c48773e2 100644
--- a/offapi/com/sun/star/embed/XInsertObjectDialog.idl
+++ b/offapi/com/sun/star/embed/XInsertObjectDialog.idl
@@ -50,7 +50,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface
@param lObjArgs
optional parameters for the object persistence initialization
- see also <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ see also com::sun::star::embed::EmbeddedObjectDescriptor
@returns
the structure containing the object and container related options
diff --git a/offapi/com/sun/star/embed/XLinkCreator.idl b/offapi/com/sun/star/embed/XLinkCreator.idl
index 4270a6899078..d704d17d15fb 100644
--- a/offapi/com/sun/star/embed/XLinkCreator.idl
+++ b/offapi/com/sun/star/embed/XLinkCreator.idl
@@ -38,7 +38,7 @@
published interface XLinkCreator: com::sun::star::uno::XInterface
{
/** creates a new object based on
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
and initializes it as a link.
<p>
@@ -53,13 +53,13 @@ published interface XLinkCreator: com::sun::star::uno::XInterface
a name for the entry
@param aArgs
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
the link will be based on
@param aObjectArgs
optional parameters for the object persistence initialization,
see also
- <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ com::sun::star::embed::EmbeddedObjectDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
the argument is illegal
diff --git a/offapi/com/sun/star/embed/XLinkFactory.idl b/offapi/com/sun/star/embed/XLinkFactory.idl
index ec55ef8a3453..1c76500f8a28 100644
--- a/offapi/com/sun/star/embed/XLinkFactory.idl
+++ b/offapi/com/sun/star/embed/XLinkFactory.idl
@@ -54,13 +54,13 @@ published interface XLinkFactory: com::sun::star::uno::XInterface
a name for the entry
@param aArgs
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
that contains source for the link
@param aObjectArgs
optional parameters for the object persistence initialization
see also
- <type scope="com::sun::star::embed">EmbeddedObjectDescriptor</type>
+ com::sun::star::embed::EmbeddedObjectDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
one of arguments is illegal
diff --git a/offapi/com/sun/star/embed/XRelationshipAccess.idl b/offapi/com/sun/star/embed/XRelationshipAccess.idl
index 81eea206d78b..42804fb2cb8a 100644
--- a/offapi/com/sun/star/embed/XRelationshipAccess.idl
+++ b/offapi/com/sun/star/embed/XRelationshipAccess.idl
@@ -100,9 +100,9 @@ published interface XRelationshipAccess : ::com::sun::star::uno::XInterface
@returns
sequence, each element of the sequence represents tag,
- <type scope="::com::sun::star::beans">StringPair</type>::First
+ ::com::sun::star::beans::StringPair::First
represents the tag name and
- <type scope="::com::sun::star::beans">StringPair</type>::Second
+ ::com::sun::star::beans::StringPair::Second
represents the tag value
@throws ::com::sun::star::container::NoSuchElementException
@@ -127,9 +127,9 @@ published interface XRelationshipAccess : ::com::sun::star::uno::XInterface
@returns
sequence of entries, each entry is represented by sequence,
each element of the sequence represents tag,
- <type scope="::com::sun::star::beans">StringPair</type>::First
+ ::com::sun::star::beans::StringPair::First
represents the tag name and
- <type scope="::com::sun::star::beans">StringPair</type>::Second
+ ::com::sun::star::beans::StringPair::Second
represents the tag value.
The sequence should contain the "ID" tag.
@@ -146,9 +146,9 @@ published interface XRelationshipAccess : ::com::sun::star::uno::XInterface
@returns
sequence of entries, each entry is represented by sequence,
each element of the sequence represents tag,
- <type scope="::com::sun::star::beans">StringPair</type>::First
+ ::com::sun::star::beans::StringPair::First
represents the tag name and
- <type scope="::com::sun::star::beans">StringPair</type>::Second
+ ::com::sun::star::beans::StringPair::Second
represents the tag value
@throws ::com::sun::star::io::IOException
@@ -165,9 +165,9 @@ published interface XRelationshipAccess : ::com::sun::star::uno::XInterface
@param aEntry
a sequence, each element of the sequence represents tag,
- <type scope="::com::sun::star::beans">StringPair</type>::First
+ ::com::sun::star::beans::StringPair::First
represents the tag name and
- <type scope="::com::sun::star::beans">StringPair</type>::Second
+ ::com::sun::star::beans::StringPair::Second
represents the tag value.
May not contain "ID" tag, that is already specified in previous
parameter.
@@ -209,9 +209,9 @@ published interface XRelationshipAccess : ::com::sun::star::uno::XInterface
@param aEntries
sequence of entries, each entry is represented by sequence,
each element of the sequence represents tag,
- <type scope="::com::sun::star::beans">StringPair</type>::First
+ ::com::sun::star::beans::StringPair::First
represents the tag name and
- <type scope="::com::sun::star::beans">StringPair</type>::Second
+ ::com::sun::star::beans::StringPair::Second
represents the tag value.
Each entry must contain "ID" tag.
diff --git a/offapi/com/sun/star/embed/XStorage.idl b/offapi/com/sun/star/embed/XStorage.idl
index d4b1d5029f83..4995371c3923 100644
--- a/offapi/com/sun/star/embed/XStorage.idl
+++ b/offapi/com/sun/star/embed/XStorage.idl
@@ -60,7 +60,7 @@ published interface XStorage
<p>
In case a storage is disposed any call to it's methods should result
- in <type scope="com::sun::star::lang">DisposedException</type>.
+ in com::sun::star::lang::DisposedException.
</p>
*/
interface ::com::sun::star::lang::XComponent;
@@ -139,7 +139,7 @@ published interface XStorage
<p>
If storage does not allow any encryption this method will always throw
- <type scope="com::sun::star::packages">NoEncryptionException</type>.
+ com::sun::star::packages::NoEncryptionException.
</p>
<p>
@@ -261,7 +261,7 @@ published interface XStorage
<p>
If storage does not allow any encryption this method will always throw
- <type scope="com::sun::star::packages">NoEncryptionException</type>.
+ com::sun::star::packages::NoEncryptionException.
</p>
<p>
diff --git a/offapi/com/sun/star/embed/XStorage2.idl b/offapi/com/sun/star/embed/XStorage2.idl
index b247fa3f40d2..7d3ae844dfaa 100644
--- a/offapi/com/sun/star/embed/XStorage2.idl
+++ b/offapi/com/sun/star/embed/XStorage2.idl
@@ -34,7 +34,7 @@ interface XStorage2 : XStorage
<p>
If storage does not allow any encryption this method will always throw
- <type scope="com::sun::star::packages">NoEncryptionException</type>.
+ com::sun::star::packages::NoEncryptionException.
</p>
<p>
@@ -89,7 +89,7 @@ interface XStorage2 : XStorage
<p>
If storage does not allow any encryption this method will always throw
- <type scope="com::sun::star::packages">NoEncryptionException</type>.
+ com::sun::star::packages::NoEncryptionException.
</p>
<p>
diff --git a/offapi/com/sun/star/embed/XTransferableSupplier.idl b/offapi/com/sun/star/embed/XTransferableSupplier.idl
index 51e4ff2747f3..9de5edaef4f7 100644
--- a/offapi/com/sun/star/embed/XTransferableSupplier.idl
+++ b/offapi/com/sun/star/embed/XTransferableSupplier.idl
@@ -25,17 +25,17 @@
module com { module sun { module star { module embed {
/** provide access to a
- <type scope="com::sun::star::datatransfer">XTransferable</type>
+ com::sun::star::datatransfer::XTransferable
implementation from the object.
*/
published interface XTransferableSupplier: com::sun::star::uno::XInterface
{
/** allows to get access to
- <type scope="com::sun::star::datatransfer">XTransferable</type>
+ com::sun::star::datatransfer::XTransferable
implementation.
@return
- <type scope="com::sun::star::datatransfer">XTransferable</type>
+ com::sun::star::datatransfer::XTransferable
implementation
*/
::com::sun::star::datatransfer::XTransferable getTransferable();