diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 12:22:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 12:22:32 +0000 |
commit | e3b9352f708ff92debb0233cc0942a4c4ac80c45 (patch) | |
tree | ecfd62af0216ceb1a5096c852f4315f96676a8aa /sc/inc/cell.hxx | |
parent | bd37d6c805a63a34367b4309d7392ef6c718d501 (diff) |
INTEGRATION: CWS sheetdrag (1.25.188); FILE MERGED
2008/01/31 16:20:27 nn 1.25.188.2: RESYNC: (1.25-1.26); FILE MERGED
2008/01/31 16:04:22 nn 1.25.188.1: #b6632130# find used named ranges in only one loop
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r-- | sc/inc/cell.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 66604f817daf..273c10f4bb6b 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cell.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2008-01-29 15:14:49 $ + * last change: $Author: vg $ $Date: 2008-02-12 13:22:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,6 +38,8 @@ #include <stddef.h> +#include <set> + #ifndef _SVMEMPOOL_HXX //autogen #include <tools/mempool.hxx> #endif @@ -369,6 +371,7 @@ public: BOOL TestTabRefAbs(SCTAB nTable); void UpdateCompile( BOOL bForceIfNameInUse = FALSE ); BOOL IsRangeNameInUse(USHORT nIndex) const; + void FindRangeNamesInUse(std::set<USHORT>& rIndexes) const; void ReplaceRangeNamesInUse( const ScIndexMap& rMap ); BOOL IsSubTotal() const { return bSubTotal; } BOOL IsChanged() const { return bChanged; } |