summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/sheet
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/SheetCell.idl2
-rw-r--r--offapi/com/sun/star/sheet/SheetCellRange.idl2
-rw-r--r--offapi/com/sun/star/sheet/SheetCellRanges.idl2
-rw-r--r--offapi/com/sun/star/sheet/SheetSortDescriptor2.idl2
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl2
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeFormula.idl4
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl4
-rw-r--r--offapi/com/sun/star/sheet/XSheetPageBreak.idl4
8 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/sheet/SheetCell.idl b/offapi/com/sun/star/sheet/SheetCell.idl
index dd546ba769e4..e010ac715f92 100644
--- a/offapi/com/sun/star/sheet/SheetCell.idl
+++ b/offapi/com/sun/star/sheet/SheetCell.idl
@@ -113,7 +113,7 @@ published service SheetCell
/** provides "Find & Replace" functionality.
<p>The property
- <member scope="com::sun::star::util">SearchDescriptor::SearchWords</member>
+ com::sun::star::util::SearchDescriptor::SearchWords
has a different meaning in spreadsheets: If set to <TRUE/>, the
spreadsheet searches for cells containing the search text only.</p>
*/
diff --git a/offapi/com/sun/star/sheet/SheetCellRange.idl b/offapi/com/sun/star/sheet/SheetCellRange.idl
index 99805004ce99..d1d2ed1adc8d 100644
--- a/offapi/com/sun/star/sheet/SheetCellRange.idl
+++ b/offapi/com/sun/star/sheet/SheetCellRange.idl
@@ -104,7 +104,7 @@ published service SheetCellRange
/** provides "Find & Replace" functionality.
<p>The property
- <member scope="com::sun::star::util">SearchDescriptor::SearchWords</member>
+ com::sun::star::util::SearchDescriptor::SearchWords
has a different meaning in spreadsheets: If set to <TRUE/>, the
spreadsheet searches for cells containing the search text only.</p>
*/
diff --git a/offapi/com/sun/star/sheet/SheetCellRanges.idl b/offapi/com/sun/star/sheet/SheetCellRanges.idl
index 9d22666f860c..87bdf08a65c5 100644
--- a/offapi/com/sun/star/sheet/SheetCellRanges.idl
+++ b/offapi/com/sun/star/sheet/SheetCellRanges.idl
@@ -85,7 +85,7 @@ published service SheetCellRanges
/** provides "Find & Replace" functionality.
<p>The property
- <member scope="com::sun::star::util">SearchDescriptor::SearchWords</member>
+ com::sun::star::util::SearchDescriptor::SearchWords
has a different meaning in spreadsheets: If set to <TRUE/>, the
spreadsheet searches for cells containing the search text only.</p>
*/
diff --git a/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl b/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
index da9979775ffc..589deb989314 100644
--- a/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
+++ b/offapi/com/sun/star/sheet/SheetSortDescriptor2.idl
@@ -80,7 +80,7 @@ published service SheetSortDescriptor2
/** specifies whether the first row or column (depending on
- <member scope="com::sun::star::table">TableSortDescriptor::Orientation</member>) is a header which
+ com::sun::star::table::TableSortDescriptor::Orientation) is a header which
should not be sorted.
*/
[property] boolean ContainsHeader;
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
index 8d16a15a58ba..2ba99d5a9f62 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
@@ -145,7 +145,7 @@ published service SpreadsheetViewSettings
/** Defines the zoom value to use.
Valid only if the ZoomType is set to
- <member scope="com::sun::star::view::DocumentZoomType">BY_VALUE</member>.
+ com::sun::star::view::DocumentZoomType::BY_VALUE.
*/
[property] short ZoomValue;
};
diff --git a/offapi/com/sun/star/sheet/XCellRangeFormula.idl b/offapi/com/sun/star/sheet/XCellRangeFormula.idl
index 552cd24db43e..0b8626c69e70 100644
--- a/offapi/com/sun/star/sheet/XCellRangeFormula.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeFormula.idl
@@ -41,7 +41,7 @@ published interface XCellRangeFormula: com::sun::star::uno::XInterface
<p>Each element of the result contains the same string that
would be returned by
- <member scope="com::sun::star::table">XCell::getFormula()</member>
+ com::sun::star::table::XCell::getFormula()
for the corresponding cell.</p>
*/
sequence< sequence< string > > getFormulaArray();
@@ -51,7 +51,7 @@ published interface XCellRangeFormula: com::sun::star::uno::XInterface
<p>The size of the array must be the same as the size of the cell
range. Each element of the array is interpreted the same way as
the argument to a
- <member scope="com::sun::star::table">XCell::setFormula()</member>
+ com::sun::star::table::XCell::setFormula()
call for the corresponding cell.</p>
@throws com::sun::star::uno::RuntimeException
diff --git a/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl b/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl
index e718e40f42ed..ab3038c35caa 100644
--- a/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotDataLayoutFieldSupplier.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module sheet {
multiple data fields.
<p>This data field can be inserted into the rows dimension or columns
- dimension by changing its <member scope="DataPilotField">Orientation</member>
+ dimension by changing its DataPilotField::Orientation
property. This interface can be used to access the data layout field
before multiple data fields are inserted into the DataPilot table. It
remains invisible as long as the DataPilot table contains at most one data
@@ -47,7 +47,7 @@ published interface XDataPilotDataLayoutFieldSupplier
<p>If the field does not exist yet, it will be created. It is possible
to insert this field into the rows or columns dimension by changing
- its <member scope="DataPilotField">Orientation</member> property.</p>
+ its DataPilotField::Orientation property.</p>
*/
XDataPilotField getDataLayoutField();
diff --git a/offapi/com/sun/star/sheet/XSheetPageBreak.idl b/offapi/com/sun/star/sheet/XSheetPageBreak.idl
index d5a567dfc358..57abdbba9fce 100644
--- a/offapi/com/sun/star/sheet/XSheetPageBreak.idl
+++ b/offapi/com/sun/star/sheet/XSheetPageBreak.idl
@@ -39,7 +39,7 @@ published interface XSheetPageBreak: com::sun::star::uno::XInterface
<P>This includes manual and automatic page breaks. To add or
remove manual breaks, use the
- <member scope="com::sun::star::table">TableColumn::IsStartOfNewPage</member>
+ com::sun::star::table::TableColumn::IsStartOfNewPage
property of the column.</P>
@returns
@@ -53,7 +53,7 @@ published interface XSheetPageBreak: com::sun::star::uno::XInterface
<P>This includes manual and automatic page breaks. To add or
remove manual breaks, use the
- <member scope="com::sun::star::table">TableRow::IsStartOfNewPage</member>
+ com::sun::star::table::TableRow::IsStartOfNewPage
property of the row.</P>
@returns