summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 14:57:04 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 14:57:04 +0000
commitebfb286c4627f54cbb8284a3482451c7e7c3bde0 (patch)
tree571b4ad1e81d1d945c581b10c3c3a5e01067e7e5
parentproofreading and corrections from Richard Holt (diff)
downloadcore-ebfb286c4627f54cbb8284a3482451c7e7c3bde0.tar.gz
core-ebfb286c4627f54cbb8284a3482451c7e7c3bde0.zip
proofreading and corrections from Richard Holt
-rw-r--r--offapi/com/sun/star/table/CellProperties.idl17
-rw-r--r--offapi/com/sun/star/table/CellRangeAddress.idl8
-rw-r--r--offapi/com/sun/star/table/TableBorder.idl16
-rw-r--r--offapi/com/sun/star/table/TableSortDescriptor.idl28
-rw-r--r--offapi/com/sun/star/table/XCell.idl19
5 files changed, 44 insertions, 44 deletions
diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl
index 199c5b508537..b491625f45b2 100644
--- a/offapi/com/sun/star/table/CellProperties.idl
+++ b/offapi/com/sun/star/table/CellProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellProperties.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:19 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:57:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,7 @@ service CellProperties
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::table::CellProperties::IsCellBackgroundTransparent
- /** If this property is <TRUE/>, the cell background is transparent
+ /** If this property is <TRUE/>, the cell background is transparent,
and the <member>CellProperties::CellBackColor</member> value is not used.
*/
[property] boolean IsCellBackgroundTransparent;
@@ -132,10 +132,8 @@ service CellProperties
/** contains the index of the number format
that is used in the cells.
-
-
<p>The proper value can be determined by using the
- <type scope="com::sun::star::util">XNumberFormatter</type>
+ <type scope="com::sun::star::util">NumberFormatter</type>
interface of the document.</p>
*/
[property] long NumberFormat;
@@ -196,7 +194,7 @@ service CellProperties
- <p>If used with a cell range, the top, left, right
+ <p>If used with a cell range, the top, left, right,
and bottom lines are at the edges of the entire range,
not at the edges of the individual cell.</p>
*/
@@ -205,7 +203,7 @@ service CellProperties
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::table::CellProperties::IsTextWrapped
- /** property <TRUE/> if text in the cells is wrapped.
+ /** property is <TRUE/> if text in the cells is wrapped.
*/
[property] boolean IsTextWrapped;
@@ -233,6 +231,9 @@ service CellProperties
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/21 08:35:19 mi
+ @see interface/service/... ident -> @see ident - for new docu generator
+
Revision 1.4 2000/12/14 12:53:43 mi
<true></true> -> <TRUE/> and same with FALSE
diff --git a/offapi/com/sun/star/table/CellRangeAddress.idl b/offapi/com/sun/star/table/CellRangeAddress.idl
index 960d36b5b409..c436202a76d4 100644
--- a/offapi/com/sun/star/table/CellRangeAddress.idl
+++ b/offapi/com/sun/star/table/CellRangeAddress.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellRangeAddress.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:18 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:57:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,6 @@
// DocMerge from xml: struct com::sun::star::table::CellRangeAddress
/** used to identify a cell range within a
-
spreadsheet document.
*/
struct CellRangeAddress
@@ -122,6 +121,9 @@ struct CellRangeAddress
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:18 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:55 hjs
initial import
diff --git a/offapi/com/sun/star/table/TableBorder.idl b/offapi/com/sun/star/table/TableBorder.idl
index 3e3d1e202d0d..dc61266e58fd 100644
--- a/offapi/com/sun/star/table/TableBorder.idl
+++ b/offapi/com/sun/star/table/TableBorder.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableBorder.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:19 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:57:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,12 +73,9 @@
//=============================================================================
// DocMerge from xml: struct com::sun::star::table::TableBorder
-/** structure contains the values of the border lines of all boxes in
- a table.
-
-
-
- <p>In a queried structure, the flags in
+/** structure contains the values of the border lines of all boxes in a table.
+ <p>
+ In a queried structure, the flags in
<member>TableBorder::Is...LineValid</member> indicate that not all
lines of the boxes have the same values.
@@ -193,6 +190,9 @@ struct TableBorder
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:19 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:55 hjs
initial import
diff --git a/offapi/com/sun/star/table/TableSortDescriptor.idl b/offapi/com/sun/star/table/TableSortDescriptor.idl
index 242539bc6459..e2d8267364b7 100644
--- a/offapi/com/sun/star/table/TableSortDescriptor.idl
+++ b/offapi/com/sun/star/table/TableSortDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableSortDescriptor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:19 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:57:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,13 +81,10 @@
//=============================================================================
// DocMerge from xml: service com::sun::star::table::TableSortDescriptor
-/** service used to sort rows
- or columns of tables.
-
-
-
- <p>It extends the general SortDescriptor by table-specific
- properties.</p>
+/** service used to sort rows or columns of tables.
+ <p>
+ It extends the general SortDescriptor by table-specific properties.
+</p>
*/
service TableSortDescriptor
{
@@ -98,8 +95,7 @@ service TableSortDescriptor
// DOCUMENTATION CHANGED FOR TableSortDescriptor::SortFields
// DocMerge from idl: property com::sun::star::table::TableSortDescriptor::SortFields
- /** specifies the descriptions of
- the individual sort fields.
+ /** specifies the descriptions of the individual sort fields.
*/
[property] sequence<com::sun::star::util::SortField> SortFields;
@@ -115,10 +111,9 @@ service TableSortDescriptor
// DocMerge from xml: property com::sun::star::table::TableSortDescriptor::Orientation
/** specifies the orientation for how data is sorted.
-
-
-
- <p>Some implementations do not support sorting columns.</p>
+<p>
+ Some implementations do not support sorting columns.
+</p>
*/
[property] com::sun::star::table::TableOrientation Orientation;
@@ -139,6 +134,9 @@ service TableSortDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:19 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:56 hjs
initial import
diff --git a/offapi/com/sun/star/table/XCell.idl b/offapi/com/sun/star/table/XCell.idl
index 2607415352c6..0556c857ae05 100644
--- a/offapi/com/sun/star/table/XCell.idl
+++ b/offapi/com/sun/star/table/XCell.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCell.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:44 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:57:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,10 +86,8 @@ interface XCell: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::table::XCell::getFormula
/** returns the formula of a cell.
-
-
-
- <p>Even if the cell does not contain a formula, an
+ <p>
+ Even if the cell does not contain a formula, an
assignment of this attribute's value to another cell's
formula attribute would create the same cell content.
This is because this attribute contains the original
@@ -104,10 +102,8 @@ interface XCell: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::table::XCell::setFormula
/** sets a formula into the cell.
-
-
-
- <p>When assigned, the string will be interpreted and
+ <p>
+ When assigned, the string will be interpreted and
a value, text or formula cell is created, depending
on the text and the number format.</p>
*/
@@ -165,6 +161,9 @@ interface XCell: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 16:41:44 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/12/21 08:35:19 mi
@see interface/service/... ident -> @see ident - for new docu generator