diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 12:22:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 12:22:47 +0000 |
commit | d03646133924979bfcbaee94992bf1bb785e53ad (patch) | |
tree | 0f6733a73f81a7b4dabef559cfb82165261b6b58 /sc/inc/column.hxx | |
parent | e3b9352f708ff92debb0233cc0942a4c4ac80c45 (diff) |
INTEGRATION: CWS sheetdrag (1.18.290); FILE MERGED
2008/01/31 16:20:30 nn 1.18.290.2: RESYNC: (1.18-1.19); FILE MERGED
2008/01/31 16:04:22 nn 1.18.290.1: #b6632130# find used named ranges in only one loop
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 3f9d4dcb4cd5..f61bbfff8948 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -4,9 +4,9 @@ * * $RCSfile: column.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2008-01-29 15:15:03 $ + * last change: $Author: vg $ $Date: 2008-02-12 13:22:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,8 @@ #include <tools/solar.h> #endif +#include <set> + class Fraction; class OutputDevice; class Rectangle; @@ -312,6 +314,7 @@ public: void SetTabNo(SCTAB nNewTab); BOOL IsRangeNameInUse(SCROW nRow1, SCROW nRow2, USHORT nIndex) const; + void FindRangeNamesInUse(SCROW nRow1, SCROW nRow2, std::set<USHORT>& rIndexes) const; void ReplaceRangeNamesInUse( SCROW nRow1, SCROW nRow2, const ScIndexMap& rMap ); const SfxPoolItem* GetAttr( SCROW nRow, USHORT nWhich ) const; |