summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:27:46 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commit6e1d239ae04bbb1b639ae8d04c59d3375f867712 (patch)
treef4ce26e51900176ae95320652fb31404144a54eb /offapi/com/sun/star/sheet
parentbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (diff)
*api: convert <true/> <false/> <void/>
sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g' Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/AddIn.idl2
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable2.idl2
-rw-r--r--offapi/com/sun/star/sheet/XExternalDocLink.idl4
-rw-r--r--offapi/com/sun/star/sheet/XFunctionAccess.idl4
4 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/AddIn.idl b/offapi/com/sun/star/sheet/AddIn.idl
index 9bbe7213200b..873f33050215 100644
--- a/offapi/com/sun/star/sheet/AddIn.idl
+++ b/offapi/com/sun/star/sheet/AddIn.idl
@@ -68,7 +68,7 @@ module com { module sun { module star { module sheet {
<dt>`any`</dt>
<dd>Depending on the data, a `double`, a `string`,
or an `any[][]` will be passed. If no argument is specified in
- the function call, <void/> will be passed. This allows for optional
+ the function call, `VOID` will be passed. This allows for optional
parameters.</dd>
<dt>com::sun::star::table::XCellRange</dt>
diff --git a/offapi/com/sun/star/sheet/XDataPilotTable2.idl b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
index 9b5a8648852a..4c1ef21618b8 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable2.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
@@ -82,7 +82,7 @@ interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
@param aAddr address of a result cell
- @returns <void/>
+ @returns `VOID`
*/
void insertDrillDownSheet( [in] com::sun::star::table::CellAddress aAddr );
diff --git a/offapi/com/sun/star/sheet/XExternalDocLink.idl b/offapi/com/sun/star/sheet/XExternalDocLink.idl
index 023db9238152..a19b50088038 100644
--- a/offapi/com/sun/star/sheet/XExternalDocLink.idl
+++ b/offapi/com/sun/star/sheet/XExternalDocLink.idl
@@ -51,9 +51,9 @@ interface XExternalDocLink
@param aSheetName sheet name
@param DynamicCache specify whether or not the cache can grow when
- non-cached regions are queried. If <true/>, querying a non-cached
+ non-cached regions are queried. If `TRUE`, querying a non-cached
cell in this sheet cache will allow Calc to try to access the source
- document to fetch the value in first access. If <false/>, the source
+ document to fetch the value in first access. If `FALSE`, the source
document will not be accessed, and the non-cached regions are treated
as empty cells.
diff --git a/offapi/com/sun/star/sheet/XFunctionAccess.idl b/offapi/com/sun/star/sheet/XFunctionAccess.idl
index 5fc4f10de034..bf7abce711ea 100644
--- a/offapi/com/sun/star/sheet/XFunctionAccess.idl
+++ b/offapi/com/sun/star/sheet/XFunctionAccess.idl
@@ -58,7 +58,7 @@ published interface XFunctionAccess: com::sun::star::uno::XInterface
<dd>for an array of textual values.</dd>
<dt>`any[][]`</dt>
- <dd>for a mixed array, where each element must be of <void/>,
+ <dd>for a mixed array, where each element must be of `VOID`,
`long`, `double` or `string`
type.</dd>
@@ -73,7 +73,7 @@ published interface XFunctionAccess: com::sun::star::uno::XInterface
<p>Possible types for the result are:</p>
<dl>
- <dt><void/></dt>
+ <dt>`VOID`</dt>
<dd>if no result is available.</dd>
<dt>`double`</dt>