summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/CellRange.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:55:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:55:47 +0000
commit74501dd57268c9f3144d0fb1850b1a4b61dd281d (patch)
treeaedd1cd179d9b4054dede90861cbeb317c4b4f63 /offapi/com/sun/star/text/CellRange.idl
parent2a9df927ee5caf83acfb00ca8c2fa1040534d1ec (diff)
INTEGRATION: CWS sw018 (1.8.88); FILE MERGED
2003/06/27 07:09:40 tl 1.8.88.2: #103610# missing bugfix added 2003/06/26 12:42:02 tl 1.8.88.1: #103610# missing bugfix added
Diffstat (limited to 'offapi/com/sun/star/text/CellRange.idl')
-rw-r--r--offapi/com/sun/star/text/CellRange.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index ab02fa8f0fd3..9e3667deda34 100644
--- a/offapi/com/sun/star/text/CellRange.idl
+++ b/offapi/com/sun/star/text/CellRange.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CellRange.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:42 $
+ * last change: $Author: hr $ $Date: 2003-06-30 14:55:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,12 @@
#ifndef __com_sun_star_style_ParagraphProperties_idl__
#include <com/sun/star/style/ParagraphProperties.idl>
#endif
+#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__
+#include <com/sun/star/style/ParagraphPropertiesAsian.idl>
+#endif
+#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__
+#include <com/sun/star/style/ParagraphPropertiesComplex.idl>
+#endif
#ifndef __com_sun_star_style_CharacterPropertiesAsian_idl__
#include <com/sun/star/style/CharacterPropertiesAsian.idl>
#endif
@@ -111,6 +117,10 @@ service CellRange
service com::sun::star::style::ParagraphProperties;
+ [optional] service com::sun::star::style::ParagraphPropertiesAsian;
+
+ [optional] service com::sun::star::style::ParagraphPropertiesComplex;
+
interface com::sun::star::table::XCellRange;
[optional] interface com::sun::star::sheet::XCellRangeData;