summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-20 08:07:30 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-20 08:07:30 +0000
commitb386f6ea5624e27d3a457a54f37e83aa7b879aea (patch)
tree7bbe2a8edd5bc5aead0fa603dd636b244803d4c1 /sc/inc/column.hxx
parent9e6cf2110e7aa1dbb970ec6d18711944f48a1cea (diff)
INTEGRATION: CWS rowlimit2 (1.9.6); FILE MERGED
2004/06/18 20:00:19 er 1.9.6.1: #i28834# increased row limit memory footprint reduction, compressed array; raw check-in before vacation
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx13
1 files changed, 9 insertions, 4 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 7212bb6de921..deddeba37ae7 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:04:34 $
+ * last change: $Author: rt $ $Date: 2004-08-20 09:07:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#include "global.hxx"
#endif
+#ifndef SC_COMPRESSEDARRAY_HXX
+#include "compressedarray.hxx"
+#endif
#ifndef SC_ADDRESS_HXX
#include "address.hxx"
#endif
@@ -256,9 +259,11 @@ public:
// UpdateSelectionFunction: Mehrfachselektion
void UpdateSelectionFunction( const ScMarkData& rMark,
- ScFunctionData& rData, const BYTE* pRowFlags,
+ ScFunctionData& rData,
+ const ScBitMaskCompressedArray< SCROW, BYTE>* pRowFlags,
BOOL bDoExclude, SCROW nExStartRow, SCROW nExEndRow );
- void UpdateAreaFunction( ScFunctionData& rData, BYTE* pRowFlags,
+ void UpdateAreaFunction( ScFunctionData& rData,
+ const ScBitMaskCompressedArray< SCROW, BYTE>* pRowFlags,
SCROW nStartRow, SCROW nEndRow );
void CopyToColumn(SCROW nRow1, SCROW nRow2, USHORT nFlags, BOOL bMarked,