diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-02 14:21:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-02 14:21:09 +0000 |
commit | 990a38392ffb7b0a7c361b37ce65dfce7d3e8b66 (patch) | |
tree | 2a5b023a1f9cfb39347c5225ced09838d63107b6 /sc/inc/tokenarray.hxx | |
parent | 73f86b8f2b634eaf2d56a35f968b102a8cd00a06 (diff) |
INTEGRATION: CWS calcformula (1.9.80); FILE MERGED
2007/08/20 15:03:15 tbe 1.9.80.1: #i20496# Enhanced formula input
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 1f04011fb236..8718e8dcd5a7 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tokenarray.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2007-06-13 09:05:55 $ + * last change: $Author: kz $ $Date: 2007-10-02 15:21:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -235,6 +235,9 @@ public: /** Rewrites to Plain Old Formula, substituting missing parameters. The ScTokenArray* returned is new'ed. */ ScTokenArray* RewriteMissingToPof(); + + /** Determines if this formula may be followed by a reference. */ + bool MayReferenceFollow(); }; inline OpCode ScTokenArray::GetOuterFuncOpCode() |