summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xistyle.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-05 12:42:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-05 12:42:27 +0000
commitd3a928bb6facfe0ac0470861ef7c412c77dc5321 (patch)
tree5d13422e127ca6b3b5c3ae16850bdba099f1b741 /sc/source/filter/inc/xistyle.hxx
parent47b4fe25b9f46c4cc2c4873548ed9d4e45fab332 (diff)
INTEGRATION: CWS calc17 (1.6.4); FILE MERGED
2003/09/22 09:48:27 jmarmion 1.6.4.1: #109555# do not overwrite column default formatting
Diffstat (limited to 'sc/source/filter/inc/xistyle.hxx')
-rw-r--r--sc/source/filter/inc/xistyle.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xistyle.hxx b/sc/source/filter/inc/xistyle.hxx
index 612c05a4f7c6..3e56b776f20b 100644
--- a/sc/source/filter/inc/xistyle.hxx
+++ b/sc/source/filter/inc/xistyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xistyle.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2003-09-16 08:20:03 $
+ * last change: $Author: hr $ $Date: 2003-11-05 13:42:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -570,6 +570,9 @@ public:
/** Returns the next formatted cell range in this column. */
inline XclImpXFIndex* Next() { return maIndexList.Next(); }
+ /** Inserts a single row range into the list. */
+ void SetDefaultXF( sal_uInt32 nEncXFIndex );
+
/** Inserts a new (encoded) XF index (first try to expand the last range). */
void SetXF( sal_uInt16 nRow, sal_uInt32 nEncXFIndex );
@@ -609,6 +612,8 @@ public:
void SetBoolXF( sal_uInt16 nCol, sal_uInt16 nRow, sal_uInt16 nXFIndex );
/** Inserts a new XF index for all cells in a row. */
void SetRowDefXF( sal_uInt16 nRow, sal_uInt16 nXFIndex );
+ /** Inserts a new XF index for all cells in a column. */
+ void SetColumnDefXF( sal_uInt16 nCol, sal_uInt16 nXFIndex );
/** Inserts the first cell of a merged cell range. */
void SetMerge( sal_uInt16 nCol, sal_uInt16 nRow );