summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/sheet
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl8
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl6
-rw-r--r--offapi/com/sun/star/sheet/AddIn.idl10
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldGroup.idl4
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldGroups.idl4
-rw-r--r--offapi/com/sun/star/sheet/ExternalReference.idl4
-rw-r--r--offapi/com/sun/star/sheet/ExternalSheetCache.idl2
-rw-r--r--offapi/com/sun/star/sheet/FunctionDescriptions.idl2
-rw-r--r--offapi/com/sun/star/sheet/SheetCell.idl4
-rw-r--r--offapi/com/sun/star/sheet/SheetSortDescriptor.idl2
-rw-r--r--offapi/com/sun/star/sheet/SheetSortDescriptor2.idl2
-rw-r--r--offapi/com/sun/star/sheet/SolverConstraint.idl2
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetDocument.idl2
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl10
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetView.idl10
-rw-r--r--offapi/com/sun/star/sheet/TableAutoFormatField.idl2
-rw-r--r--offapi/com/sun/star/sheet/TableCellStyle.idl2
-rw-r--r--offapi/com/sun/star/sheet/TablePageStyle.idl2
-rw-r--r--offapi/com/sun/star/sheet/XCellAddressable.idl4
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeAddressable.idl4
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeData.idl2
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeFormula.idl2
-rw-r--r--offapi/com/sun/star/sheet/XCellRangesAccess.idl4
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotDescriptor.idl2
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable2.idl8
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTables.idl2
-rw-r--r--offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl2
-rw-r--r--offapi/com/sun/star/sheet/XExternalDocLink.idl6
-rw-r--r--offapi/com/sun/star/sheet/XExternalDocLinks.idl2
-rw-r--r--offapi/com/sun/star/sheet/XExternalSheetCache.idl2
-rw-r--r--offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl4
-rw-r--r--offapi/com/sun/star/sheet/XFunctionAccess.idl6
-rw-r--r--offapi/com/sun/star/sheet/XFunctionDescriptions.idl2
-rw-r--r--offapi/com/sun/star/sheet/XMultiFormulaTokens.idl4
-rw-r--r--offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl4
-rw-r--r--offapi/com/sun/star/sheet/XSheetConditionalEntries.idl2
-rw-r--r--offapi/com/sun/star/sheet/XSolverDescription.idl2
39 files changed, 73 insertions, 73 deletions
diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
index 76c39b1d37dc..0ac6227c1d2b 100644
--- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
+++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
@@ -51,7 +51,7 @@ service AccessiblePageHeaderFooterAreasView
>XAccessible::getAccessibleContext</method> for these children
returns an object that supports one of the following services.</li>
<ul>
- <li><type scope="::com::sun::star::text">AccessibleHeaderFooterView</type>:
+ <li>::com::sun::star::text::AccessibleHeaderFooterView:
A child where calling <method scope="::com::sun::star::text"
>XAccessibleContext::getAccessibleChild</method>
an object that supports this service is returned for
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
index e4a3bfe9ed40..a9623635f448 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
@@ -49,7 +49,7 @@ service AccessibleSpreadsheet
>XAccessible::getAccessibleContext</method> for these children
returns an object that supports the following service.</li>
<ul>
- <li><type scope="::com::sun::star::sheet">AccessibleCell</type>:
+ <li>::com::sun::star::sheet::AccessibleCell:
A child where calling
<method scope="::com::sun::star::accessibility"
>XAccessibleContext::getAccessibleChild</method>
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
index 75b5371d06e0..8f513f07ba1c 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
@@ -46,27 +46,27 @@ service AccessibleSpreadsheetDocumentView
<method>getAccessibleContext</method> for these children returns
an object that supports one of the following services.</li>
<ul>
- <li><type scope="::com::sun::star::sheet">AccessibleSpreadsheet</type>:
+ <li>::com::sun::star::sheet::AccessibleSpreadsheet:
A child where calling <method>getAccessibleChild</method>
an object that supports this service is returned for
the current spreadsheet which is showing in this document
window. There is everytime one child which supports this
service, because it is only possible to have one spreadsheet
in the current document window.</li>
- <li><type scope="::com::sun::star::drawing">AccessibleShape</type>:
+ <li>::com::sun::star::drawing::AccessibleShape:
A child where calling <method>getAccessibleChild</method>
an object that supports this service is returned
for every shape that is at the current table. These
objects are children of the
AccessibleSpreadsheetDocumentView regardless
whether they are bound to a table or a cell.</li>
- <li><type scope="::com::sun::star::text">AccessibleParagraphView</type>:
+ <li>::com::sun::star::text::AccessibleParagraphView:
A child where calling <method>getAccessibleChild</method>
an object that supports this service is returned for
the current cell in edit mode. This is necessary to
have an object which allows event listeners. It exists
only if a cell is in edit mode.</li>
- <li><type scope="::com::sun::star::accessibility">AccessibleContext</type>:
+ <li>::com::sun::star::accessibility::AccessibleContext:
A child where calling <method>getAccessibleChild</method>
an object that supports this service is returned for
the current OLE object in edit mode. It exists
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
index 59aa2c601fa2..e58cfaa32d95 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
@@ -56,7 +56,7 @@ service AccessibleSpreadsheetPageView
>XAccessibleContext::getAccessibleChild</method>
an object that supports this service is returned for
every header and footer that is at least partially visible.</li>
- <li><type scope="::com::sun::star::table">AccessibleTableView</type>:
+ <li>::com::sun::star::table::AccessibleTableView:
A child where calling
<method scope="::com::sun::star::accessibility"
>XAccessibleChild::getAccessibleChild</method>
@@ -64,7 +64,7 @@ service AccessibleSpreadsheetPageView
every table fragment that is contained in the document body
and is at least partially visible. A table fragment is the
part of a table that is displayed on a certain page.</li>
- <li><type scope="::com::sun::star::drawing">AccessibleShape</type>:
+ <li>::com::sun::star::drawing::AccessibleShape:
A child where calling
<method scope="::com::sun::star::accessibility"
>XAccessibleContext::getAccessibleChild</method>
@@ -73,7 +73,7 @@ service AccessibleSpreadsheetPageView
objects are children of the
AccessibleSpreadsheetPageView regardless
whether they are bound to a table or a cell.</li>
- <li><type scope="::com::sun::star::text">AccessibleParagraphView</type>:
+ <li>::com::sun::star::text::AccessibleParagraphView:
A child where calling
<method scope="::com::sun::star::accessibility"
>XAccessibleContext::getAccessibleChild</method>
diff --git a/offapi/com/sun/star/sheet/AddIn.idl b/offapi/com/sun/star/sheet/AddIn.idl
index d12eb38f0387..73fdcc397163 100644
--- a/offapi/com/sun/star/sheet/AddIn.idl
+++ b/offapi/com/sun/star/sheet/AddIn.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module sheet {
specific set of functions.
That service must contain the AddIn service, and the
functions that are implemented, in one or more interfaces.
- The <type scope="com::sun::star::lang">XServiceName</type> interface
+ The com::sun::star::lang::XServiceName interface
must describe that service, and the XAddIn interface
must describe the individual functions.</p>
@@ -71,12 +71,12 @@ module com { module sun { module star { module sheet {
the function call, <void/> will be passed. This allows for optional
parameters.</dd>
- <dt><type scope="com::sun::star::table">XCellRange</type></dt>
- <dd>for a <type scope="com::sun::star::table">XCellRange</type> interface
+ <dt>com::sun::star::table::XCellRange</dt>
+ <dd>for a com::sun::star::table::XCellRange interface
to the source data.</dd>
- <dt><type scope="com::sun::star::beans">XPropertySet</type></dt>
- <dd>for a <type scope="com::sun::star::beans">XPropertySet</type>
+ <dt>com::sun::star::beans::XPropertySet</dt>
+ <dd>for a com::sun::star::beans::XPropertySet
interface to the SpreadsheetDocument making the function
call. Only one parameter of this type is allowed in each function. It
can be used to query document settings like
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl b/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl
index 036936073417..51e8f91b01f3 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldGroup.idl
@@ -71,8 +71,8 @@ published service DataPilotFieldGroup
/** provides read/write access to the data pilot field group members in
the collection via name.
- <p>The <type scope="com::sun::star::container">XNameContainer</type>
- and <type scope="com::sun::star::container">XNameReplace</type>
+ <p>The com::sun::star::container::XNameContainer
+ and com::sun::star::container::XNameReplace
interfaces can be used to manage the members that this group contains.
It is possible to insert, remove, and replace members.</p>
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl b/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl
index a673ddd2c127..f649f38a93ff 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldGroups.idl
@@ -62,8 +62,8 @@ published service DataPilotFieldGroups
/** provides read/write access to the data pilot field groups in the
collection via name.
- <p>The <type scope="com::sun::star::container">XNameContainer</type>
- and <type scope="com::sun::star::container">XNameReplace</type>
+ <p>The com::sun::star::container::XNameContainer
+ and com::sun::star::container::XNameReplace
interfaces can be used to manage the item groups. It is possible to
insert, remove, and replace item groups.</p>
diff --git a/offapi/com/sun/star/sheet/ExternalReference.idl b/offapi/com/sun/star/sheet/ExternalReference.idl
index ac31c8f87fdc..70f4e1d9fc83 100644
--- a/offapi/com/sun/star/sheet/ExternalReference.idl
+++ b/offapi/com/sun/star/sheet/ExternalReference.idl
@@ -38,8 +38,8 @@ struct ExternalReference
has a unique index value.
<p>You can get the index value of an external document from the
- corresponding <type scope="com::sun::star::sheet">ExternalDocLink</type>
- instance through its attribute <type scope="com::sun::star::sheet::ExternalDocLink">TokenIndex</type>.</p>
+ corresponding com::sun::star::sheet::ExternalDocLink
+ instance through its attribute com::sun::star::sheet::ExternalDocLink::TokenIndex.</p>
@see com::sun::star::sheet::ExternalDocLink
@see com::sun::star::sheet::ExternalDocLink::TokenIndex
diff --git a/offapi/com/sun/star/sheet/ExternalSheetCache.idl b/offapi/com/sun/star/sheet/ExternalSheetCache.idl
index d4d4c6218f0d..8468bd9b3d48 100644
--- a/offapi/com/sun/star/sheet/ExternalSheetCache.idl
+++ b/offapi/com/sun/star/sheet/ExternalSheetCache.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module sheet {
/** A single sheet cache for an external document.
<p>This cached data is used for external cell and cell range references,
- as well as external range names. An <type scope="com::sun::star::sheet">ExternalDocLink</type>
+ as well as external range names. An com::sun::star::sheet::ExternalDocLink
instance contains a set of these sheet caches.</p>
@see com::sun::star::sheet::ExternalDocLink
diff --git a/offapi/com/sun/star/sheet/FunctionDescriptions.idl b/offapi/com/sun/star/sheet/FunctionDescriptions.idl
index a09a4a9efe37..69361753dbf1 100644
--- a/offapi/com/sun/star/sheet/FunctionDescriptions.idl
+++ b/offapi/com/sun/star/sheet/FunctionDescriptions.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
application.
<p>All container access methods return a sequence of
- <type scope="com::sun::star::beans">PropertyValue</type> structs.
+ com::sun::star::beans::PropertyValue structs.
The properties contained in the sequence are collected in the
service FunctionDescription.</p>
*/
diff --git a/offapi/com/sun/star/sheet/SheetCell.idl b/offapi/com/sun/star/sheet/SheetCell.idl
index 0f8a92b2635a..dd546ba769e4 100644
--- a/offapi/com/sun/star/sheet/SheetCell.idl
+++ b/offapi/com/sun/star/sheet/SheetCell.idl
@@ -104,8 +104,8 @@ published service SheetCell
/** provides methods to lock and unlock the update between
- <type scope="com::sun::star::table">XCell</type> and
- <type scope="com::sun::star::text">XText</type>.
+ com::sun::star::table::XCell and
+ com::sun::star::text::XText.
*/
interface com::sun::star::document::XActionLockable;
diff --git a/offapi/com/sun/star/sheet/SheetSortDescriptor.idl b/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
index 369e2ec11736..46bf46d7de8b 100644
--- a/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
+++ b/offapi/com/sun/star/sheet/SheetSortDescriptor.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module sheet {
/** a description of how a cell range is to be sorted.
- <p>This service extends the <type scope="com::sun::star::table">TableSortDescriptor</type>
+ <p>This service extends the com::sun::star::table::TableSortDescriptor
service with spreadsheet specific properties.</p>
*/
published service SheetSortDescriptor
diff --git a/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl b/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
index 5213d1e78fed..a70d96189cbe 100644
--- a/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
+++ b/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module sheet {
/** a description of how a cell range is to be sorted.
- <p>This service extends the <type scope="com::sun::star::table">TableSortDescriptor2</type>
+ <p>This service extends the com::sun::star::table::TableSortDescriptor2
service with spreadsheet specific properties.</p>
@since OOo 1.1.2
diff --git a/offapi/com/sun/star/sheet/SolverConstraint.idl b/offapi/com/sun/star/sheet/SolverConstraint.idl
index c8f9cf5b184b..1171247e87c4 100644
--- a/offapi/com/sun/star/sheet/SolverConstraint.idl
+++ b/offapi/com/sun/star/sheet/SolverConstraint.idl
@@ -38,7 +38,7 @@ struct SolverConstraint
SolverConstraintOperator Operator;
/** The comparison value, of type <atom>double</atom> or
- <type scope="com::sun::star::table">CellAddress</type>.
+ com::sun::star::table::CellAddress.
*/
any Right;
};
diff --git a/offapi/com/sun/star/sheet/SpreadsheetDocument.idl b/offapi/com/sun/star/sheet/SpreadsheetDocument.idl
index a1ff3b97e044..eb4581cd9d67 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetDocument.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetDocument.idl
@@ -77,7 +77,7 @@ published service SpreadsheetDocument
/** provides common methods for a document model.
<p>This interface is derived from
- <type scope="com::sun::star::lang">XComponent</type>.</p>
+ com::sun::star::lang::XComponent.</p>
*/
interface com::sun::star::frame::XModel;
diff --git a/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl b/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl
index 2dc2007b168f..ccaf4ddfc862 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetDrawPage.idl
@@ -29,7 +29,7 @@
/** This abstract service is implemented by every page of a
SpreadsheetDocument.
- @example create and insert a couple of <type scope="com::sun::star::drawing">LineShape</type>s:
+ @example create and insert a couple of com::sun::star::drawing::LineShapes:
<listing>
xPage = xDoc.DrawPages(0)
@@ -49,10 +49,10 @@ published service SpreadsheetDrawPage
{
- /** manages the <type scope="com::sun::star::drawing">Shape</type>s of this page.
+ /** manages the com::sun::star::drawing::Shapes of this page.
- <p>It also lets you add new <type scope="com::sun::star::drawing">Shape</type>s. The program currently
- requires that these <type scope="com::sun::star::drawing">Shape</type>s be created by the factory of
+ <p>It also lets you add new com::sun::star::drawing::Shapes. The program currently
+ requires that these com::sun::star::drawing::Shapes be created by the factory of
the document.
@see SpreadsheetDocument
@@ -61,7 +61,7 @@ published service SpreadsheetDrawPage
/** With this interface you can group/ungroup a collection of
- <type scope="com::sun::star::drawing">Shape</type>s.
+ com::sun::star::drawing::Shapes.
*/
interface com::sun::star::drawing::XShapeGrouper;
diff --git a/offapi/com/sun/star/sheet/SpreadsheetView.idl b/offapi/com/sun/star/sheet/SpreadsheetView.idl
index bc268a988338..864c97307b74 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetView.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetView.idl
@@ -69,11 +69,11 @@ published service SpreadsheetView
/** provides access to the view's selection.
<p>The selection in a spreadsheet view can be a
- <type scope="com::sun::star::sheet">SheetCell</type>,
- <type scope="com::sun::star::sheet">SheetCellRange</type>,
- <type scope="com::sun::star::sheet">SheetCellRanges</type>,
- <type scope="com::sun::star::drawing">Shape</type> or
- <type scope="com::sun::star::drawing">Shapes</type> object.
+ com::sun::star::sheet::SheetCell,
+ com::sun::star::sheet::SheetCellRange,
+ com::sun::star::sheet::SheetCellRanges,
+ com::sun::star::drawing::Shape or
+ com::sun::star::drawing::Shapes object.
</p>
*/
interface com::sun::star::view::XSelectionSupplier;
diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
index c74edab05480..6795b641d0bf 100644
--- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl
+++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
@@ -265,7 +265,7 @@ published service TableAutoFormatField
/** property containing a description of the cell border.
- Preferred over <type scope="com::sun::star::table">TableBorder</type>
+ Preferred over com::sun::star::table::TableBorder
<member>TableBorder</member>.
@since LibreOffice 3.6
diff --git a/offapi/com/sun/star/sheet/TableCellStyle.idl b/offapi/com/sun/star/sheet/TableCellStyle.idl
index 2dd86cbe30ba..47d6fd74f51d 100644
--- a/offapi/com/sun/star/sheet/TableCellStyle.idl
+++ b/offapi/com/sun/star/sheet/TableCellStyle.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
/** contains the properties of a table cell style.
<p>This service extends the service
- <type scope="com::sun::star::style">CellStyle</type> with spreadsheet
+ com::sun::star::style::CellStyle with spreadsheet
specific properties.</p>
*/
published service TableCellStyle
diff --git a/offapi/com/sun/star/sheet/TablePageStyle.idl b/offapi/com/sun/star/sheet/TablePageStyle.idl
index 314ef3220a1c..da1b940fd967 100644
--- a/offapi/com/sun/star/sheet/TablePageStyle.idl
+++ b/offapi/com/sun/star/sheet/TablePageStyle.idl
@@ -30,7 +30,7 @@
/** represents a page style for a spreadsheet.
<p>This service extends the service
- <type scope="com::sun::star::style">PageStyle</type> with spreadsheet
+ com::sun::star::style::PageStyle with spreadsheet
specific properties.</p>
*/
published service TablePageStyle
diff --git a/offapi/com/sun/star/sheet/XCellAddressable.idl b/offapi/com/sun/star/sheet/XCellAddressable.idl
index a4bd8f0f5c4d..68df2404cf9f 100644
--- a/offapi/com/sun/star/sheet/XCellAddressable.idl
+++ b/offapi/com/sun/star/sheet/XCellAddressable.idl
@@ -28,14 +28,14 @@ module com { module sun { module star { module sheet {
/** represents a cell which can be addressed with a
- <type scope="com::sun::star::table">CellAddress</type>.
+ com::sun::star::table::CellAddress.
*/
published interface XCellAddressable: com::sun::star::uno::XInterface
{
/** returns the address of the cell in the spreadsheet document.
- <p>The <type scope="com::sun::star::table">CellAddress</type>
+ <p>The com::sun::star::table::CellAddress
can be used to address the cell within its document.</p>
*/
com::sun::star::table::CellAddress getCellAddress();
diff --git a/offapi/com/sun/star/sheet/XCellRangeAddressable.idl b/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
index 03375e68cf4c..973c69d73da4 100644
--- a/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
@@ -28,14 +28,14 @@ module com { module sun { module star { module sheet {
/** represents a cell which can be addressed with a
- <type scope="com::sun::star::table">CellRangeAddress</type>.
+ com::sun::star::table::CellRangeAddress.
*/
published interface XCellRangeAddressable: com::sun::star::uno::XInterface
{
/** returns the address of the cell range in the spreadsheet document.
- <p>The <type scope="com::sun::star::table">CellRangeAddress</type>
+ <p>The com::sun::star::table::CellRangeAddress
can be used to address the range within its document.</p>
*/
com::sun::star::table::CellRangeAddress getRangeAddress();
diff --git a/offapi/com/sun/star/sheet/XCellRangeData.idl b/offapi/com/sun/star/sheet/XCellRangeData.idl
index 3f4318e2e91d..79a420739cd8 100644
--- a/offapi/com/sun/star/sheet/XCellRangeData.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeData.idl
@@ -44,7 +44,7 @@ published interface XCellRangeData: com::sun::star::uno::XInterface
range. Each element of the array must contain a <atom>double</atom>
or a <atom>string</atom>.</p>
- @throws <type scope="com::sun::star::uno">RuntimeException</type>
+ @throws com::sun::star::uno::RuntimeException
If the size of the array is different from the current size.
*/
void setDataArray( [in] sequence< sequence< any > > aArray );
diff --git a/offapi/com/sun/star/sheet/XCellRangeFormula.idl b/offapi/com/sun/star/sheet/XCellRangeFormula.idl
index 86b24208ed8c..552cd24db43e 100644
--- a/offapi/com/sun/star/sheet/XCellRangeFormula.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeFormula.idl
@@ -54,7 +54,7 @@ published interface XCellRangeFormula: com::sun::star::uno::XInterface
<member scope="com::sun::star::table">XCell::setFormula()</member>
call for the corresponding cell.</p>
- @throws <type scope="com::sun::star::uno">RuntimeException</type>
+ @throws com::sun::star::uno::RuntimeException
If the size of the array is different from the current size.
*/
void setFormulaArray( [in] sequence< sequence< string > > aArray );
diff --git a/offapi/com/sun/star/sheet/XCellRangesAccess.idl b/offapi/com/sun/star/sheet/XCellRangesAccess.idl
index 4ec5983d9eaa..14c7e3b73493 100644
--- a/offapi/com/sun/star/sheet/XCellRangesAccess.idl
+++ b/offapi/com/sun/star/sheet/XCellRangesAccess.idl
@@ -51,7 +51,7 @@ published interface XCellRangesAccess: com::sun::star::uno::XInterface
@returns
the specified cell.
- @throws <type scope="com::sun::star::lang">IndexOutOfBoundsException</type>
+ @throws com::sun::star::lang::IndexOutOfBoundsException
if an index is outside the dimensions of this range.
@see com::sun::star::table::Cell
@@ -83,7 +83,7 @@ published interface XCellRangesAccess: com::sun::star::uno::XInterface
@returns
the specified cell range.
- @throws <type scope="com::sun::star::lang">IndexOutOfBoundsException</type>
+ @throws com::sun::star::lang::IndexOutOfBoundsException
if an index is outside the dimensions of this range.
@see com::sun::star::table::CellRange
diff --git a/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl b/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl
index 59049d424ab2..651fba350f8a 100644
--- a/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotDescriptor.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
/** provides access to the layout settings of a data pilot table.
<p>This interface extends the interface
- <type scope="com::sun::star::container">XNamed</type> which provides
+ com::sun::star::container::XNamed which provides
access to the name of the data pilot table used e.g. in collections.</p>
@see com::sun::star::sheet::DataPilotDescriptor
diff --git a/offapi/com/sun/star/sheet/XDataPilotTable2.idl b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
index 98957b3800ed..9b5a8648852a 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable2.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
@@ -31,10 +31,10 @@
module com { module sun { module star { module sheet {
-/** additional methods to extend <type scope="com::sun::star::sheet">XDataPilotTable</type>.
+/** additional methods to extend com::sun::star::sheet::XDataPilotTable.
- <type scope="com::sun::star::sheet">XDataPilotTable2</type> extends the old
- <type scope="com::sun::star::sheet">XDataPilotTable</type> interface with
+ com::sun::star::sheet::XDataPilotTable2 extends the old
+ com::sun::star::sheet::XDataPilotTable interface with
additional methods.
@see com::sun::star::sheet::XDataPilotTable
@@ -89,7 +89,7 @@ interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
/** <p>This method returns a different output range of a DataPilot table
per specified output range type.</p>
- @returns <type scope="com::sun::star::table">CellRangeAddress</type> depicting
+ @returns com::sun::star::table::CellRangeAddress depicting
the range specified. See DataPilotOutputRangeType for a set
of possible output range types.
diff --git a/offapi/com/sun/star/sheet/XDataPilotTables.idl b/offapi/com/sun/star/sheet/XDataPilotTables.idl
index 2366e562239c..b25a7282f41c 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTables.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTables.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
removing data pilot tables.
<p>This interface extends the interface
- <type scope="com::sun::star::container">XNameAccess</type> which provides
+ com::sun::star::container::XNameAccess which provides
access to existing data pilot tables in the collection.</p>
@see com::sun::star::sheet::DataPilotTables
diff --git a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
index 4d0636d9da76..f18a074af7ab 100644
--- a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
@@ -50,7 +50,7 @@ interface XDrillDownDataSupplier: com::sun::star::uno::XInterface
@returns a filtered subset of the original source data as 2-dimensional
sequences of <type scope="com::sun::star::uno">Any</any>. The first row
- must be the header row. Each <type scope="com::sun::star::uno">Any</type>
+ must be the header row. Each com::sun::star::uno::Any
instance must contain either double value for a numeric cell, or
a string value for a string cell.
diff --git a/offapi/com/sun/star/sheet/XExternalDocLink.idl b/offapi/com/sun/star/sheet/XExternalDocLink.idl
index 087747e4d687..023db9238152 100644
--- a/offapi/com/sun/star/sheet/XExternalDocLink.idl
+++ b/offapi/com/sun/star/sheet/XExternalDocLink.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module sheet {
-/** Primary interface for the <type scope="com::sun::star::sheet">ExternalDocLink</type> service.
+/** Primary interface for the com::sun::star::sheet::ExternalDocLink service.
@see com::sun::star::sheet::ExternalDocLink
@@ -66,12 +66,12 @@ interface XExternalDocLink
<p>This index value corresponds with the external document
represented by an instance of
- <type scope="com::sun::star::sheet">ExternalDocLink</type>. This
+ com::sun::star::sheet::ExternalDocLink. This
value is stored within a formula token instance.</p>
<p>Each external document cache instance has a unique index value, and this
index value can be used to retrieve the corresponding external document cache
- from the parent <type scope="com::sun::star::sheet">ExternalDocLinks</type> instance.</p>
+ from the parent com::sun::star::sheet::ExternalDocLinks instance.</p>
@see com::sun::star::sheet::ExternalDocLinks
@see com::sun::star::sheet::FormulaToken
diff --git a/offapi/com/sun/star/sheet/XExternalDocLinks.idl b/offapi/com/sun/star/sheet/XExternalDocLinks.idl
index a474581d670e..0fca782f2ace 100644
--- a/offapi/com/sun/star/sheet/XExternalDocLinks.idl
+++ b/offapi/com/sun/star/sheet/XExternalDocLinks.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module sheet {
-/** Primary interface for the <type scope="com::sun::star::sheet">ExternalDocLinks</type> service.
+/** Primary interface for the com::sun::star::sheet::ExternalDocLinks service.
@see com::sun::star::sheet::ExternalDocLinks
diff --git a/offapi/com/sun/star/sheet/XExternalSheetCache.idl b/offapi/com/sun/star/sheet/XExternalSheetCache.idl
index 4c9e611d180b..3f45c6c0a4e9 100644
--- a/offapi/com/sun/star/sheet/XExternalSheetCache.idl
+++ b/offapi/com/sun/star/sheet/XExternalSheetCache.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module sheet {
-/** Primary interface for the <type scope="com::sun::star::sheet">ExternalSheetCache</type> service.
+/** Primary interface for the com::sun::star::sheet::ExternalSheetCache service.
@see com::sun::star::sheet::ExternalSheetCache
diff --git a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl
index e4250a0976ca..b49a9d3c81b0 100644
--- a/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl
+++ b/offapi/com/sun/star/sheet/XFormulaOpCodeMapper.idl
@@ -61,7 +61,7 @@ interface XFormulaOpCodeMapper
@param Language
Formula language to be used, one of FormulaLanguage
constants. If a constant unknown to the implementation is passed,
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
is thrown.
@returns
@@ -101,7 +101,7 @@ interface XFormulaOpCodeMapper
@param Language
Formula language to be used, one of FormulaLanguage
constants. If a constant unknown to the implementation is passed,
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
is thrown.
@param Groups
diff --git a/offapi/com/sun/star/sheet/XFunctionAccess.idl b/offapi/com/sun/star/sheet/XFunctionAccess.idl
index d8bd0025a5f9..487fc439eeb8 100644
--- a/offapi/com/sun/star/sheet/XFunctionAccess.idl
+++ b/offapi/com/sun/star/sheet/XFunctionAccess.idl
@@ -62,7 +62,7 @@ published interface XFunctionAccess: com::sun::star::uno::XInterface
<atom>long</atom>, <atom>double</atom> or <atom>string</atom>
type.</dd>
- <dt><type scope="com::sun::star::table">XCellRange</type></dt>
+ <dt>com::sun::star::table::XCellRange</dt>
<dd>for a SheetCellRange object that contains the
data.</dd>
</dl>
@@ -87,10 +87,10 @@ published interface XFunctionAccess: com::sun::star::uno::XInterface
<atom>string</atom> values.</dd>
</dl>
- @throws <type scope="com::sun::star::container">NoSuchElementException</type>
+ @throws com::sun::star::container::NoSuchElementException
if the named function does not exist.
- @throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if the function can not be called with these arguments.
*/
any callFunction( [in] string aName, [in] sequence< any > aArguments )
diff --git a/offapi/com/sun/star/sheet/XFunctionDescriptions.idl b/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
index ae3668f78b23..c668ec6746bb 100644
--- a/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
+++ b/offapi/com/sun/star/sheet/XFunctionDescriptions.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
via function index or identifier.
<p>The container access methods return a sequence of
- <type scope="com::sun::star::beans">PropertyValue</type> structs.
+ com::sun::star::beans::PropertyValue structs.
The properties contained in the sequence are collected in the service
FunctionDescription.</p>
diff --git a/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl b/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
index 015158aa90d1..d9760fb6802e 100644
--- a/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
+++ b/offapi/com/sun/star/sheet/XMultiFormulaTokens.idl
@@ -45,7 +45,7 @@ interface XMultiFormulaTokens
@throws IndexOutOfBoundsException
If the given index lies not in the valid range then an
- <type scope="com::sun::star::lang">IndexOutOfBoundsException</type>
+ com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
*/
sequence< FormulaToken > getTokens( [in] long nIndex )
@@ -56,7 +56,7 @@ interface XMultiFormulaTokens
@throws IndexOutOfBoundsException
If the given index lies not in the valid range then an
- <type scope="com::sun::star::lang">IndexOutOfBoundsException</type>
+ com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
*/
void setTokens( [in] long nIndex, [in] sequence< FormulaToken > aTokens )
diff --git a/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl b/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl
index 5545f7a2c048..f2b5bec7f3fc 100644
--- a/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl
+++ b/offapi/com/sun/star/sheet/XSheetCellRangeContainer.idl
@@ -58,7 +58,7 @@ published interface XSheetCellRangeContainer: com::sun::star::sheet::XSheetCellR
<p>The specified range must fit exactly to an element of the
collection. The method does not try to shorten a range.</p>
- @throws <type scope="com::sun::star::container">NoSuchElementException</type>
+ @throws com::sun::star::container::NoSuchElementException
if the collection does not contain the specified range.
*/
void removeRangeAddress(
@@ -88,7 +88,7 @@ published interface XSheetCellRangeContainer: com::sun::star::sheet::XSheetCellR
<p>All specified ranges must fit exactly to elements of the
collection. The method does not try to shorten ranges.</p>
- @throws <type scope="com::sun::star::container">NoSuchElementException</type>
+ @throws com::sun::star::container::NoSuchElementException
if the collection does not contain any of the specified ranges.
*/
void removeRangeAddresses(
diff --git a/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl b/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl
index 7d3734742b27..00ba0f690497 100644
--- a/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl
+++ b/offapi/com/sun/star/sheet/XSheetConditionalEntries.idl
@@ -51,7 +51,7 @@ published interface XSheetConditionalEntries: com::sun::star::container::XIndexA
<const>ConditionOperator::BETWEEN</const> or
<const>ConditionOperator::NOT_BETWEEN</const> operations).</dd>
- <dt><type scope="com::sun::star::table">CellAddress</type>
+ <dt>com::sun::star::table::CellAddress
SourcePosition</dt>
<dd>contains the base address for relative cell references in formulas.
</dd>
diff --git a/offapi/com/sun/star/sheet/XSolverDescription.idl b/offapi/com/sun/star/sheet/XSolverDescription.idl
index 0ccefa7e39e2..233029db0c05 100644
--- a/offapi/com/sun/star/sheet/XSolverDescription.idl
+++ b/offapi/com/sun/star/sheet/XSolverDescription.idl
@@ -35,7 +35,7 @@ interface XSolverDescription: com::sun::star::uno::XInterface
[attribute, readonly] string ComponentDescription;
/** returns a short description for a property in the component's
- <type scope="com::sun::star::beans">XPropertySet</type> interface.
+ com::sun::star::beans::XPropertySet interface.
*/
string getPropertyDescription( [in] string aPropertyName );