summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-09-10 00:28:42 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-09-10 00:28:42 -0400
commitc76bcee2c05a4ba0d58c034e48da812f3bc6c416 (patch)
tree30166678b59db3a697bde3377e2f4dcdadcf12c0 /sc/inc/table.hxx
parentb78dc8dc8073b0a5b7c4ab8d5ef7088098a201b1 (diff)
#i102750# renamed several classes to make them sound more associated with database ranges.
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index d657756de0ec..8a99b13521aa 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -78,7 +78,7 @@ struct ScLineFlags;
class CollatorWrapper;
struct ScDBQueryParamInternal;
struct ScQueryParamBase;
-class ScDoubleRefBase;
+class ScDBRangeBase;
class ScTable
{
@@ -163,7 +163,7 @@ private:
friend class ScDocument; // fuer FillInfo
friend class ScDocumentIterator;
friend class ScValueIterator;
-friend class ScQueryValueIterator;
+friend class ScDBQueryValueIterator;
friend class ScCellIterator;
friend class ScQueryCellIterator;
friend class ScHorizontalCellIterator;
@@ -640,8 +640,7 @@ public:
void TopTenQuery( ScQueryParam& );
SCSIZE Query(ScQueryParam& rQueryParam, BOOL bKeepSub);
BOOL CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam& rQueryParam);
-// BOOL CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScDBQueryParamInternal& rQueryParam);
- bool FillQueryEntries(ScQueryParamBase* pParam, const ScDoubleRefBase* pDBRef, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
+ bool FillQueryEntries(ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
void GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings);
void GetFilteredFilterEntries( SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings );
BOOL GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, BOOL bLimit);
@@ -720,9 +719,9 @@ private:
void SortReorder( ScSortInfoArray*, ScProgress& );
BOOL CreateExcelQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam& rQueryParam);
- bool CreateExcelQuery(ScQueryParamBase* pParam, const ScDoubleRefBase* pDBRef, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
+ bool CreateExcelQuery(ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
BOOL CreateStarQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam& rQueryParam);
- bool CreateStarQuery(ScQueryParamBase* pParam, const ScDoubleRefBase* pDBRef, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
+ bool CreateStarQuery(ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
void GetUpperCellString(SCCOL nCol, SCROW nRow, String& rStr);
BOOL RefVisible(ScFormulaCell* pCell);