INTEGRATION: CWS scriptingf4 (1.5.138); FILE MERGED

2004/04/27 14:15:15 toconnor 1.5.138.1: #i28384# - implement Macro Selector specification
This commit is contained in:
Rüdiger Timm 2004-05-19 06:47:22 +00:00
parent 0c0067984e
commit 298250175c

View file

@ -2,9 +2,9 @@
*
* $RCSfile: validat.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: hjs $ $Date: 2003-08-19 11:34:11 $
* last change: $Author: rt $ $Date: 2004-05-19 07:47:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -118,6 +118,9 @@ class ScValidationData : public ScConditionEntry
BOOL DoMacro( const ScAddress& rPos, const String& rInput,
ScFormulaCell* pCell, Window* pParent ) const;
BOOL DoScript( const ScAddress& rPos, const String& rInput,
ScFormulaCell* pCell, Window* pParent ) const;
public:
ScValidationData( ScValidationMode eMode, ScConditionMode eOper,
const String& rExpr1, const String& rExpr2,