summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-21 08:22:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-21 08:22:40 +0000
commita4b44b24c4121eeda6cd9eace0c340acbc82a8cd (patch)
tree2c66785f623c01e76ee9cc080b8517af9b929b59
parent0789262ce27b41408e383361bd35ec4904a6db99 (diff)
INTEGRATION: CWS calcautofilter (1.31.144); FILE MERGED
2007/08/09 14:58:28 tbe 1.31.144.1: #i27745 Basing autofiltering on the result set, not all rows.
-rw-r--r--sc/inc/table.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 84079f46f0ad..b4a0af0d8efd 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: table.hxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:03:58 $
+ * last change: $Author: vg $ $Date: 2007-09-21 09:22:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -609,6 +609,7 @@ public:
BOOL CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam& rQueryParam);
void GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedStrCollection& rStrings);
+ void GetFilteredFilterEntries( SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedStrCollection& rStrings );
BOOL GetDataEntries(SCCOL nCol, SCROW nRow, TypedStrCollection& rStrings, BOOL bLimit);
BOOL HasColHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );