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:
parent
0c0067984e
commit
298250175c
1 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue