From 1e5a9cfb388c69c13bad0779625cf188bd3290d1 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 10 Jan 2008 12:08:13 +0000 Subject: [PATCH] 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. --- sc/inc/conditio.hxx | 7 +++++-- 1 file 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;