summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/CellRange.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-09-25 12:36:27 +0000
committerThomas Lange <tl@openoffice.org>2002-09-25 12:36:27 +0000
commitf47c2198aa45c751987c6d4bde8e1751a4073810 (patch)
treef363d45c5959f67031befd9b2195ffb5bf8ebc17 /offapi/com/sun/star/text/CellRange.idl
parent1a48a42356804c062a135418c095256e2f052df9 (diff)
#103610# missing properties added
Diffstat (limited to 'offapi/com/sun/star/text/CellRange.idl')
-rw-r--r--offapi/com/sun/star/text/CellRange.idl74
1 files changed, 71 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index e14b887727c7..db7e2a5833f2 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2002-04-30 11:05:12 $
+ * last change: $Author: tl $ $Date: 2002-09-25 13:32:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,9 @@
#ifndef __com_sun_star_sheet_XCellRangeData_idl__
#include <com/sun/star/sheet/XCellRangeData.idl>
#endif
+#ifndef __com_sun_star_style_GraphicLocation_idl__
+#include <com/sun/star/style/GraphicLocation.idl>
+#endif
//=============================================================================
@@ -106,7 +109,72 @@ service CellRange
interface com::sun::star::table::XCellRange;
- [optional] interface com::sun::star::sheet::XCellRangeData;
+ [optional] interface com::sun::star::sheet::XCellRangeData;
+
+ //-----------------------------------------------------------------------------
+
+ /** contains color of the background.
+ */
+ [property] long BackColor;
+
+ //-----------------------------------------------------------------------------
+
+ /** contains the filter name of the background graphic.
+ */
+ [property] string BackGraphicFilter;
+
+ //-----------------------------------------------------------------------------
+
+ /** determins the location of the background graphic.
+ */
+ [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
+
+ //-----------------------------------------------------------------------------
+
+ /** contains the URL of the background graphic.
+ */
+ [property] string BackGraphicURL;
+
+ //-----------------------------------------------------------------------------
+
+ /** determins if the background color is transparent.
+ */
+ [property] boolean BackTransparent;
+
+ //-----------------------------------------------------------------------------
+
+ /** determins if the first column of the table should be treated as
+ axis labels when a chart is to be created.
+ */
+ [property] boolean ChartColumnAsLabel;
+
+ //-----------------------------------------------------------------------------
+
+ /** determins if the first row of the table should be treated as
+ axis labels when a chart is to be created.
+ */
+ [property] boolean ChartRowAsLabel;
+
+ //-----------------------------------------------------------------------------
+
+ /** contains the number format.
+ */
+ [property] long NumberFormat;
+
+ //-----------------------------------------------------------------------------
+
+ /** determins the top margin of the cell.
+ */
+ [property] long TopMargin;
+
+ //-----------------------------------------------------------------------------
+
+ /** determins the bottom margin of the cell.
+ */
+ [property] long BottomMargin;
+
+ //-----------------------------------------------------------------------------
+
};
//=============================================================================