diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-28 15:50:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-28 15:50:59 +0000 |
commit | 640ae7c9eccb00e2cd5c1ac70fbb676145f7989c (patch) | |
tree | 1a3561a7e21f53cd9c340e2972773989deed04a0 /sc/inc/tokenarray.hxx | |
parent | 6cf376b0e8bf0f77556a850ec27a011df4181eb7 (diff) |
INTEGRATION: CWS jmarmion1 (1.2.64); FILE MERGED
2004/06/15 13:03:40 jmarmion 1.2.64.2: RESYNC: (1.2-1.3); FILE MERGED
2004/06/08 11:21:26 jmarmion 1.2.64.1: #i27974# support hyperlink() function.
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r-- | sc/inc/tokenarray.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index 541222e8e960..009c537ddae7 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tokenarray.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-06-04 10:17:30 $ + * last change: $Author: kz $ $Date: 2004-06-28 16:50:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,6 +113,7 @@ class ScTokenArray BOOL bReplacedSharedFormula; // If code was created by replacing // a shared formula, a temporary flag during // UpdateReference() until StartListeningTo() + BOOL bHyperLink; // If HYPERLINK() occurs in the formula. void Assign( const ScTokenArray& ); @@ -184,6 +185,8 @@ public: short GetRefs() const { return nRefs; } void SetReplacedSharedFormula( BOOL bVal ) { bReplacedSharedFormula = bVal; } BOOL IsReplacedSharedFormula() const { return bReplacedSharedFormula; } + void SetHyperLink( BOOL bVal ) { bHyperLink = bVal; } + BOOL IsHyperLink() const { return bHyperLink; } inline ScRecalcMode GetRecalcMode() const { return nMode; } /** Bits aren't set directly but validated and |