summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 12:59:41 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 12:59:41 +0000
commit192df9983dcebbe00290addda258362ae52a7c50 (patch)
treed8dd38cc1ea4eda033c123447a155dd18b93f78d /offapi/com
parent27e479b9e9e24ee40c1b9d8825d6a8820da479f8 (diff)
syntax errors in documentation fixed
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/sdb/ColumnSettings.idl15
-rw-r--r--offapi/com/sun/star/sdbc/XSQLInput.idl9
-rw-r--r--offapi/com/sun/star/sdbc/XWarningsSupplier.idl9
-rw-r--r--offapi/com/sun/star/sheet/AddIn.idl9
4 files changed, 27 insertions, 15 deletions
diff --git a/offapi/com/sun/star/sdb/ColumnSettings.idl b/offapi/com/sun/star/sdb/ColumnSettings.idl
index 544c5d17dcae..b7778ec5b320 100644
--- a/offapi/com/sun/star/sdb/ColumnSettings.idl
+++ b/offapi/com/sun/star/sdb/ColumnSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ColumnSettings.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:46:03 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:59:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ service ColumnSettings
interface.
</p>
<p>
- If the value is <void></void>, a default numberformat should be used according
+ If the value is <void/>, a default numberformat should be used according
to the datatype of the column.</p>
*/
[property] long FormatKey;
@@ -100,7 +100,7 @@ service ColumnSettings
1: center
2: right
</pre>
- <p> If the value is <void></void>, a default alignment should be used according
+ <p> If the value is <void/>, a default alignment should be used according
to the datatype of the column.</p>
*/
[property] long Align;
@@ -109,7 +109,7 @@ service ColumnSettings
// DocMerge from xml: property com::sun::star::sdb::ColumnSettings::Width
/** specifies the width of the column displayed in a grid, the unit is 10THMM.
- <p> If the value is <void></void>, a default width should be used according to the label
+ <p> If the value is <void/>, a default width should be used according to the label
of the column. </p>
*/
[property] long Width;
@@ -118,7 +118,7 @@ service ColumnSettings
// DocMerge from xml: property com::sun::star::sdb::ColumnSettings::Position
/** Position of the column within a grid.
- <p> If the value is <void></void>, the default position should be taken according. </p>
+ <p> If the value is <void/>, the default position should be taken according. </p>
*/
[property] long Position;
@@ -142,6 +142,9 @@ service ColumnSettings
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 13:46:03 mi
+ syntax errors in documentation fixed
+
Revision 1.3 2000/11/08 12:43:30 mi
moved from api
diff --git a/offapi/com/sun/star/sdbc/XSQLInput.idl b/offapi/com/sun/star/sdbc/XSQLInput.idl
index bd62c05b2169..98481f4aa219 100644
--- a/offapi/com/sun/star/sdbc/XSQLInput.idl
+++ b/offapi/com/sun/star/sdbc/XSQLInput.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSQLInput.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:59:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,7 +213,7 @@ interface XSQLInput: com::sun::star::uno::XInterface
stream is passed to the application.
<br>When the datum at the head of the stream is a SQL NULL,
- the method returns <void></void>. If the datum is a SQL structured or distinct
+ the method returns <void/>. If the datum is a SQL structured or distinct
type, it determines the SQL type of the datum at the head of the stream,
constructs an object of the appropriate service, and calls the method
<code>XSQLData.readSQL</code> on that object, which reads additional data
@@ -260,6 +260,9 @@ interface XSQLInput: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:43 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
index 3dda0bcbb77e..51d8a780e643 100644
--- a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
+++ b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XWarningsSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:59:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ interface XWarningsSupplier: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sdbc::XWarningsSupplier::clearWarnings
/** clears all warnings reported for the object implementing the interface.
After a call to this method, the method <code>getWarnings</code>
- returns <void></void> until a new warning is
+ returns <void/> until a new warning is
reported for the object.
*/
void clearWarnings() raises (SQLException);
@@ -112,6 +112,9 @@ interface XWarningsSupplier: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:43 hjs
initial import
diff --git a/offapi/com/sun/star/sheet/AddIn.idl b/offapi/com/sun/star/sheet/AddIn.idl
index d31ca6e30835..50c63b5de3ce 100644
--- a/offapi/com/sun/star/sheet/AddIn.idl
+++ b/offapi/com/sun/star/sheet/AddIn.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AddIn.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:13:17 $
+ * last change: $Author: mi $ $Date: 2000-12-19 13:59:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,7 @@
a <atom>string</atom>, or an
<atom>any[][]</atom>
will be passed. If no argument is specified in the
- function call, <void></void> will be passed. This allows
+ function call, <void/> will be passed. This allows
for optional parameters.
</dd>
<dt>
@@ -222,6 +222,9 @@ service AddIn
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 13:13:17 mi
+ no dim='[][]' anymore for new document generator
+
Revision 1.3 2000/11/08 12:43:45 mi
moved from api