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.
This commit is contained in:
parent
7b5c31721b
commit
1e5a9cfb38
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue