summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/document
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/AmbigousFilterRequest.idl2
-rw-r--r--offapi/com/sun/star/document/DocumentEvent.idl4
-rw-r--r--offapi/com/sun/star/document/DocumentProperties.idl4
-rw-r--r--offapi/com/sun/star/document/EventObject.idl2
-rw-r--r--offapi/com/sun/star/document/Events.idl6
-rw-r--r--offapi/com/sun/star/document/ExportFilter.idl14
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetection.idl8
-rw-r--r--offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl2
-rw-r--r--offapi/com/sun/star/document/FilterFactory.idl4
-rw-r--r--offapi/com/sun/star/document/ImportFilter.idl12
-rw-r--r--offapi/com/sun/star/document/LinkTargets.idl2
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl4
-rw-r--r--offapi/com/sun/star/document/NoSuchFilterRequest.idl4
-rw-r--r--offapi/com/sun/star/document/OfficeDocument.idl4
-rw-r--r--offapi/com/sun/star/document/Settings.idl4
-rw-r--r--offapi/com/sun/star/document/TypeDetection.idl6
-rw-r--r--offapi/com/sun/star/document/UndoContextNotClosedException.idl2
-rw-r--r--offapi/com/sun/star/document/UndoManagerEvent.idl2
-rw-r--r--offapi/com/sun/star/document/XDocumentEventBroadcaster.idl6
-rw-r--r--offapi/com/sun/star/document/XDocumentEventListener.idl2
-rw-r--r--offapi/com/sun/star/document/XDocumentProperties.idl16
-rw-r--r--offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl6
-rw-r--r--offapi/com/sun/star/document/XEmbeddedScripts.idl4
-rw-r--r--offapi/com/sun/star/document/XEventBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/document/XEventListener.idl4
-rw-r--r--offapi/com/sun/star/document/XEventsSupplier.idl2
-rw-r--r--offapi/com/sun/star/document/XExporter.idl4
-rw-r--r--offapi/com/sun/star/document/XExtendedFilterDetection.idl8
-rw-r--r--offapi/com/sun/star/document/XFilter.idl8
-rw-r--r--offapi/com/sun/star/document/XImporter.idl4
-rw-r--r--offapi/com/sun/star/document/XInteractionFilterSelect.idl4
-rw-r--r--offapi/com/sun/star/document/XLinkTargetSupplier.idl4
-rw-r--r--offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl4
-rw-r--r--offapi/com/sun/star/document/XScriptInvocationContext.idl2
-rw-r--r--offapi/com/sun/star/document/XTypeDetection.idl6
35 files changed, 86 insertions, 86 deletions
diff --git a/offapi/com/sun/star/document/AmbigousFilterRequest.idl b/offapi/com/sun/star/document/AmbigousFilterRequest.idl
index bd704a99e1c9..d89c8b2724c8 100644
--- a/offapi/com/sun/star/document/AmbigousFilterRequest.idl
+++ b/offapi/com/sun/star/document/AmbigousFilterRequest.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module document {
Given URL can be used to decide between given two filters.
Decision can be made e.g. by a dialog, on which the user must select one
of these filters.
- A possible continuation of type <type>XInteractionFilterSelect</type>
+ A possible continuation of type XInteractionFilterSelect
transport this decision back to source of started interaction.
</p>
diff --git a/offapi/com/sun/star/document/DocumentEvent.idl b/offapi/com/sun/star/document/DocumentEvent.idl
index 710789e35d63..98bd92d1e1a3 100644
--- a/offapi/com/sun/star/document/DocumentEvent.idl
+++ b/offapi/com/sun/star/document/DocumentEvent.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module document {
-/** describes an event happening in an <type>OfficeDocument</type>
+/** describes an event happening in an OfficeDocument
<p>The <member scope="com::sun::star::lang">EventObject::Source</member> member
of the base type refers to the document which broadcasts the event.</p>
@@ -42,7 +42,7 @@ struct DocumentEvent : ::com::sun::star::lang::EventObject
{
/** specifies the name of the event.
- <p>It's the responsibility of the component supporting the <type>XDocumentEventBroadcaster</type>
+ <p>It's the responsibility of the component supporting the XDocumentEventBroadcaster
interface to specify which events it supports.</p>
*/
string EventName;
diff --git a/offapi/com/sun/star/document/DocumentProperties.idl b/offapi/com/sun/star/document/DocumentProperties.idl
index 29aa896d29d9..f4705ba7638c 100644
--- a/offapi/com/sun/star/document/DocumentProperties.idl
+++ b/offapi/com/sun/star/document/DocumentProperties.idl
@@ -28,8 +28,8 @@ module com { module sun { module star { module document {
and user-defined fields.
<p>
- This service replaces the deprecated <type>DocumentInfo</type> and
- <type>StandaloneDocumentInfo</type> services.
+ This service replaces the deprecated DocumentInfo and
+ StandaloneDocumentInfo services.
</p>
@since OOo 3.0
diff --git a/offapi/com/sun/star/document/EventObject.idl b/offapi/com/sun/star/document/EventObject.idl
index 1aef3cfc2d2f..cb406d316a3d 100644
--- a/offapi/com/sun/star/document/EventObject.idl
+++ b/offapi/com/sun/star/document/EventObject.idl
@@ -37,7 +37,7 @@ published struct EventObject: com::sun::star::lang::EventObject
/** specifies the name of the occurred event
<p>
- For a list of possible event names see <type>Events</type>.
+ For a list of possible event names see Events.
</p>
*/
string EventName;
diff --git a/offapi/com/sun/star/document/Events.idl b/offapi/com/sun/star/document/Events.idl
index 2bab3b2e919d..ec8875c7a295 100644
--- a/offapi/com/sun/star/document/Events.idl
+++ b/offapi/com/sun/star/document/Events.idl
@@ -28,13 +28,13 @@ module com { module sun { module star { module document {
document
<p>
- Such Events will be broadcasted by a <type>XEventBroadcaster</type>
- to any <type>XEventListener</type> packed as <type>EventObject</type>s.
+ Such Events will be broadcasted by a XEventBroadcaster
+ to any XEventListener packed as EventObjects.
</p>
*/
published service Events
{
- /** offers access to the list of <type>EventDescriptor</type>s
+ /** offers access to the list of EventDescriptors
<p>
The following events are usually available:
diff --git a/offapi/com/sun/star/document/ExportFilter.idl b/offapi/com/sun/star/document/ExportFilter.idl
index 91fdd650ef96..5653a0ea5ff7 100644
--- a/offapi/com/sun/star/document/ExportFilter.idl
+++ b/offapi/com/sun/star/document/ExportFilter.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module document {
<p>
Such filters can be used for exporting a content.
- Of course it's possible to combine it with the service <type>ImportFilter</type>
+ Of course it's possible to combine it with the service ImportFilter
if import functionality should be available at same implementation too.
</p>
@@ -53,15 +53,15 @@ published service ExportFilter
<p>
It's used to filter a document at saving time.
The source document should be already set by using another interface
- <type>XExporter</type> which is supported by this service too.
+ XExporter which is supported by this service too.
</p>
<p>
Tip:<br>
- If same implementation provides the service <type>ImportFilter</type> too,
+ If same implementation provides the service ImportFilter too,
code must distinguish between filtering from a source document (for export) or
filtering to a target document (for import). This can be recognized by saving
- state of used interfaces <type>XExporter</type> or <type>XImporter</type>!
+ state of used interfaces XExporter or XImporter!
Otherwise it's not clear which action is required here.
</p>
*/
@@ -70,14 +70,14 @@ published service ExportFilter
/** support initialization of filter with its own configuration
<p>
- A filter object must be created by global service <type>FilterFactory</type>.
+ A filter object must be created by global service FilterFactory.
If filter supports this optional interface, he will be initialized by the factory directly
after creation. The factory will pass the following information to this new instance:
<ul>
<li>first item will be a set of configuration data of the filter</li>
<li>after that will follow may given optional parameters of call
<member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
- of service <type>FilterFactory</type>.
+ of service FilterFactory.
</li>
</ul>
See description of service <member>FilterFactory::XNameContainer</member> for a description of
@@ -89,7 +89,7 @@ published service ExportFilter
/** provides access to the internal name of this filter
<p>
- This internal filter name can be used on service <type>FilterFactory</type>
+ This internal filter name can be used on service FilterFactory
to get further information about it (e.g. his registration for mime types or extensions etc.)
It's important that returned string is the "internal name" of the filter which must be
unambiguous against all other registered filters in current installation.
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetection.idl b/offapi/com/sun/star/document/ExtendedTypeDetection.idl
index 8f1034b50c5f..9638f2b05dc0 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetection.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetection.idl
@@ -24,11 +24,11 @@
module com { module sun { module star { module document {
-/** describes a class of service which will be used for deep <type>TypeDetection</type>
+/** describes a class of service which will be used for deep TypeDetection
in a generic way
<p>
- Due to the registered types, flat <type>TypeDetection</type> is already possible, i.e.
+ Due to the registered types, flat TypeDetection is already possible, i.e.
the assignment of types (e.g. to a URL) only on the basis of configuration data.
If, however, you imagine special cases (e.g. modifying the file extension of a
Writer file from .sdw to .doc), it quickly becomes clear that you cannot always
@@ -57,7 +57,7 @@ module com { module sun { module star { module document {
You can also implement and register detectors for groups of types.
</li>
</ul>
- See service <type>TypeDetection</type> and his configuration for further information.
+ See service TypeDetection and his configuration for further information.
</p>
@see TypeDetection
@@ -69,7 +69,7 @@ published service ExtendedTypeDetection
<p>
Generic type detection searches for a registered DetectService for an
already flat detected type. If any could be found it will be created and
- used by calling methods of this interface. It gets a <type>MediaDescriptor</type>
+ used by calling methods of this interface. It gets a MediaDescriptor
which contains information about the document which should be detected and must return
<ul>
<li>an internal type name for detected format</li>
diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
index ba526315d88d..dc7a0fccd9f4 100644
--- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -85,7 +85,7 @@ published service ExtendedTypeDetectionFactory
<td><em>Types</em></td>
<td>[sequence< string >]</td>
<td>It's a list of all types, which can be detected by this extended detection component.
- All items of this list must match an item of the <type>TypeDetection</type> container service.</td>
+ All items of this list must match an item of the TypeDetection container service.</td>
</tr>
</table>
</p>
diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl
index ab518e01311c..289a5709bb54 100644
--- a/offapi/com/sun/star/document/FilterFactory.idl
+++ b/offapi/com/sun/star/document/FilterFactory.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module document {
/** factory to create filter components.
<p>
- After a generic <type>TypeDetection</type> an internal type name
+ After a generic TypeDetection an internal type name
will be known. Further a generic <type scope="com::sun::star::frame">FrameLoader</type>
can use this information, to search a suitable filter (may the default filter) at
this factory and use it for loading the document into a specified frame.
@@ -141,7 +141,7 @@ published service FilterFactory
<td><em>Type</em></td>
<td>[string]</td>
<td>Every filter is registered for a type. This value contains the internal name of it.
- (see service <type>TypeDetection</type> for further information)</td>
+ (see service TypeDetection for further information)</td>
</tr>
<tr>
<td><em>DocumentService</em></td>
diff --git a/offapi/com/sun/star/document/ImportFilter.idl b/offapi/com/sun/star/document/ImportFilter.idl
index da21501d0a59..7b7dc1602716 100644
--- a/offapi/com/sun/star/document/ImportFilter.idl
+++ b/offapi/com/sun/star/document/ImportFilter.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module document {
<p>
Such filters can be used for importing a content.
- Of course it's possible to combine it with the service <type>ExportFilter</type>
+ Of course it's possible to combine it with the service ExportFilter
if export functionality should be available at same implementation too.
</p>
@@ -58,10 +58,10 @@ published service ImportFilter
<p>
Tip:<br>
- If same implementation provides the service <type>ExportFilter</type> too,
+ If same implementation provides the service ExportFilter too,
code must distinguish between filtering into a target document (for import) or
filtering from a source document (for export). This can be recognized by saving
- state of used interfaces <type>XExporter</type> or <type>XImporter</type>!
+ state of used interfaces XExporter or XImporter!
Otherwise it's not clear which action is required here.
</p>
*/
@@ -70,14 +70,14 @@ published service ImportFilter
/** support initialization of filter with its own configuration
<p>
- A filter object must be created by global service <type>FilterFactory</type>.
+ A filter object must be created by global service FilterFactory.
If filter supports this optional interface, he will be initialized by the factory directly
after creation. The factory will pass follow information to this new instance:
<ul>
<li>first item will be a set of configuration data of the filter</li>
<li>after that will follow may given optional parameters of call
<member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
- of service <type>FilterFactory</type>.
+ of service FilterFactory.
</li>
</ul>
See description of service <member>FilterFactory::XNameContainer</member> for a description of
@@ -89,7 +89,7 @@ published service ImportFilter
/** provides access to the internal name of this filter
<p>
- This internal filter name can be used on service <type>FilterFactory</type>
+ This internal filter name can be used on service FilterFactory
to get further information about it (e.g. his registration for mime types or extensions etc.)
It's important that returned string is the "internal name" of the filter which must be
unambiguous against all other registered filters in current installation.
diff --git a/offapi/com/sun/star/document/LinkTargets.idl b/offapi/com/sun/star/document/LinkTargets.idl
index e6e084e5fa63..ffe258dc8629 100644
--- a/offapi/com/sun/star/document/LinkTargets.idl
+++ b/offapi/com/sun/star/document/LinkTargets.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module document {
<p>The <type scope="com::sun::star::container">XNameAccess</type> returns elements
of <type scope="com::sun::star::beans">XPropertySet</type> that implement
- the service <type>LinkTarget</type>. </p>
+ the service LinkTarget. </p>
*/
published service LinkTargets
{
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index d8326669dc2f..11cef721a891 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -156,7 +156,7 @@ service MediaDescriptor
<p>
Name of a filter that should be used for loading or storing the component.
- Names must match the names of the <type>TypeDetection</type> configuration,
+ Names must match the names of the TypeDetection configuration,
invalid names are ignored. If a name is specified on loading,
it still will be verified by a filter detection, but in case of doubt
it will be preferred.
@@ -259,7 +259,7 @@ service MediaDescriptor
<p>
Type of the medium to load, that must match to one of the types defined
- in the <type>TypeDetection</type> configuration (otherwise it's ignored).
+ in the TypeDetection configuration (otherwise it's ignored).
This bypasses the type detection of the <type scope="com::sun::star::frame">Desktop</type> environment,
so passing a wrong MediaType will cause failure of loading.
</p>
diff --git a/offapi/com/sun/star/document/NoSuchFilterRequest.idl b/offapi/com/sun/star/document/NoSuchFilterRequest.idl
index 7ef01545c8c0..f62498c003e4 100644
--- a/offapi/com/sun/star/document/NoSuchFilterRequest.idl
+++ b/offapi/com/sun/star/document/NoSuchFilterRequest.idl
@@ -29,10 +29,10 @@ module com { module sun { module star { module document {
<p>
If during loading time the filter can't be detected and wasn't given at calling time,
a possible <type scope="com::sun::star::task">InteractionHandler</type> will be used.
- (it's a a part of used <type>MediaDescriptor</type>)
+ (it's a a part of used MediaDescriptor)
Such "NoSuchFilterRequest" will be used then to start right interaction on that to
get a decision which filter should be used for given URL. A possible continuation
- of type <type>XInteractionFilterSelect</type> will transport this decision back to
+ of type XInteractionFilterSelect will transport this decision back to
generic filter detection and force using of it. Of course it's possible to abort
the loading process by use another continuation <type scope="com::sun::star::task">XInteractionAbort</type>.
</p>
diff --git a/offapi/com/sun/star/document/OfficeDocument.idl b/offapi/com/sun/star/document/OfficeDocument.idl
index 96de71875c5b..6628e1b3c833 100644
--- a/offapi/com/sun/star/document/OfficeDocument.idl
+++ b/offapi/com/sun/star/document/OfficeDocument.idl
@@ -89,7 +89,7 @@ published service OfficeDocument
*/
interface com::sun::star::view::XPrintable;
- /** is an old and deprecated version of the <type>XDocumentEventBroadcaster</type> interface
+ /** is an old and deprecated version of the XDocumentEventBroadcaster interface
@deprecated
*/
[optional] interface XEventBroadcaster;
@@ -119,7 +119,7 @@ published service OfficeDocument
*/
[optional] interface XEmbeddedScripts;
- /** access to the <type>DocumentProperties</type>.
+ /** access to the DocumentProperties.
@since OOo 3.0
*/
diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl
index 81e44498ef14..843bafb1dbdc 100644
--- a/offapi/com/sun/star/document/Settings.idl
+++ b/offapi/com/sun/star/document/Settings.idl
@@ -62,7 +62,7 @@ published service Settings
/** specifies the update mode for links when loading text documents.
<p>For supported values see the constants group
- <type>LinkUpdateModes</type>.</p>
+ LinkUpdateModes.</p>
*/
[optional, property] short LinkUpdateMode;
@@ -230,7 +230,7 @@ published service Settings
/** forbid use of printer metrics for layout
<p>For supported values see the constants group
- <type>PrinterIndependentLayout</type>.</p>
+ PrinterIndependentLayout.</p>
*/
[optional, property] short PrinterIndependentLayout;
diff --git a/offapi/com/sun/star/document/TypeDetection.idl b/offapi/com/sun/star/document/TypeDetection.idl
index afe74c5e90da..bb958dea1933 100644
--- a/offapi/com/sun/star/document/TypeDetection.idl
+++ b/offapi/com/sun/star/document/TypeDetection.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module document {
<p>
It's possible to make a "flat" detection which may use internal configuration
- data only - or a "deep" detection which use special <type>ExtendedTypeDetection</type>
+ data only - or a "deep" detection which use special ExtendedTypeDetection
services to look into the document stream. Last mode can be suppressed to perform the operation.
Of course the results can't be guaranteed then. (e.g. in case the extension was changed)
</p>
@@ -97,7 +97,7 @@ published service TypeDetection
<td><em>ContentFormat</em></td>
<td>[string]</td>
<td>It's and identifier, which is used for a deep format detection.
- An <type>ExtendedTypeDetection</type> use this value to match
+ An ExtendedTypeDetection use this value to match
a given content to this type. e.g. It's interpreted as the doc type
of an XML stream or as an identifier inside a file header.
</td>
@@ -108,7 +108,7 @@ published service TypeDetection
<td>This list contains different URL patterns, which identify this type.
E.g. data base contents can be described by an new defined protocol like "sql://select*".
In combination with a suitable <type scope="com::sun::star::frame">FrameLoader</type> or
- <type>ImportFilter</type>/<type>ExportFilter</type> it would be possible then, to
+ ImportFilter/ExportFilter it would be possible then, to
layout a SQL query output into an office frame.</td>
</tr>
<tr>
diff --git a/offapi/com/sun/star/document/UndoContextNotClosedException.idl b/offapi/com/sun/star/document/UndoContextNotClosedException.idl
index 339ff846f223..fbccfc018c7c 100644
--- a/offapi/com/sun/star/document/UndoContextNotClosedException.idl
+++ b/offapi/com/sun/star/document/UndoContextNotClosedException.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module document {
-/** is thrown when an operation is attempted at an <type>XUndoManager</type> which requires all undo
+/** is thrown when an operation is attempted at an XUndoManager which requires all undo
contexts to be closed, but this requirement is not fullfilled.
*/
exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateException
diff --git a/offapi/com/sun/star/document/UndoManagerEvent.idl b/offapi/com/sun/star/document/UndoManagerEvent.idl
index 81105cc3cf4c..37e466fe07ff 100644
--- a/offapi/com/sun/star/document/UndoManagerEvent.idl
+++ b/offapi/com/sun/star/document/UndoManagerEvent.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module document {
-/** is an event sent by an <type>XUndoManager</type> implementation when the Undo/Redo stacks of the manager are
+/** is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are
modified.
@see XUndoManager
@see XUndoManagerListener
diff --git a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
index 48198912904c..05c154503840 100644
--- a/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
+++ b/offapi/com/sun/star/document/XDocumentEventBroadcaster.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module document {
interface XDocumentEventListener;
-/** allows to be notified of events happening in an <type>OfficeDocument</type>, and to cause notification
+/** allows to be notified of events happening in an OfficeDocument, and to cause notification
of such events.
<p>This interface is the successor of the XEventBroadcaster interface, which should not be used
@@ -60,7 +60,7 @@ interface XDocumentEventBroadcaster
/** causes the broadcaster to notify all registered listeners of the given event
- <p>The method will create a <type>DocumentEvent</type> instance with the given parameters,
+ <p>The method will create a DocumentEvent instance with the given parameters,
and fill in the <code>Source</code> member (denoting the broadcaster) as appropriate.</p>
<p>Whether the actual notification happens synchronously or asynchronously is up to the
@@ -85,7 +85,7 @@ interface XDocumentEventBroadcaster
@throws ::com::sun::star::lang::NoSupportException
if the broadcaster implementation does not supported broadcasting events induced externally.
This is usually used for components which multiplex events from multiple sources, and thus would
- be unable to fill in the <code>Source</code> member of the <type>DocumentEvent</type> instance.
+ be unable to fill in the <code>Source</code> member of the DocumentEvent instance.
*/
void notifyDocumentEvent(
[in] string _EventName,
diff --git a/offapi/com/sun/star/document/XDocumentEventListener.idl b/offapi/com/sun/star/document/XDocumentEventListener.idl
index cb26a7661346..b3c249f60805 100644
--- a/offapi/com/sun/star/document/XDocumentEventListener.idl
+++ b/offapi/com/sun/star/document/XDocumentEventListener.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module document {
-/** allows to be notified of events happening in an <type>OfficeDocument</type>
+/** allows to be notified of events happening in an OfficeDocument
<p>This interface is the successor of the XEventListener interface, which should not be used
anymore.</p>
diff --git a/offapi/com/sun/star/document/XDocumentProperties.idl b/offapi/com/sun/star/document/XDocumentProperties.idl
index 764d30f1457f..63ab8e0e81fb 100644
--- a/offapi/com/sun/star/document/XDocumentProperties.idl
+++ b/offapi/com/sun/star/document/XDocumentProperties.idl
@@ -259,7 +259,7 @@ published interface XDocumentProperties
/** provides access to a container for user-defined properties.
<p>
The returned object also implements the interface
- <type>com::sun::star::beans::XPropertySet</type>.
+ com::sun::star::beans::XPropertySet.
</p>
@returns a container that provides access to user-defined properties
*/
@@ -273,11 +273,11 @@ published interface XDocumentProperties
</p>
@param Storage
- the <type>com::sun::star::embed::Storage</type> representing the
+ the com::sun::star::embed::Storage representing the
ODF package
@param Medium
- the <type>com::sun::star::document::MediaDescriptor</type>
+ the com::sun::star::document::MediaDescriptor
representing the source
<p>
This is unfortunately necessary in order to properly resolve
@@ -312,7 +312,7 @@ published interface XDocumentProperties
</p>
@param Medium
- the <type>com::sun::star::document::MediaDescriptor</type>
+ the com::sun::star::document::MediaDescriptor
representing the source
@throws com::sun::star::io::WrongFormatException
@@ -335,15 +335,15 @@ published interface XDocumentProperties
someone else, e.g., a document.
Note that the implementation may choose to store the meta-data
in either OOo or ODF format, depending on the MediaType property
- of the given <type>Storage</type> argument.
+ of the given Storage argument.
</p>
@param Storage
- the <type>com::sun::star::embed::Storage</type> representing the
+ the com::sun::star::embed::Storage representing the
ODF package
@param Medium
- the <type>com::sun::star::document::MediaDescriptor</type>
+ the com::sun::star::document::MediaDescriptor
representing the source
<p>
This is unfortunately necessary in order to properly resolve
@@ -375,7 +375,7 @@ published interface XDocumentProperties
</p>
@param Medium
- the <type>com::sun::star::document::MediaDescriptor</type>
+ the com::sun::star::document::MediaDescriptor
representing the target
@throws com::sun::star::lang::WrappedTargetException
diff --git a/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl b/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
index 3566a5449bf1..29c29d9cd82a 100644
--- a/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
+++ b/offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl
@@ -25,10 +25,10 @@
module com { module sun { module star { module document {
-/** provides access to the <type>XDocumentProperties</type> instance of a
+/** provides access to the XDocumentProperties instance of a
document.
<p>
- A <type>DocumentProperties</type> instance is available on loaded documents
+ A DocumentProperties instance is available on loaded documents
via this supplier interface.
</p>
@@ -42,7 +42,7 @@ published interface XDocumentPropertiesSupplier
/** provides the document properties object.
@returns
- an object of type <type>XDocumentProperties</type>
+ an object of type XDocumentProperties
*/
XDocumentProperties getDocumentProperties();
};
diff --git a/offapi/com/sun/star/document/XEmbeddedScripts.idl b/offapi/com/sun/star/document/XEmbeddedScripts.idl
index e28a4dff4884..c7ef5ea4e51e 100644
--- a/offapi/com/sun/star/document/XEmbeddedScripts.idl
+++ b/offapi/com/sun/star/document/XEmbeddedScripts.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module document {
-/** is supported by <type>OfficeDocument</type>s which allow to embed scripts
+/** is supported by OfficeDocuments which allow to embed scripts
@since OOo 2.4
*/
@@ -42,7 +42,7 @@ interface XEmbeddedScripts
/** determines whether executing macros from this document is allowed.
- <p>Effectively, this attribute is an evaluation of the document's <type>MacroExecMode</type>
+ <p>Effectively, this attribute is an evaluation of the document's MacroExecMode
against possibly applicable configuration settings, the document location in relation to the
trusted location, and the like.</p>
diff --git a/offapi/com/sun/star/document/XEventBroadcaster.idl b/offapi/com/sun/star/document/XEventBroadcaster.idl
index 947d4f796f8b..140b0b6abde2 100644
--- a/offapi/com/sun/star/document/XEventBroadcaster.idl
+++ b/offapi/com/sun/star/document/XEventBroadcaster.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module document {
/** makes it possible to register listeners which are called whenever
- a document event (see <type>EventObject</type>) occurs
+ a document event (see EventObject) occurs
@deprecated
@see XDocumentEventBroadcaster
diff --git a/offapi/com/sun/star/document/XEventListener.idl b/offapi/com/sun/star/document/XEventListener.idl
index df73a89154c7..213583c110d0 100644
--- a/offapi/com/sun/star/document/XEventListener.idl
+++ b/offapi/com/sun/star/document/XEventListener.idl
@@ -28,14 +28,14 @@ module com { module sun { module star { module document {
/** makes it possible to register listeners, which are called whenever
a document or document content event occurs
- <p>Such events will be broadcasted by a <type>XEventBroadcaster</type>.</p>
+ <p>Such events will be broadcasted by a XEventBroadcaster.</p>
@deprecated
@see XDocumentEventListener
*/
published interface XEventListener: com::sun::star::lang::XEventListener
{
- /** is called whenever a document event (see <type>EventObject</type>) occurs
+ /** is called whenever a document event (see EventObject) occurs
@param Event
specifies the event type
diff --git a/offapi/com/sun/star/document/XEventsSupplier.idl b/offapi/com/sun/star/document/XEventsSupplier.idl
index 9b0ad083a078..46d3035585a7 100644
--- a/offapi/com/sun/star/document/XEventsSupplier.idl
+++ b/offapi/com/sun/star/document/XEventsSupplier.idl
@@ -32,7 +32,7 @@ published interface XEventsSupplier: com::sun::star::uno::XInterface
this object
@returns
- an <type>Events</type> description object
+ an Events description object
*/
com::sun::star::container::XNameReplace getEvents();
};
diff --git a/offapi/com/sun/star/document/XExporter.idl b/offapi/com/sun/star/document/XExporter.idl
index d5f50edfc47d..ca175d787768 100644
--- a/offapi/com/sun/star/document/XExporter.idl
+++ b/offapi/com/sun/star/document/XExporter.idl
@@ -25,10 +25,10 @@
module com { module sun { module star { module document {
-/** makes it possible to connect a document with an <type>ExportFilter</type>
+/** makes it possible to connect a document with an ExportFilter
<p>
- An <type>ExportFilter</type> must know the source of his filter operation.
+ An ExportFilter must know the source of his filter operation.
To set this on a filter is part of this interface.
Same mechanism exist for import too.
</p>
diff --git a/offapi/com/sun/star/document/XExtendedFilterDetection.idl b/offapi/com/sun/star/document/XExtendedFilterDetection.idl
index 4462c5640769..879c839378e5 100644
--- a/offapi/com/sun/star/document/XExtendedFilterDetection.idl
+++ b/offapi/com/sun/star/document/XExtendedFilterDetection.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module document {
<p>
A "deep" filter detection means looking into the document stream to detect
- the format of it. Services of type <type>ExtendedTypeDetection</type> must support this
+ the format of it. Services of type ExtendedTypeDetection must support this
interface to be called from generic load mechanism of the office for that.
</p>
@@ -39,19 +39,19 @@ module com { module sun { module star { module document {
*/
published interface XExtendedFilterDetection: com::sun::star::uno::XInterface
{
- /** controls agreement of a "flat" <type>TypeDetection</type>
+ /** controls agreement of a "flat" TypeDetection
with given URL or arguments
<p>
Registered services in configuration, which support this interface for different mime types,
will be called automatically to look into the document stream and decide which format it represent.
- Add the collected information about detected documents in given <type>MediaDescriptor</type>
+ Add the collected information about detected documents in given MediaDescriptor
<var>Descriptor</var>. The decision must be returned as any valid type name (which specifies
the detected format) or an empty value for unknown formats.
</p>
@param Descriptor
- represent a <type>MediaDescriptor</type> which can be used to get/set information
+ represent a MediaDescriptor which can be used to get/set information
about the detected document
@returns
diff --git a/offapi/com/sun/star/document/XFilter.idl b/offapi/com/sun/star/document/XFilter.idl
index 7b3ba03c2bf9..9a17b2bf53e8 100644
--- a/offapi/com/sun/star/document/XFilter.idl
+++ b/offapi/com/sun/star/document/XFilter.idl
@@ -28,11 +28,11 @@ module com { module sun { module star { module document {
/** interface to filter documents
<p>
- This interface will be used by service <type>ImportFilter</type> or
- <type>ExportFilter</type> to support loading/saving of documents in
+ This interface will be used by service ImportFilter or
+ ExportFilter to support loading/saving of documents in
different formats. The target/source of such filter operations must
be known <em>before</em> filtering will be started.
- (see <type>XImporter</type> and <type>XExporter</type> too)
+ (see XImporter and XExporter too)
Otherwise this interface can't work right.
<p>
@@ -46,7 +46,7 @@ published interface XFilter: com::sun::star::uno::XInterface
/** filter the document.
<p>
- The given <type>MediaDescriptor</type> holds all necessary information
+ The given MediaDescriptor holds all necessary information
about the document.
Don't hold hard references to the descriptor items. You must copy needed information!
diff --git a/offapi/com/sun/star/document/XImporter.idl b/offapi/com/sun/star/document/XImporter.idl
index 7d1f7bd19ab2..3325bb789c16 100644
--- a/offapi/com/sun/star/document/XImporter.idl
+++ b/offapi/com/sun/star/document/XImporter.idl
@@ -25,10 +25,10 @@
module com { module sun { module star { module document {
-/** makes it possible to connect a document with an <type>ImportFilter</type>
+/** makes it possible to connect a document with an ImportFilter
<p>
- An <type>ImportFilter</type> must know the target of his filter operation.
+ An ImportFilter must know the target of his filter operation.
To set this on a filter is part of this interface.
Same mechanism exist for export too.
</p>
diff --git a/offapi/com/sun/star/document/XInteractionFilterSelect.idl b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
index cb2c376ab99f..53fe6a36697d 100644
--- a/offapi/com/sun/star/document/XInteractionFilterSelect.idl
+++ b/offapi/com/sun/star/document/XInteractionFilterSelect.idl
@@ -30,8 +30,8 @@ module com { module sun { module star { module document {
<p>
If during loading time the filter can't be detected and wasn't given at calling time,
a possible <type scope="com::sun::star::task">InteractionHandler</type> will be used.
- (it's a a part of used <type>MediaDescriptor</type>)
- A <type>NoSuchFilterRequest</type> will be used then to start right interaction on that to
+ (it's a a part of used MediaDescriptor)
+ A NoSuchFilterRequest will be used then to start right interaction on that to
get a decision which filter should be used for given URL. A possible continuation
of that can be this XInteractionFilterSelect. It will transport the decision back to
generic filter detection and force using of it. Of course it's possible to abort
diff --git a/offapi/com/sun/star/document/XLinkTargetSupplier.idl b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
index fb46d46b5e25..31e44ca0f405 100644
--- a/offapi/com/sun/star/document/XLinkTargetSupplier.idl
+++ b/offapi/com/sun/star/document/XLinkTargetSupplier.idl
@@ -31,13 +31,13 @@ module com { module sun { module star { module document {
/** interface is supplied by objects inside a document object model that have
children that can be the target of a link inside a document.
- <p>These targets implement the service <type>LinkTarget</type>. </p>
+ <p>These targets implement the service LinkTarget. </p>
*/
published interface XLinkTargetSupplier: com::sun::star::uno::XInterface
{
/** @returns
the names of possible links to children of this object inside a
- document object model. It implements the service <type>LinkTargets</type>.
+ document object model. It implements the service LinkTargets.
*/
com::sun::star::container::XNameAccess getLinks();
diff --git a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
index ef886ec98ad8..8ec55a557942 100644
--- a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
+++ b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl
@@ -37,7 +37,7 @@ interface XOOXMLDocumentPropertiesImporter: com::sun::star::uno::XInterface
<p>
The implementation should parse the document properties from OOXML
format storage and set them to the target
- <type>XDocumentProperties</type> implementation.
+ XDocumentProperties implementation.
</p>
<p>
@@ -52,7 +52,7 @@ interface XOOXMLDocumentPropertiesImporter: com::sun::star::uno::XInterface
the source storage representing OOXML document
@param xDocumentProperties
- the target <type>XDocumentProperties</type> interface implementation
+ the target XDocumentProperties interface implementation
@throws ::com::sun::star::lang::IllegalArgumentException
the exception is thrown in case unexpected arguments are provided
diff --git a/offapi/com/sun/star/document/XScriptInvocationContext.idl b/offapi/com/sun/star/document/XScriptInvocationContext.idl
index 5f141429de3f..e950c9b614f1 100644
--- a/offapi/com/sun/star/document/XScriptInvocationContext.idl
+++ b/offapi/com/sun/star/document/XScriptInvocationContext.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module document {
<p>If the component implementing it is a document, which supports embedding scripts into
itself, then <member>ScriptContainer</member> refers to the document itself. Implementing this
- interface is unnecessary then, instead the document should simply implement <type>XEmbeddedScripts</type> directly.</p>
+ interface is unnecessary then, instead the document should simply implement XEmbeddedScripts directly.</p>
<p>If the interface is implemented by a document which does not itself support embedding
scripts into it, but which is associated unambiguously with a document which does,
diff --git a/offapi/com/sun/star/document/XTypeDetection.idl b/offapi/com/sun/star/document/XTypeDetection.idl
index 4d7eb7dad8b3..64613f5830da 100644
--- a/offapi/com/sun/star/document/XTypeDetection.idl
+++ b/offapi/com/sun/star/document/XTypeDetection.idl
@@ -58,11 +58,11 @@ published interface XTypeDetection: com::sun::star::uno::XInterface
string queryTypeByURL( [in] string URL );
/** make a "deep" detection or optional a "flat" detection by using a
- <type>MediaDescriptor</type>
+ MediaDescriptor
<p>
Instead of <member>XTypeDetection::queryTypeByURL()</member> this function
- use a <type>MediaDescriptor</type> to specify the document for detection.
+ use a MediaDescriptor to specify the document for detection.
Such descriptor hold different information about the document.
He will be passed to any part of made detection process and every part
can change it to actualize it.
@@ -83,7 +83,7 @@ published interface XTypeDetection: com::sun::star::uno::XInterface
</p>
@param Descriptor
- means the <type>MediaDescriptor</type> which specify the resource for detection
+ means the MediaDescriptor which specify the resource for detection
@param AllowDeep
if it is set to <TRUE/> a "deep" detection will be follow a "flat" detection