summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:40:53 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (patch)
tree3b0840e10c2e59e09d9bae08f8b6d811ca256743 /offapi
parent24b331efedc6fdf1082e92a2db444d80ae7fed81 (diff)
*api: convert <const scope="foo">
sed -i 's,<const scope="\([^"]*\)">\([^<]\+\)</const>,\1::\2,g' Change-Id: I964acc2725e8a6680f5bd8412014e5660510749e
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleText.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBoxItem.idl10
-rw-r--r--offapi/com/sun/star/awt/SystemDependentXWindow.idl2
-rw-r--r--offapi/com/sun/star/awt/WindowDescriptor.idl2
-rw-r--r--offapi/com/sun/star/chart/AccessibleChartDocumentView.idl18
-rw-r--r--offapi/com/sun/star/chart/AccessibleChartElement.idl24
-rw-r--r--offapi/com/sun/star/configuration/AdministrationProvider.idl2
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationAccess.idl2
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationProvider.idl2
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl2
-rw-r--r--offapi/com/sun/star/configuration/GroupAccess.idl2
-rw-r--r--offapi/com/sun/star/configuration/GroupUpdate.idl2
-rw-r--r--offapi/com/sun/star/configuration/HierarchyAccess.idl4
-rw-r--r--offapi/com/sun/star/configuration/SetUpdate.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/XLayerHandler.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl24
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl10
-rw-r--r--offapi/com/sun/star/task/InteractionHandler.idl14
-rw-r--r--offapi/com/sun/star/text/NumberingLevel.idl16
-rw-r--r--offapi/com/sun/star/text/textfield/PageNumber.idl6
-rw-r--r--offapi/com/sun/star/util/SearchFlags.idl2
21 files changed, 75 insertions, 75 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl
index be5e2aaafe58..36b4781380c2 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleText.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl
@@ -189,7 +189,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface
or not is implementation dependent. It typically is when text is
editable or otherwise when on the screen the caret can be placed
behind the text. You can be sure that the index is valid after you
- have received a <const scope="AccessibleEventId">CARET</const> event
+ have received a AccessibleEventId::CARET event
for this index.</p>
@param nIndex
Index of the character for which to return its bounding box.
diff --git a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
index fa0b8a755541..3e81f990d061 100644
--- a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
@@ -54,11 +54,11 @@ service AccessibleToolBoxItem
<ul>
<li>Role: The role of a tool box item is
- <const scope="com::sun::star::accessibility">AccessibleRole::PUSH_BUTTON</const> when the item is a push button, or
- <const scope="com::sun::star::accessibility">AccessibleRole::TOGGLE_BUTTON</const> when the item is a button and checkable, or
- <const scope="com::sun::star::accessibility">AccessibleRole::PANEL</const> when the item is a window, or
- <const scope="com::sun::star::accessibility">AccessibleRole::FILLER</const> when the item is a fill item, or
- <const scope="com::sun::star::accessibility">AccessibleRole::SEPARATOR</const> when the item is a separator.</li>
+ com::sun::star::accessibility::AccessibleRole::PUSH_BUTTON when the item is a push button, or
+ com::sun::star::accessibility::AccessibleRole::TOGGLE_BUTTON when the item is a button and checkable, or
+ com::sun::star::accessibility::AccessibleRole::PANEL when the item is a window, or
+ com::sun::star::accessibility::AccessibleRole::FILLER when the item is a fill item, or
+ com::sun::star::accessibility::AccessibleRole::SEPARATOR when the item is a separator.</li>
<li>Name: The name of a tool box item is the name set.</li>
<li>Description: The description of a tool box item is its localized
help text.</li>
diff --git a/offapi/com/sun/star/awt/SystemDependentXWindow.idl b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
index e34bc18fa00a..e5ac39320828 100644
--- a/offapi/com/sun/star/awt/SystemDependentXWindow.idl
+++ b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
@@ -29,7 +29,7 @@
<p>This is the structure returned in the
XSystemDependentWindowPeer::getWindowHandle() call,
if the system type is
- <const scope="com::sun::star::lang">SystemDependent::XWINDOW</const>.</p>
+ com::sun::star::lang::SystemDependent::XWINDOW.</p>
@deprecated
*/
diff --git a/offapi/com/sun/star/awt/WindowDescriptor.idl b/offapi/com/sun/star/awt/WindowDescriptor.idl
index 5760950583bb..aa295812174e 100644
--- a/offapi/com/sun/star/awt/WindowDescriptor.idl
+++ b/offapi/com/sun/star/awt/WindowDescriptor.idl
@@ -136,7 +136,7 @@ published struct WindowDescriptor
/** specifies the position and size of the window.
<p>This member is ignored if the window attribute is
- <const scope="com::sun::star::awt">WindowAttribute::FULLSIZE</const>.</p>
+ com::sun::star::awt::WindowAttribute::FULLSIZE.</p>
*/
com::sun::star::awt::Rectangle Bounds;
diff --git a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
index 1d4f8621df1b..d8047fe7a595 100644
--- a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
+++ b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
@@ -54,7 +54,7 @@ service AccessibleChartDocumentView
<dl>
<dt>Role</dt>
<dd>The object's role is
- <const scope="com::sun::star::accessibility">AccessibleRole::DOCUMENT</const>.</dd>
+ com::sun::star::accessibility::AccessibleRole::DOCUMENT.</dd>
<dt>Name</dt>
<dd>Its name is the document's name or the base name of the filename if
no document name has been set explicitly.</dd>
@@ -82,22 +82,22 @@ service AccessibleChartDocumentView
<dt>States</dt>
<dd>The following states are supported:
<ul>
- <li><const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const>
+ <li>com::sun::star::accessibility::AccessibleStateType::DEFUNC
is set if a document view becomes obsolete like when
the window, which displays the view, is closed.</li>
- <li><const scope="com::sun::star::accessibility">AccessibleStateType::ENABLED</const>
+ <li>com::sun::star::accessibility::AccessibleStateType::ENABLED
is always set unless the
- <const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const>
+ com::sun::star::accessibility::AccessibleStateType::DEFUNC
state is set.</li>
- <li><const scope="com::sun::star::accessibility">AccessibleStateType::OPAQUE</const>
+ <li>com::sun::star::accessibility::AccessibleStateType::OPAQUE
is always set.</li>
- <li><const scope="com::sun::star::accessibility">AccessibleStateType::SHOWING</const>
+ <li>com::sun::star::accessibility::AccessibleStateType::SHOWING
is always set unless the
- <const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const>
+ com::sun::star::accessibility::AccessibleStateType::DEFUNC
state is set.</li>
- <li><const scope="com::sun::star::accessibility">AccessibleStateType::VISIBLE</const>
+ <li>com::sun::star::accessibility::AccessibleStateType::VISIBLE
is always set unless the
- <const scope="com::sun::star::accessibility">AccessibleStateType::DEFUNC</const>
+ com::sun::star::accessibility::AccessibleStateType::DEFUNC
state is set.</li>
</ul>
</dd>
diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl
index 920678ef1821..9525bdf5e264 100644
--- a/offapi/com/sun/star/chart/AccessibleChartElement.idl
+++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl
@@ -61,7 +61,7 @@ service AccessibleChartElement
<dl>
<dt>Role</dt>
<dd>All chart elements have the role
- <const scope="::com::sun::star::accessibility">AccessibleRole::SHAPE</const>.
+ ::com::sun::star::accessibility::AccessibleRole::SHAPE.
</dd>
<dt>Name</dt>
<dd>For unique elements you get fixed names. The unique
@@ -93,30 +93,30 @@ service AccessibleChartElement
<dd>The states supported by this service are:
<ul>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::DEFUNC</const>
+ <li>::com::sun::star::accessibility::AccessibleStateType::DEFUNC
is set if an object was removed. This indicates that the user
should release all references to the accessible object. If
this state is set then no other of the states below is set.
</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::EDITABLE</const></li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::ENABLED</const>
+ <li>::com::sun::star::accessibility::AccessibleStateType::EDITABLE</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::ENABLED
is always set.<sup>&dagger;</sup></li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::MULTILINE</const>
+ <li>::com::sun::star::accessibility::AccessibleStateType::MULTILINE
is set for all titles.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::OPAQUE</const>
+ <li>::com::sun::star::accessibility::AccessibleStateType::OPAQUE
is set for all elements that do have a transparency
attributes set to 0% and no transparency gradient.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::RESIZABLE</const>
+ <li>::com::sun::star::accessibility::AccessibleStateType::RESIZABLE
Is set for the diagram object only. All other chart elements may not be resized.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTABLE</const></li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTED</const></li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::SHOWING</const>
+ <li>::com::sun::star::accessibility::AccessibleStateType::SELECTABLE</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::SELECTED</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::SHOWING
is always set.<sup>&dagger;</sup></li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::VISIBLE</const>
+ <li>::com::sun::star::accessibility::AccessibleStateType::VISIBLE
is always set.<sup>&dagger;</sup></li>
</ul>
<sup>&dagger;</sup>always, except if the state
- <const scope="::com::sun::star::accessibility">AccessibleStateType::DEFUNC</const>
+ ::com::sun::star::accessibility::AccessibleStateType::DEFUNC
is set.</dd>
<dt>Locale</dt>
<dd>is supported.</dd>
diff --git a/offapi/com/sun/star/configuration/AdministrationProvider.idl b/offapi/com/sun/star/configuration/AdministrationProvider.idl
index 8a3f868005be..e84117f81b40 100644
--- a/offapi/com/sun/star/configuration/AdministrationProvider.idl
+++ b/offapi/com/sun/star/configuration/AdministrationProvider.idl
@@ -87,7 +87,7 @@ published service AdministrationProvider
which includes controlling updates for the whole view, it implements
service UpdateRootElement.
<BR />If the root element of the view is marked read-only (as indicated
- by <const scope="com::sun::star::beans">PropertyAttributes::READONLY</const>),
+ by com::sun::star::beans::PropertyAttributes::READONLY),
the implementation may either raise an exception or return a (read-only)
ConfigurationAccess/AccessRootElement instead.
</p>
diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
index aefadb5097cd..c8922c090372 100644
--- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
@@ -129,7 +129,7 @@ module com { module sun { module star { module configuration {
</p>
<p>If the schema marks a value as <em>nullable</em> (which is indicated by
- attribute <const scope="com::sun::star::beans">PropertyAttribute::MAYBEVOID</const> ),
+ attribute com::sun::star::beans::PropertyAttribute::MAYBEVOID ),
its contents may be <NULL/>.
</p>
diff --git a/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
index 5bc32e459b46..9e11d9570990 100644
--- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
@@ -74,7 +74,7 @@ published service ConfigurationProvider
which includes controlling updates for the whole view, it implements
service UpdateRootElement.
<BR />If the root element of the view is marked read-only (as indicated
- by <const scope="com::sun::star::beans">PropertyAttributes::READONLY</const>),
+ by com::sun::star::beans::PropertyAttributes::READONLY),
the implementation may either raise an exception or return a (read-only)
ConfigurationAccess/AccessRootElement instead.
</p>
diff --git a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
index 536ba0d48a09..7d151349dff0 100644
--- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module configuration {
<p>Descendants of this service also implement this service
unless they are marked <em>read-only</em> (which is indicated by attribute
- <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>),
+ com::sun::star::beans::PropertyAttribute::READONLY),
in which case they only need implement ConfigurationAccess.
</p>
diff --git a/offapi/com/sun/star/configuration/GroupAccess.idl b/offapi/com/sun/star/configuration/GroupAccess.idl
index 421ba0380a67..d0305fe90675 100644
--- a/offapi/com/sun/star/configuration/GroupAccess.idl
+++ b/offapi/com/sun/star/configuration/GroupAccess.idl
@@ -82,7 +82,7 @@ published service GroupAccess
<p>If an implementation is part of a <em>read-only</em> view of the hierarchy,
all properties and subproperties will be reported as having attribute
- <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const> set,
+ com::sun::star::beans::PropertyAttribute::READONLY set,
and attempts to change property values will fail.
</p>
*/
diff --git a/offapi/com/sun/star/configuration/GroupUpdate.idl b/offapi/com/sun/star/configuration/GroupUpdate.idl
index dd018b6051d2..c8cff5c09276 100644
--- a/offapi/com/sun/star/configuration/GroupUpdate.idl
+++ b/offapi/com/sun/star/configuration/GroupUpdate.idl
@@ -39,7 +39,7 @@ published service GroupUpdate
<p>Any child and descendant objects support modifying access as well,
unless they represent a read-only tree element as indicated by
- <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>.
+ com::sun::star::beans::PropertyAttribute::READONLY.
</p>
*/
service GroupAccess;
diff --git a/offapi/com/sun/star/configuration/HierarchyAccess.idl b/offapi/com/sun/star/configuration/HierarchyAccess.idl
index f49a70fccfb8..6da83620d8ed 100644
--- a/offapi/com/sun/star/configuration/HierarchyAccess.idl
+++ b/offapi/com/sun/star/configuration/HierarchyAccess.idl
@@ -113,7 +113,7 @@ published service HierarchyAccess
<p>If elements that are not simple values, but objects themselves, support
a default state (as indicated by
- <const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>),
+ com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT),
they should implement
com::sun::star::beans::XPropertyWithState, in which case
the com::sun::star::beans::PropertyState applies to all
@@ -136,7 +136,7 @@ published service HierarchyAccess
<p>If elements that are not simple values, but objects themselves, support
a default state (as indicated by
- <const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>),
+ com::sun::star::beans::PropertyAttribute::MAYBEDEFAULT),
they should implement
com::sun::star::beans::XPropertyWithState, in which case
the com::sun::star::beans::PropertyState applies to all
diff --git a/offapi/com/sun/star/configuration/SetUpdate.idl b/offapi/com/sun/star/configuration/SetUpdate.idl
index 072024d7dc12..8736e2a886e1 100644
--- a/offapi/com/sun/star/configuration/SetUpdate.idl
+++ b/offapi/com/sun/star/configuration/SetUpdate.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module configuration {
<p>Any child and descendant objects support modifying access as well,
unless they represent a read-only tree element (as indicated by
- <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>).
+ com::sun::star::beans::PropertyAttribute::READONLY).
</p>
*/
published service SetUpdate
diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
index c8a73bdaf9ec..7abdd251bd45 100644
--- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
@@ -294,7 +294,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<p> This must be the same type as is already defined in the schema
or lower layers, unless the previous type was unspecified
(as indicated by
- <const scope="com::sun::star::uno">TypeClass::ANY</const>.)
+ com::sun::star::uno::TypeClass::ANY.)
</p>
<p> A <void/> type indicates that the type is unspecified
in this layer.
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
index 8f513f07ba1c..5b344a18ca84 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
@@ -92,32 +92,32 @@ service AccessibleSpreadsheetDocumentView
</ul>
<li>The description is ???.</li>
<li>The name is Spreadsheet Document View with a unique number.</li>
- <li>The role is <const scope="::com::sun::star::accessibility">AccessibleRole::DOCUMENT</const></li>
+ <li>The role is ::com::sun::star::accessibility::AccessibleRole::DOCUMENT</li>
<li>There are no relations.</li>
<li>The following states are supported:
<ul>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::DEFUNC</const> is always false until the document is
+ <li>::com::sun::star::accessibility::AccessibleStateType::DEFUNC is always false until the document is
closed.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::EDITABLE</const> is always true.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::ENABLED</const> is always true.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::MULTI_LINE</const> makes no sense in on a document and
+ <li>::com::sun::star::accessibility::AccessibleStateType::EDITABLE is always true.</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::ENABLED is always true.</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::MULTI_LINE makes no sense in on a document and
so it is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::MULTI_SELECTABLE</const> is always false, because a
+ <li>::com::sun::star::accessibility::AccessibleStateType::MULTI_SELECTABLE is always false, because a
document is not selectable. Only the children are
selectable. So it is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::OPAQUE</const> is always true.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::RESIZEABLE</const> is always false, because you can
+ <li>::com::sun::star::accessibility::AccessibleStateType::OPAQUE is always true.</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE is always false, because you can
resize the window, but not the document. So it is left out
of the list.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTABLE</const> is always false, because a
+ <li>::com::sun::star::accessibility::AccessibleStateType::SELECTABLE is always false, because a
document is not selectable. Only the children are
selectable. So it is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::SELECTED</const> is always false, because a
+ <li>::com::sun::star::accessibility::AccessibleStateType::SELECTED is always false, because a
document is not selectable. Only the children are
selectable. So it is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::SHOWING</const>Is true if the Bounding Box lies in
+ <li>::com::sun::star::accessibility::AccessibleStateType::SHOWINGIs true if the Bounding Box lies in
the Bounding Box of the parent. Otherwise it is false.</li>
- <li><const scope="::com::sun::star::accessibility">AccessibleStateType::VISIBLE</const>Is always true.</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::VISIBLEIs always true.</li>
</ul>
</li>
</ul>
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl b/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl
index df9f46b55751..9fe394f35888 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldReferenceType.idl
@@ -71,7 +71,7 @@ constants DataPilotFieldReferenceType
/** Each result is divided by its reference value. The reference value is determined in the
- same way as for <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENCE</const>.
+ same way as for ::com::sun::star::sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE.
Totals outside of the base field are shown as empty results.
<p>Division by zero results in an error. Otherwise, empty results are shown as 0. Results for
@@ -85,10 +85,10 @@ constants DataPilotFieldReferenceType
/** From each result, its reference value is subtracted, and the difference divided by the
reference value. The reference value is determined in the same way as for
- <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENCE</const>.
+ ::com::sun::star::sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE.
Totals outside of the base field are shown as empty results.
- <p>Division by zero results in an error. Otherwise, the rules for <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ITEM_DIFFERENCE</const> apply.</p>
+ <p>Division by zero results in an error. Otherwise, the rules for ::com::sun::star::sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE apply.</p>
*/
const long ITEM_PERCENTAGE_DIFFERENCE = 3;
@@ -124,13 +124,13 @@ constants DataPilotFieldReferenceType
const long ROW_PERCENTAGE = 5;
- /** Same as <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</const>, but the total for the result's column is used.
+ /** Same as ::com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the total for the result's column is used.
*/
const long COLUMN_PERCENTAGE = 6;
- /** Same as <const scope="::com::sun::star::sheet">DataPilotFieldReferenceType::ROW_PERCENTAGE</const>, but the grand total for the result's data field is used.
+ /** Same as ::com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the grand total for the result's data field is used.
*/
const long TOTAL_PERCENTAGE = 7;
diff --git a/offapi/com/sun/star/task/InteractionHandler.idl b/offapi/com/sun/star/task/InteractionHandler.idl
index 8e5562615f00..f809655a67b9 100644
--- a/offapi/com/sun/star/task/InteractionHandler.idl
+++ b/offapi/com/sun/star/task/InteractionHandler.idl
@@ -89,20 +89,20 @@ module com { module sun { module star { module task {
<DL>
<DT><code>"Uri"</code></DT>
<DD>All error codes except
- <const scope="com::sun::star::ucb">IOErrorCode::DIFFERENT_DEVICES</const>.
+ com::sun::star::ucb::IOErrorCode::DIFFERENT_DEVICES.
The URI of the involved resource (a <atom>string</atom>).</DD>
<DT><code>"ResourceName"</code></DT>
<DD>All error codes except
- <const scope="com::sun::star::ucb">IOErrorCode::DIFFERENT_DEVICES</const>.
+ com::sun::star::ucb::IOErrorCode::DIFFERENT_DEVICES.
A name for the involved resource (a <atom>string</atom>) that might be
more meaningful to the user than the URI. For example, a
(platform-dependent) path notation for file system resources.</DD>
<DT><code>"ResourceType"</code></DT>
- <DD><const scope="com::sun::star::ucb">IOErrorCode::DEVICE_NOT_READY</const>
+ <DD>com::sun::star::ucb::IOErrorCode::DEVICE_NOT_READY
and
- <const scope="com::sun::star::ucb">IOErrorCode::NOT_EXISTING</const>
+ com::sun::star::ucb::IOErrorCode::NOT_EXISTING
only. An identifier for the type of resource involved (a
<atom>string</atom>). Currently understood values are
<code>"volume"</code> (e.g., a file system volume) and
@@ -110,17 +110,17 @@ module com { module sun { module star { module task {
resources).</DD>
<DT><code>"Removable"</code></DT>
- <DD><const scope="com::sun::star::ucb">IOErrorCode::NOT_EXISTING</const>
+ <DD>com::sun::star::ucb::IOErrorCode::NOT_EXISTING
only. A flag indicating whether the resource resides on a storage
medium that can be removed by the user (a <atom>boolean</atom>).</DD>
<DT><code>"Folder"</code></DT>
- <DD><const scope="com::sun::star::ucb">IOErrorCode::CANT_CREATE</const>
+ <DD>com::sun::star::ucb::IOErrorCode::CANT_CREATE
only. The name of the folder in which a resource cannot be created (a
<atom>string</atom>).</DD>
<DT><code>"Volume"</code> and <code>"OtherVolume"</code></DT>
- <DD><const scope="com::sun::star::ucb">IOErrorCode::DIFFERENT_DEVICES</const>
+ <DD>com::sun::star::ucb::IOErrorCode::DIFFERENT_DEVICES
only. The names of the two volumes involved (two
<atom>string</atom>s).</DD>
</DL></P>
diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl
index db4c8d2d9ea6..1fc2865080a0 100644
--- a/offapi/com/sun/star/text/NumberingLevel.idl
+++ b/offapi/com/sun/star/text/NumberingLevel.idl
@@ -63,18 +63,18 @@ published service NumberingLevel
/** the ID of the symbol in the given font. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
@deprecated
*/
[optional, property] short BulletId;
/** contains the symbol in the given font. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[property] string BulletChar;
/** the name of the font for the symbol. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[property] string BulletFontName;
@@ -87,7 +87,7 @@ published service NumberingLevel
/** the URL of the graphic file that is used as the numbering symbol.
<p> This is only valid if the numbering type is
- <const scope="com::sun::star::style">NumberingType::BITMAP</const>.</p>
+ com::sun::star::style::NumberingType::BITMAP.</p>
*/
[property] string GraphicURL;
@@ -111,8 +111,8 @@ published service NumberingLevel
/** specifies the start value for the numbering.
<p>This property is only valid if the numbering type is not
- <const scope="com::sun::star::style">NumberingType::BITMAP</const> or
- <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.</p>
+ com::sun::star::style::NumberingType::BITMAP or
+ com::sun::star::style::NumberingType::CHAR_SPECIAL.</p>
*/
[optional, property] short StartWith;
@@ -153,12 +153,12 @@ published service NumberingLevel
[optional, property] string ParagraphStyleName;
/** contains the color for the symbol. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[optional, property] com::sun::star::util::Color BulletColor;
/** contains the size of the symbol relative to the high of the paragraph. This is only valid if the
- numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ numbering type is com::sun::star::style::NumberingType::CHAR_SPECIAL.
*/
[optional, property] short BulletRelSize;
diff --git a/offapi/com/sun/star/text/textfield/PageNumber.idl b/offapi/com/sun/star/text/textfield/PageNumber.idl
index b9dfd573fc67..dc172303ecf6 100644
--- a/offapi/com/sun/star/text/textfield/PageNumber.idl
+++ b/offapi/com/sun/star/text/textfield/PageNumber.idl
@@ -34,7 +34,7 @@ published service PageNumber
service com::sun::star::text::TextField;
/** determines the type of the numbering.
- @see <const scope="com::sun::star::style">NumberingType</const>
+ @see com::sun::star::style::NumberingType
*/
[property] short NumberingType;
@@ -42,11 +42,11 @@ published service PageNumber
*/
[property] short Offset;
/** determines which page the field refers to.
- @see <const scope="com::sun::star::text">PageNumberType</const>
+ @see com::sun::star::text::PageNumberType
*/
[property] PageNumberType SubType;
/** if the user text string is set then it is displayed when the value
- of NumberingType is set to <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>
+ of NumberingType is set to com::sun::star::style::NumberingType::CHAR_SPECIAL
*/
[property] string UserText;
diff --git a/offapi/com/sun/star/util/SearchFlags.idl b/offapi/com/sun/star/util/SearchFlags.idl
index c3d409a3d83d..004bd60f7bdf 100644
--- a/offapi/com/sun/star/util/SearchFlags.idl
+++ b/offapi/com/sun/star/util/SearchFlags.idl
@@ -30,7 +30,7 @@ published constants SearchFlags
{
/**
@deprecated The constant ALL_IGNORE_CASE is never supported - use
- <const scope="com::sun::star::i18n">TransliterationModules::IGNORE_CASE</const>
+ com::sun::star::i18n::TransliterationModules::IGNORE_CASE
with
SearchOptions::transliterateFlags()
instead.