diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-10 12:08:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-10 12:08:13 +0000 |
commit | 1e5a9cfb388c69c13bad0779625cf188bd3290d1 (patch) | |
tree | 5815744575a9b771a7d810a885f9272b57c06c6a /sc/inc/conditio.hxx | |
parent | 7b5c31721b991e446f447ec45c9d98ea534153ae (diff) |
INTEGRATION: CWS xmlfilter02 (1.10.18); FILE MERGED
2007/08/06 21:56:39 kohei 1.10.18.1: changes to allow passing formula tokens to data validation objects.
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r-- | sc/inc/conditio.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 820ead389a73..81d15c418804 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -4,9 +4,9 @@ * * $RCSfile: conditio.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2007-02-27 11:54:31 $ + * last change: $Author: obo $ $Date: 2008-01-10 13:08:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,6 +148,9 @@ public: void SetSrcString( const String& rNew ); // for XML import + void SetFormula1( const ScTokenArray& rArray ); + void SetFormula2( const ScTokenArray& rArray ); + String GetExpression( const ScAddress& rCursor, USHORT nPos, ULONG nNumFmt = 0, BOOL bEnglish = FALSE, BOOL bCompileXML = FALSE, BOOL bTextToReal = FALSE ) const; |