summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/AccessibleParagraphView.idl4
-rw-r--r--offapi/com/sun/star/text/Cell.idl2
-rw-r--r--offapi/com/sun/star/text/CellProperties.idl2
-rw-r--r--offapi/com/sun/star/text/ChapterNumberingRule.idl2
-rw-r--r--offapi/com/sun/star/text/MailMerge.idl30
-rw-r--r--offapi/com/sun/star/text/NumberingStyle.idl2
-rw-r--r--offapi/com/sun/star/text/Shape.idl4
-rw-r--r--offapi/com/sun/star/text/TextContent.idl2
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl2
-rw-r--r--offapi/com/sun/star/text/TextGraphicObject.idl2
-rw-r--r--offapi/com/sun/star/text/TextPageStyle.idl2
-rw-r--r--offapi/com/sun/star/text/TextRange.idl2
-rw-r--r--offapi/com/sun/star/text/TextRangeContentProperties.idl2
-rw-r--r--offapi/com/sun/star/text/TextSection.idl4
-rw-r--r--offapi/com/sun/star/text/TextSortable.idl2
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl4
-rw-r--r--offapi/com/sun/star/text/XChapterNumberingSupplier.idl2
-rw-r--r--offapi/com/sun/star/text/XDefaultNumberingProvider.idl16
-rw-r--r--offapi/com/sun/star/text/XDocumentIndex.idl4
-rw-r--r--offapi/com/sun/star/text/XMailMergeBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/text/XMailMergeListener.idl2
-rw-r--r--offapi/com/sun/star/text/XNumberingFormatter.idl8
-rw-r--r--offapi/com/sun/star/text/XNumberingTypeInfo.idl4
-rw-r--r--offapi/com/sun/star/text/XTextDocument.idl2
-rw-r--r--offapi/com/sun/star/text/XTextShapesSupplier.idl2
-rw-r--r--offapi/com/sun/star/text/XTextTable.idl2
-rw-r--r--offapi/com/sun/star/text/fieldmaster/Bibliography.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/Chapter.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/CharacterCount.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/DateTime.idl6
-rw-r--r--offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/ExtendedUser.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/FileName.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/GetExpression.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/GraphicObjectCount.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/JumpEdit.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/MetadataField.idl8
-rw-r--r--offapi/com/sun/star/text/textfield/PageCount.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/ParagraphCount.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/ReferencePageGet.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/SetExpression.idl4
-rw-r--r--offapi/com/sun/star/text/textfield/TableCount.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/TemplateName.idl2
-rw-r--r--offapi/com/sun/star/text/textfield/WordCount.idl2
45 files changed, 81 insertions, 81 deletions
diff --git a/offapi/com/sun/star/text/AccessibleParagraphView.idl b/offapi/com/sun/star/text/AccessibleParagraphView.idl
index cd2c4c96fdda..889b5ba47ab4 100644
--- a/offapi/com/sun/star/text/AccessibleParagraphView.idl
+++ b/offapi/com/sun/star/text/AccessibleParagraphView.idl
@@ -124,7 +124,7 @@ service AccessibleParagraphView
<method scope="::com::sun::star::accessibility"
>XAccessibleText::getCharacterAttributes</method>
are a sub set of the properties described by the service
- <type scope="::com::sun::star::style">CharacterProperties</type>. For
+ ::com::sun::star::style::CharacterProperties. For
properties that have Asian and complex counterparts, the value that
is visible is returned. This can be in fact the western, Asian or
complex value. Its not possible to change the value of any property
@@ -151,7 +151,7 @@ service AccessibleParagraphView
<method scope="::com::sun::star::accessibility"
>XAccessibleText::getCharacterAttributes</method> are a sub set of the properties
described by the service
- <type scope="::com::sun::star::style">CharacterProperties</type>. For
+ ::com::sun::star::style::CharacterProperties. For
properties that have Asian and complex counterparts, the value that
is visible is returned. This can be in fact the western, Asian or
complex value.
diff --git a/offapi/com/sun/star/text/Cell.idl b/offapi/com/sun/star/text/Cell.idl
index 87056513e43f..9c7cf78a141e 100644
--- a/offapi/com/sun/star/text/Cell.idl
+++ b/offapi/com/sun/star/text/Cell.idl
@@ -43,7 +43,7 @@ service Cell
<p>All of these properties are either already available in the
service
- <type scope="com::sun::star::text">CellProperties</type>,
+ com::sun::star::text::CellProperties,
or get matched against one of those or are implemented
non-functional since they serve no purpose for text tables.</p>
diff --git a/offapi/com/sun/star/text/CellProperties.idl b/offapi/com/sun/star/text/CellProperties.idl
index be5aa58e3b3b..6144d9fc8530 100644
--- a/offapi/com/sun/star/text/CellProperties.idl
+++ b/offapi/com/sun/star/text/CellProperties.idl
@@ -40,7 +40,7 @@ published service CellProperties
{
/** contains user defined attributes.
- @see <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
+ @see com::sun::star::xml::UserDefinedAttributesSupplier
*/
service com::sun::star::xml::UserDefinedAttributesSupplier;
diff --git a/offapi/com/sun/star/text/ChapterNumberingRule.idl b/offapi/com/sun/star/text/ChapterNumberingRule.idl
index eacefecc1ed7..691d30d78a9a 100644
--- a/offapi/com/sun/star/text/ChapterNumberingRule.idl
+++ b/offapi/com/sun/star/text/ChapterNumberingRule.idl
@@ -38,7 +38,7 @@
NUM_ROMAN_LOWER, NUM_ARABIC, or NUM_NUMBER_NONE
</p>
- <p>In the <type scope="com::sun::star::style">NumberingAlignment</type> only the field
+ <p>In the com::sun::star::style::NumberingAlignment only the field
<member scope="com::sun::star::style">NumberingAlignment::Alignment</member> is applied.
</p>
diff --git a/offapi/com/sun/star/text/MailMerge.idl b/offapi/com/sun/star/text/MailMerge.idl
index f9230d8fbce2..7f373c770635 100644
--- a/offapi/com/sun/star/text/MailMerge.idl
+++ b/offapi/com/sun/star/text/MailMerge.idl
@@ -74,16 +74,16 @@ published service MailMerge
/** contains the name of the data source that is to be used for merging.
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] string DataSourceName;
/** determines the type of the database command as
- described in <type scope="com::sun::star::sdb">CommandType</type>
+ described in com::sun::star::sdb::CommandType
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] long CommandType;
@@ -91,24 +91,24 @@ published service MailMerge
/** contains the database command.
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] string Command;
/** provides access to a
- <type scope="com::sun::star::sdbc">XResultSet</type> of
- a <type scope="com::sun::star::sdbc">ResultSet</type> service.
+ com::sun::star::sdbc::XResultSet of
+ a com::sun::star::sdbc::ResultSet service.
- <p>Note that any superservices of <type scope="com::sun::star::sdbc">ResultSet</type>
+ <p>Note that any superservices of com::sun::star::sdbc::ResultSet
are also allowed. Especially, this member can denote an instance of the
- <type scope="com::sun::star::sdb">RowSet</type>, or an instance obtained
+ com::sun::star::sdb::RowSet, or an instance obtained
by calling <member scope="com::sun::star::sdb">XResultSetAccess::createResultSet</member>
- on such a <type scope="com::sun::star::sdb">RowSet</type>. This becomes important in
+ on such a com::sun::star::sdb::RowSet. This becomes important in
conjunction with the <member>Selection</member> property.</p>
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] com::sun::star::sdbc::XResultSet ResultSet;
@@ -116,7 +116,7 @@ published service MailMerge
/** contains the connection to the database.
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] com::sun::star::sdbc::XConnection ActiveConnection;
@@ -126,14 +126,14 @@ published service MailMerge
<p>This property is relevant in conjunction with the <member>ResultSet</member>
only. A single element of this array describes a bookmark relative to the result set.<br/>
Note that this implies that the <member>ResultSet</member> needs to support the
- <type scope="com::sun::star::sdbcx">XRowLocate</type> interface.</p>
+ com::sun::star::sdbcx::XRowLocate interface.</p>
<p>If this array is empty, the whole result set, as described by <member>ResultSet</member>
respectively the triple (<member>DataSourceName</member>, <member>DataCommandType</member>,
<member>DataCommand</member>).</p>
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] sequence< any > Selection;
@@ -141,7 +141,7 @@ published service MailMerge
/** returns if escape processing is on or off.
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] boolean EscapeProcessing;
@@ -149,7 +149,7 @@ published service MailMerge
/** contains a filter expression for an SQL statement.
<p>For the interaction of this property with other data access relevant properties, see
- the <type scope="com::sun::star::sdb">DataAccessDescriptor</type> service.</p>
+ the com::sun::star::sdb::DataAccessDescriptor service.</p>
*/
[property] string Filter;
diff --git a/offapi/com/sun/star/text/NumberingStyle.idl b/offapi/com/sun/star/text/NumberingStyle.idl
index 64c70476ad41..8d624e2e326f 100644
--- a/offapi/com/sun/star/text/NumberingStyle.idl
+++ b/offapi/com/sun/star/text/NumberingStyle.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module text {
/** specifies a style sheet numberings within a
- <type scope="com::sun::star::text">Text</type>.
+ com::sun::star::text::Text.
*/
published service NumberingStyle
{
diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl
index a398878ed9de..02d4771b10d6 100644
--- a/offapi/com/sun/star/text/Shape.idl
+++ b/offapi/com/sun/star/text/Shape.idl
@@ -124,8 +124,8 @@ published service Shape
/** contains a text range where the shape should be anchored to.
<p>There are two different ways to get newly created shapes into the
text document. One of them is to use the insertTextContent() method of
- the <type scope="com::sun::star::text">XSimpleText</type>. The other is to call the add()
- method of the <type scope="com::sun::star::drawing">XShapes</type> interface.
+ the com::sun::star::text::XSimpleText. The other is to call the add()
+ method of the com::sun::star::drawing::XShapes interface.
To be able to determine an anchor position for shape that are anchored at a certain
text position the property TextRange is used.</p>
diff --git a/offapi/com/sun/star/text/TextContent.idl b/offapi/com/sun/star/text/TextContent.idl
index 3f97b2e6070e..50c494114826 100644
--- a/offapi/com/sun/star/text/TextContent.idl
+++ b/offapi/com/sun/star/text/TextContent.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module text {
XTextField is used.
<p>If the concrete TextContent has a "floating" object,
- like a graphic, <type scope="com::sun::star::drawing">XShape</type>
+ like a graphic, com::sun::star::drawing::XShape
is used.
@see TextField
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index 0bb87dda729a..a78a8ec7e3e4 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -105,7 +105,7 @@ published service TextFrame
[optional, property] short WidthType;
/** contains the writing direction, as represented by the
- <type scope="com::sun::star::text">WritingMode2</type> constants
+ com::sun::star::text::WritingMode2 constants
*/
[optional, property] short WritingMode;
diff --git a/offapi/com/sun/star/text/TextGraphicObject.idl b/offapi/com/sun/star/text/TextGraphicObject.idl
index 71ae0eec70b4..2fc4455662ee 100644
--- a/offapi/com/sun/star/text/TextGraphicObject.idl
+++ b/offapi/com/sun/star/text/TextGraphicObject.idl
@@ -116,7 +116,7 @@ published service TextGraphicObject
It contains percentage values between -100 and +100.
*/
[property] short Transparency;
- /** contains the ColorMode as <type scope="com::sun::star::drawing">ColorMode</type>.
+ /** contains the ColorMode as com::sun::star::drawing::ColorMode.
*/
[property] com::sun::star::drawing::ColorMode GraphicColorMode;
/** contains the graphic.
diff --git a/offapi/com/sun/star/text/TextPageStyle.idl b/offapi/com/sun/star/text/TextPageStyle.idl
index d93a4bba641f..de53e775b2e8 100644
--- a/offapi/com/sun/star/text/TextPageStyle.idl
+++ b/offapi/com/sun/star/text/TextPageStyle.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module text {
/** represents a page style for a text document.
<p>This service extends the service
- <type scope="com::sun::star::style">PageStyle</type> with specific
+ com::sun::star::style::PageStyle with specific
properties for text documents.</p>
*/
published service TextPageStyle
diff --git a/offapi/com/sun/star/text/TextRange.idl b/offapi/com/sun/star/text/TextRange.idl
index 6162bd043cfb..7619fa756596 100644
--- a/offapi/com/sun/star/text/TextRange.idl
+++ b/offapi/com/sun/star/text/TextRange.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module text {
are bound to this text range. </p>
<p>A TextRange is also used for a <i>text portion</i> which is
- returned by the <type scope="com::sun::star::container">XEnumeration</type>
+ returned by the com::sun::star::container::XEnumeration
for a single paragraph. Because this is the mechanism to use to export
data, all formatting attributes and contents bound to this range have
to be available from implementations of this service. </p>
diff --git a/offapi/com/sun/star/text/TextRangeContentProperties.idl b/offapi/com/sun/star/text/TextRangeContentProperties.idl
index a075a483a02c..042b4d5b3736 100644
--- a/offapi/com/sun/star/text/TextRangeContentProperties.idl
+++ b/offapi/com/sun/star/text/TextRangeContentProperties.idl
@@ -76,7 +76,7 @@ service TextRangeContentProperties
/** may contain a nested text content.
For example, may contain an InContentMetadata or a
- <type scope="com::sun::star::text::textfield">MetadataField</type>.
+ com::sun::star::text::textfield::MetadataField.
*/
[optional, readonly, property] com::sun::star::text::XTextContent
NestedTextContent;
diff --git a/offapi/com/sun/star/text/TextSection.idl b/offapi/com/sun/star/text/TextSection.idl
index 58ec10233e40..33cd1b68b316 100644
--- a/offapi/com/sun/star/text/TextSection.idl
+++ b/offapi/com/sun/star/text/TextSection.idl
@@ -131,7 +131,7 @@ published service TextSection
*/
[property] boolean FootnoteIsOwnNumbering;
/** determines the numbering type of the footnote numbering as a value of
- <type scope="com::sun::star::style">NumberingType</type>.
+ com::sun::star::style::NumberingType.
This is only valid if <code>FootnoteIsOwnNumbering</code> is set.
*/
[property] short FootnoteNumberingType;
@@ -160,7 +160,7 @@ published service TextSection
*/
[property] boolean EndnoteIsOwnNumbering;
/** determines the numbering type of the endnote numbering as a value of
- <type scope="com::sun::star::style">NumberingType</type>.
+ com::sun::star::style::NumberingType.
This is only valid if <code>EndoteIsOwnNumbering</code> is set.
*/
[property] short EndnoteNumberingType;
diff --git a/offapi/com/sun/star/text/TextSortable.idl b/offapi/com/sun/star/text/TextSortable.idl
index 731faa7c1bd4..c1b7afb1d9a4 100644
--- a/offapi/com/sun/star/text/TextSortable.idl
+++ b/offapi/com/sun/star/text/TextSortable.idl
@@ -40,7 +40,7 @@ published service TextSortable
of this interfaces implementation are those of the
"com.sun.star.text.TextSortDescriptor" service.
- @see <type scope="com::sun::star::text">TextSortDescriptor</type>
+ @see com::sun::star::text::TextSortDescriptor
*/
interface com::sun::star::util::XSortable;
};
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl
index 702f73ecbeb2..c931340199c8 100644
--- a/offapi/com/sun/star/text/ViewSettings.idl
+++ b/offapi/com/sun/star/text/ViewSettings.idl
@@ -235,14 +235,14 @@ published service ViewSettings
[optional, property] boolean ShowNonprintingCharacters;
/** metric unit of the horizontal ruler
- <p>Uses values <type scope="com::sun::star::awt">FieldUnit</type></p>
+ <p>Uses values com::sun::star::awt::FieldUnit</p>
@since OOo 3.1
*/
[optional, property] long HorizontalRulerMetric;
/** metric unit of the vertical ruler
- <p>Uses values from <type scope="com::sun::star::awt">FieldUnit</type></p>
+ <p>Uses values from com::sun::star::awt::FieldUnit</p>
@since OOo 3.1
*/
diff --git a/offapi/com/sun/star/text/XChapterNumberingSupplier.idl b/offapi/com/sun/star/text/XChapterNumberingSupplier.idl
index d050098183ef..c7788bcdeff5 100644
--- a/offapi/com/sun/star/text/XChapterNumberingSupplier.idl
+++ b/offapi/com/sun/star/text/XChapterNumberingSupplier.idl
@@ -36,7 +36,7 @@ published interface XChapterNumberingSupplier: com::sun::star::uno::XInterface
the collection of numbering rules for this document.
<P>This interface allows access to the properties
- of the numbering level via a sequence of <type scope="com::sun::star::beans">PropertyValues</type>.
+ of the numbering level via a sequence of com::sun::star::beans::PropertyValues.
*/
com::sun::star::container::XIndexReplace getChapterNumberingRules();
diff --git a/offapi/com/sun/star/text/XDefaultNumberingProvider.idl b/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
index 566c55de8eaa..264ddeff4f73 100644
--- a/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
+++ b/offapi/com/sun/star/text/XDefaultNumberingProvider.idl
@@ -26,11 +26,11 @@
module com { module sun { module star { module text {
/**
- provides access to default <type scope="com::sun::star::text">NumberingRules</type>
+ provides access to default com::sun::star::text::NumberingRules
according to a given locale information.
<p></p>
- @see <type scope="com::sun::star::text">NumberingRules</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::text::NumberingRules
+ @see com::sun::star::lang::Locale
@version 1.0
@author <a href="mailto:oliver.specht@germany.sun.com">Oliver Specht</a>
*/
@@ -38,21 +38,21 @@ published interface XDefaultNumberingProvider : com::sun::star::uno::XInterface
{
/**
provides access to outline numberings according to
- a given <type scope="com::sun::star::lang">Locale</type>.
+ a given com::sun::star::lang::Locale.
<p>Outline numberings usually consist of levels
with different settings. </p>
- @see <type scope="com::sun::star::text">NumberingLevel</type>
+ @see com::sun::star::text::NumberingLevel
*/
sequence<com::sun::star::container::XIndexAccess>
getDefaultOutlineNumberings([in]com::sun::star::lang::Locale aLocale);
/**
provides access to outline numberings according
- to a given <type scope="com::sun::star::lang">Locale</type>.
+ to a given com::sun::star::lang::Locale.
<p>In contrast to outline numberings the continuous
numberings consist of
level using the equal settings in all numbering levels.</P>
- @see <type scope="com::sun::star::text">NumberingLevel</type>
- @see <type scope="com::sun::star::lang">Locale</type>
+ @see com::sun::star::text::NumberingLevel
+ @see com::sun::star::lang::Locale
*/
sequence<com::sun::star::beans::PropertyValues>
getDefaultContinuousNumberingLevels([in]com::sun::star::lang::Locale aLocale);
diff --git a/offapi/com/sun/star/text/XDocumentIndex.idl b/offapi/com/sun/star/text/XDocumentIndex.idl
index 19855bebe115..cfde98615219 100644
--- a/offapi/com/sun/star/text/XDocumentIndex.idl
+++ b/offapi/com/sun/star/text/XDocumentIndex.idl
@@ -29,8 +29,8 @@
- <p>Use <type scope="com::sun::star::util">XRefreshable</type> and
- <type scope="com::sun::star::lang">XServiceInfo</type> instead, if available.
+ <p>Use com::sun::star::util::XRefreshable and
+ com::sun::star::lang::XServiceInfo instead, if available.
</p>
diff --git a/offapi/com/sun/star/text/XMailMergeBroadcaster.idl b/offapi/com/sun/star/text/XMailMergeBroadcaster.idl
index 02d4870f7150..2e00e2034a04 100644
--- a/offapi/com/sun/star/text/XMailMergeBroadcaster.idl
+++ b/offapi/com/sun/star/text/XMailMergeBroadcaster.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
/** allows for adding/removing of mail merge event listeners.
<p>Registered listeners will be notified with a
- <type scope="com::sun::star::text">MailMergeEvent</type>
+ com::sun::star::text::MailMergeEvent
when a document is about to get merged.</p>
@see com::sun::star::text::MailMergeEvent
diff --git a/offapi/com/sun/star/text/XMailMergeListener.idl b/offapi/com/sun/star/text/XMailMergeListener.idl
index b8d05c3b5557..664090568b8a 100644
--- a/offapi/com/sun/star/text/XMailMergeListener.idl
+++ b/offapi/com/sun/star/text/XMailMergeListener.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module text {
/** used to notify listeners about mail merge events.
<p>Registered listeners will be notified with a
- <type scope="com::sun::star::text">MailMergeEvent</type>
+ com::sun::star::text::MailMergeEvent
when a document is about to get merged.</p>
@see com::sun::star::text::MailMerge
diff --git a/offapi/com/sun/star/text/XNumberingFormatter.idl b/offapi/com/sun/star/text/XNumberingFormatter.idl
index de40654f757b..0d7f1f6bcacd 100644
--- a/offapi/com/sun/star/text/XNumberingFormatter.idl
+++ b/offapi/com/sun/star/text/XNumberingFormatter.idl
@@ -28,8 +28,8 @@ module com { module sun { module star { module text {
/**
supports the formatting of numberings
in various language environments.
- @see <type scope="com::sun::star::text">NumberingRules</type>
- @see <type scope="com::sun::star::text">NumberingLevel</type>
+ @see com::sun::star::text::NumberingRules
+ @see com::sun::star::text::NumberingLevel
@version 1.0
@author <a href="mailto:oliver.specht@germany.sun.com">Oliver Specht</a>
*/
@@ -37,8 +37,8 @@ published interface XNumberingFormatter : com::sun::star::uno::XInterface
{
/** @returns
the formatted numbering string according to the given
- <type scope="com::sun::star::text">NumberingLevel</type>
- and the given <type scope="com::sun::star::lang">Locale</type>.
+ com::sun::star::text::NumberingLevel
+ and the given com::sun::star::lang::Locale.
*/
string makeNumberingString(
[in]sequence <com::sun::star::beans::PropertyValue> aProperties,
diff --git a/offapi/com/sun/star/text/XNumberingTypeInfo.idl b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
index 986598275fc0..711073ed7aca 100644
--- a/offapi/com/sun/star/text/XNumberingTypeInfo.idl
+++ b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
@@ -26,8 +26,8 @@ module com { module sun { module star { module text {
/** provides access to the numbering types that are supported by a component.
<p>To be able to store unknown numbering types in a file format the numbering types
correspond to an identifier.</p>
- @see <type scope="com::sun::star::text">NumberingRules</type>
- @see <type scope="com::sun::star::style">NumberingType</type>
+ @see com::sun::star::text::NumberingRules
+ @see com::sun::star::style::NumberingType
@version 1.0
@author <a href="mailto:oliver.specht@germany.sun.com">Oliver Specht</a>
*/
diff --git a/offapi/com/sun/star/text/XTextDocument.idl b/offapi/com/sun/star/text/XTextDocument.idl
index 2905a4a02fa2..187b372722c6 100644
--- a/offapi/com/sun/star/text/XTextDocument.idl
+++ b/offapi/com/sun/star/text/XTextDocument.idl
@@ -32,7 +32,7 @@
published interface XTextDocument: com::sun::star::frame::XModel
{
/** @returns
- the major <type scope="com::sun::star::text">Text</type> of the text document.
+ the major com::sun::star::text::Text of the text document.
<p>This text does not contain texts in TextFrames,
or cells of TextTables etc. directly. These are
diff --git a/offapi/com/sun/star/text/XTextShapesSupplier.idl b/offapi/com/sun/star/text/XTextShapesSupplier.idl
index e86da0567e4c..0994dd107229 100644
--- a/offapi/com/sun/star/text/XTextShapesSupplier.idl
+++ b/offapi/com/sun/star/text/XTextShapesSupplier.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module text {
-/** provides the collection of <type scope="com::sun::star::drawing">TextShape</type>s.
+/** provides the collection of com::sun::star::drawing::TextShapes.
*/
published interface XTextShapesSupplier: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/text/XTextTable.idl b/offapi/com/sun/star/text/XTextTable.idl
index 4e40c31bcb0b..559b4592909c 100644
--- a/offapi/com/sun/star/text/XTextTable.idl
+++ b/offapi/com/sun/star/text/XTextTable.idl
@@ -69,7 +69,7 @@ published interface XTextTable: com::sun::star::text::XTextContent
/** @returns
- the <type scope="com::sun::star::table">XCell</type> interface of the cell with the specified name.
+ the com::sun::star::table::XCell interface of the cell with the specified name.
@param aCellName
is a concatenation of the alphanumeric column name and the
diff --git a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
index 2a62be4f7c61..bde65946302a 100644
--- a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
+++ b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
@@ -61,7 +61,7 @@ published service Bibliography
<LI><P>[property] boolean IsSortAscending;</P>
<UL>
<LI><P>Determines whether the sorting is ascending or descending.
- It uses the type <type scope="com::sun::star::text">BibliographyDataField</type></P>
+ It uses the type com::sun::star::text::BibliographyDataField</P>
</UL>
</UL>
*/
diff --git a/offapi/com/sun/star/text/textfield/Chapter.idl b/offapi/com/sun/star/text/textfield/Chapter.idl
index 4c020026904b..79791d0e2c71 100644
--- a/offapi/com/sun/star/text/textfield/Chapter.idl
+++ b/offapi/com/sun/star/text/textfield/Chapter.idl
@@ -32,7 +32,7 @@ published service Chapter
{
service com::sun::star::text::TextField;
/** determines how the chapter should be displayed as described in
- <type scope="com::sun::star::text">ChapterFormat</type>.
+ com::sun::star::text::ChapterFormat.
*/
[property]short ChapterFormat;
/** determines which chapter level should be used. The highest chapter
diff --git a/offapi/com/sun/star/text/textfield/CharacterCount.idl b/offapi/com/sun/star/text/textfield/CharacterCount.idl
index 5cf35215e2af..6d90e8cf9e69 100644
--- a/offapi/com/sun/star/text/textfield/CharacterCount.idl
+++ b/offapi/com/sun/star/text/textfield/CharacterCount.idl
@@ -34,7 +34,7 @@ published service CharacterCount
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};
diff --git a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
index e2b9f808793f..6e11017964b8 100644
--- a/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
+++ b/offapi/com/sun/star/text/textfield/DatabaseSetNumber.idl
@@ -53,7 +53,7 @@ published service DatabaseSetNumber
[property] string DataTableName;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property] short NumberingType;
diff --git a/offapi/com/sun/star/text/textfield/DateTime.idl b/offapi/com/sun/star/text/textfield/DateTime.idl
index 84bdf09425d7..5ebefea0c2e3 100644
--- a/offapi/com/sun/star/text/textfield/DateTime.idl
+++ b/offapi/com/sun/star/text/textfield/DateTime.idl
@@ -58,12 +58,12 @@ published service DateTime
/** this is the display format for this field.
Depending on <member>IsDate</member>, this
is either a
- <type scope="com::sun::star::text">DateDisplayFormat</type> or
- <type scope="com::sun::star::text">TimeDisplayFormat</type>.
+ com::sun::star::text::DateDisplayFormat or
+ com::sun::star::text::TimeDisplayFormat.
This property is deprecated and is here only
for components that do not support a
- <type scope="com::sun::star::util">NumberFormatter</type>.
+ com::sun::star::util::NumberFormatter.
@see com::sun::star::text::DateDisplayFormat
@see com::sun::star::text::TimeDisplayFormat
diff --git a/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl b/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl
index b315d85f464c..57c78ca5a726 100644
--- a/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl
+++ b/offapi/com/sun/star/text/textfield/EmbeddedObjectCount.idl
@@ -34,7 +34,7 @@ published service EmbeddedObjectCount
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};
diff --git a/offapi/com/sun/star/text/textfield/ExtendedUser.idl b/offapi/com/sun/star/text/textfield/ExtendedUser.idl
index 98e5a6a11f3d..96a2f9dc4d27 100644
--- a/offapi/com/sun/star/text/textfield/ExtendedUser.idl
+++ b/offapi/com/sun/star/text/textfield/ExtendedUser.idl
@@ -43,7 +43,7 @@ published service ExtendedUser
*/
[property]boolean IsFixed;
/** specifies which part of the user data is displayed as described in
- <type scope="com::sun::star::text">UserDataPart</type>.
+ com::sun::star::text::UserDataPart.
*/
[property]short UserDataType;
diff --git a/offapi/com/sun/star/text/textfield/FileName.idl b/offapi/com/sun/star/text/textfield/FileName.idl
index 5110b6033134..9ae5a36d85d2 100644
--- a/offapi/com/sun/star/text/textfield/FileName.idl
+++ b/offapi/com/sun/star/text/textfield/FileName.idl
@@ -37,7 +37,7 @@ published service FileName
*/
[property]string CurrentPresentation;
/** determines the format the file name is displayed as specified in
- <type scope="com::sun::star::text">FilenameDisplayFormat</type>.
+ com::sun::star::text::FilenameDisplayFormat.
*/
[property]short FileFormat;
/** If this flag is set to <FALSE/> the content is regularly updated.
diff --git a/offapi/com/sun/star/text/textfield/GetExpression.idl b/offapi/com/sun/star/text/textfield/GetExpression.idl
index 4db8f1bb10d8..d29702a66d0e 100644
--- a/offapi/com/sun/star/text/textfield/GetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/GetExpression.idl
@@ -47,7 +47,7 @@ published service GetExpression
*/
[property]boolean IsShowFormula;
/** determines the type of the variable as described in
- <type scope="com::sun::star::text">SetVariableType</type>
+ com::sun::star::text::SetVariableType
*/
[property]short SubType;
/** contains the numerical value of the field.
diff --git a/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl b/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl
index 072e25c1c13f..57509aa20859 100644
--- a/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl
+++ b/offapi/com/sun/star/text/textfield/GraphicObjectCount.idl
@@ -34,7 +34,7 @@ published service GraphicObjectCount
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};
diff --git a/offapi/com/sun/star/text/textfield/JumpEdit.idl b/offapi/com/sun/star/text/textfield/JumpEdit.idl
index ea8af5ac9c4c..cd9c5f1318e2 100644
--- a/offapi/com/sun/star/text/textfield/JumpEdit.idl
+++ b/offapi/com/sun/star/text/textfield/JumpEdit.idl
@@ -38,7 +38,7 @@ published service JumpEdit
*/
[property]string PlaceHolder;
/** determines the type of the place holder as described in
- <type scope="com::sun::star::text">PlaceholderType</type>.
+ com::sun::star::text::PlaceholderType.
*/
[property]short PlaceHolderType;
diff --git a/offapi/com/sun/star/text/textfield/MetadataField.idl b/offapi/com/sun/star/text/textfield/MetadataField.idl
index 8ffe273c7a6e..a4f237cd4e70 100644
--- a/offapi/com/sun/star/text/textfield/MetadataField.idl
+++ b/offapi/com/sun/star/text/textfield/MetadataField.idl
@@ -30,7 +30,7 @@
module com { module sun { module star { module text { module textfield {
-/** is a <type scope="com::sun::star::text">TextField</type> whose content
+/** is a com::sun::star::text::TextField whose content
is specified by RDF metadata.
@since OOo 3.2
@@ -40,7 +40,7 @@ module com { module sun { module star { module text { module textfield {
service MetadataField
{
/** None of the properties of
- <type scope="com::sun::star::text">TextContent</type> are supported. */
+ com::sun::star::text::TextContent are supported. */
service com::sun::star::text::TextField;
/** The MetadataField can have RDF metadata attached. */
@@ -50,11 +50,11 @@ service MetadataField
that are bound within, the MetadataField. */
interface com::sun::star::text::XText;
- /** The <type scope="com::sun::star::text">TextContent</type>s that are
+ /** The com::sun::star::text::TextContents that are
contained in the MetadataField can be enumerated. */
interface com::sun::star::container::XEnumerationAccess;
- /** The <type scope="com::sun::star::text">TextContent</type>
+ /** The com::sun::star::text::TextContent
that is the parent of this MetadataField.
@since OOo 3.3
*/
diff --git a/offapi/com/sun/star/text/textfield/PageCount.idl b/offapi/com/sun/star/text/textfield/PageCount.idl
index a3f1ad15f2cd..2ae0a408d54c 100644
--- a/offapi/com/sun/star/text/textfield/PageCount.idl
+++ b/offapi/com/sun/star/text/textfield/PageCount.idl
@@ -34,7 +34,7 @@ published service PageCount
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};
diff --git a/offapi/com/sun/star/text/textfield/ParagraphCount.idl b/offapi/com/sun/star/text/textfield/ParagraphCount.idl
index a007dfdbe0c2..dc5626b48bd5 100644
--- a/offapi/com/sun/star/text/textfield/ParagraphCount.idl
+++ b/offapi/com/sun/star/text/textfield/ParagraphCount.idl
@@ -34,7 +34,7 @@ published service ParagraphCount
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};
diff --git a/offapi/com/sun/star/text/textfield/ReferencePageGet.idl b/offapi/com/sun/star/text/textfield/ReferencePageGet.idl
index 9e624de610a0..1b0a8761f726 100644
--- a/offapi/com/sun/star/text/textfield/ReferencePageGet.idl
+++ b/offapi/com/sun/star/text/textfield/ReferencePageGet.idl
@@ -35,7 +35,7 @@ published service ReferencePageGet
{
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};
diff --git a/offapi/com/sun/star/text/textfield/SetExpression.idl b/offapi/com/sun/star/text/textfield/SetExpression.idl
index d68c2c900ce5..269ada8cc689 100644
--- a/offapi/com/sun/star/text/textfield/SetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/SetExpression.idl
@@ -48,7 +48,7 @@ published service SetExpression
[property] long NumberFormat;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property] short NumberingType;
@@ -74,7 +74,7 @@ published service SetExpression
[property] short SequenceValue;
/** determines the type of the variable as described in
- <type scope="com::sun::star::text">SetVariableType</type>
+ com::sun::star::text::SetVariableType
*/
[property] short SubType;
diff --git a/offapi/com/sun/star/text/textfield/TableCount.idl b/offapi/com/sun/star/text/textfield/TableCount.idl
index b05c9e9d3844..d0dbe48cadbf 100644
--- a/offapi/com/sun/star/text/textfield/TableCount.idl
+++ b/offapi/com/sun/star/text/textfield/TableCount.idl
@@ -34,7 +34,7 @@ published service TableCount
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};
diff --git a/offapi/com/sun/star/text/textfield/TemplateName.idl b/offapi/com/sun/star/text/textfield/TemplateName.idl
index 18eae4a1ce6c..d8bd1aad639d 100644
--- a/offapi/com/sun/star/text/textfield/TemplateName.idl
+++ b/offapi/com/sun/star/text/textfield/TemplateName.idl
@@ -33,7 +33,7 @@ published service TemplateName
{
service com::sun::star::text::TextField;
/** determines the format the template file name is displayed as specified in
- <type scope="com::sun::star::text">FilenameDisplayFormat</type>.
+ com::sun::star::text::FilenameDisplayFormat.
*/
[property]short FileFormat;
diff --git a/offapi/com/sun/star/text/textfield/WordCount.idl b/offapi/com/sun/star/text/textfield/WordCount.idl
index 6aba6c9f71a5..5bd269f57b4b 100644
--- a/offapi/com/sun/star/text/textfield/WordCount.idl
+++ b/offapi/com/sun/star/text/textfield/WordCount.idl
@@ -34,7 +34,7 @@ published service WordCount
service com::sun::star::text::TextField;
/** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
+ com::sun::star::style::NumberingType
*/
[property]short NumberingType;
};