summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:27:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:27:38 +0000
commitf1e09dc80efc1740c3da4f4e378f5b59c0c899c7 (patch)
treedb64863c5adbc03dbfd2ff9ac6f90b1788b7f8f8 /sc/inc/column.hxx
parente7606e0620b6bfc9c661a79bda220871d594119a (diff)
INTEGRATION: CWS dr20 (1.9.14); FILE MERGED
2004/08/12 12:26:17 dr 1.9.14.1: #i194# default column format
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 8b93a93fa133..7a631cd9afbf 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 13:40:58 $
+ * last change: $Author: hr $ $Date: 2004-09-08 15:27:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -341,6 +341,8 @@ public:
const SfxPoolItem* GetAttr( SCROW nRow, USHORT nWhich ) const;
const ScPatternAttr* GetPattern( SCROW nRow ) const;
+ const ScPatternAttr* GetMostUsedPattern( SCROW nStartRow, SCROW nEndRow ) const;
+
ULONG GetNumberFormat( SCROW nRow ) const;
void MergeSelectionPattern( SfxItemSet** ppSet, const ScMarkData& rMark, BOOL bDeep ) const;