diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 12:23:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 12:23:26 +0000 |
commit | 2301c85c2ef3d68274cca5c2d3b2f2dc04b330cf (patch) | |
tree | d39d55651dbcd5c5edec6cbd93292e13e1bd61fd /sc/inc/rangenam.hxx | |
parent | 83a6d7e390088f5a9a33635cf828290d4fae258e (diff) |
INTEGRATION: CWS dr48 (1.10.42); FILE MERGED
2006/06/01 13:56:28 nn 1.10.42.1: #i63148# IsValidReference for area links etc.
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r-- | sc/inc/rangenam.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index c44c65bdade9..48cb82322084 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rangenam.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-03-27 09:25:12 $ + * last change: $Author: obo $ $Date: 2006-07-10 13:23:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -158,6 +158,7 @@ public: void UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ); BOOL IsReference( ScRange& rRef ) const; + BOOL IsValidReference( ScRange& rRef ) const; BOOL IsRangeAtCursor( const ScAddress&, BOOL bStartOnly ) const; BOOL IsRangeAtBlock( const ScRange& ) const; |