summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-10-18 08:03:25 +0000
committerEike Rathke <er@openoffice.org>2001-10-18 08:03:25 +0000
commitd3e7441e45aad3e29f77bf0dedd766cf9a6ab7b4 (patch)
tree7279c58e6c37c39051feb335df62bc3d0d2cbf87 /sc/inc/token.hxx
parentf4dfcbf094854c868e052c7baf05c7df9c744f3f (diff)
#i1843# DeleteCol/DeleteRow: correctly reestablish listeners on absolute name references
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index bc3ed8d8dc40..21fa5388e3f0 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: token.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2001-10-12 12:31:07 $
+ * last change: $Author: er $ $Date: 2001-10-18 08:56:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,6 +171,11 @@ public:
BOOL TextEqual( const ScToken& rToken ) const;
BOOL Is3DRef() const; // reference with 3D flag set
+ // If token in RPN resulted from resolving a name and contains an absolute
+ // reference. Token must be obtained through ScTokenArray::GetNextReferenceRPN()
+ // or similar.
+ BOOL IsRPNReferenceAbsName() const;
+
static size_t GetStrLenBytes( xub_StrLen nLen )
{ return nLen * sizeof(sal_Unicode); }
static size_t GetStrLenBytes( const String& rStr )