summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 00:18:07 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit56d158c38cca6de82256e727b7f4c83f311d87b8 (patch)
tree7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/sheet
parent928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff)
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl2
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable2.idl4
-rw-r--r--offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl4
3 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl b/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
index b9283aff456b..8937345623a6 100644
--- a/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
+++ b/offapi/com/sun/star/sheet/DataPilotOutputRangeType.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module sheet {
/** specifies region type of DataPilot table range
<p>This constant set is used to indicate the type of output range desired when
- <method>XDataPilotTable2::getOutputRangeByType</method> is called, which
+ XDataPilotTable2::getOutputRangeByType() is called, which
returns a different cell range depending upon the value passed to it as the argument.</p>
@see com::sun::star::sheet::XDataPilotTable2
diff --git a/offapi/com/sun/star/sheet/XDataPilotTable2.idl b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
index 4c1ef21618b8..cec0aed51667 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable2.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module sheet {
interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
{
/** When the address of a cell within the result area is given,
- <method>XDataPilotTable2::getDrillDownData</method> returns its drill-down
+ XDataPilotTable2::getDrillDownData() returns its drill-down
output table that includes only those rows that contribute to the value of
that cell.
@@ -52,7 +52,7 @@ interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
@returns drill-down output as 2-dimensional sequence, including the header row.
- @see <method>XDataPilotTable2::insertDrillDownSheet</method>
+ @see XDataPilotTable2::insertDrillDownSheet()
*/
sequence< sequence< any > > getDrillDownData( [in] com::sun::star::table::CellAddress aAddr );
diff --git a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
index f18a074af7ab..bb211ec43873 100644
--- a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
@@ -32,8 +32,8 @@ module com { module sun { module star { module sheet {
A service that acts as a DataPilot data source can optionally implement this
interface to allow drill-down of result data. The method this interface provides
- is used internally when calling <method>XDataPilotTable2::getDrillDownData</method>
- or <method>XDataPilotTable2::insertDrillDownSheet</method>. If the data source
+ is used internally when calling XDataPilotTable2::getDrillDownData()
+ or XDataPilotTable2::insertDrillDownSheet(). If the data source
service does not implement this interface, then the aforementioned two methods
will have no effect.