Kaydet (Commit) 000f2205 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS npower4 (1.30.42); FILE MERGED

2006/10/26 13:21:29 npower 1.30.42.3: #i68894# remove member method in favour of local function in implementation
2006/10/20 15:38:17 npower 1.30.42.2: i#i68894# move basic search from StarBasic::Find to SbiRuntime::FindElement
2006/10/18 20:29:18 npower 1.30.42.1: #i64884# changes for default properties
üst 6e6db558
......@@ -4,9 +4,9 @@
*
* $RCSfile: runtime.hxx,v $
*
* $Revision: 1.32 $
* $Revision: 1.33 $
*
* last change: $Author: vg $ $Date: 2006-11-02 11:02:58 $
* last change: $Author: vg $ $Date: 2006-11-02 16:32:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -439,8 +439,8 @@ class SbiRuntime
void StepNOT(), StepCAT(), StepLIKE(), StepIS();
void StepCLONE(), StepOLDBASED(), StepARGC();
void StepARGV(), StepINPUT(), StepLINPUT(), StepSTOP();
void StepGET(), StepSET(), StepPUT(), StepPUTC();
void StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar );
void StepGET(), StepSET(), StepVBASET(), StepPUT(), StepPUTC();
void StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bDefaultHandling = false );
void StepDIM(), StepREDIM(), StepREDIMP(), StepERASE();
void StepINITFOR(), StepNEXT(), StepERROR(), StepINITFOREACH();
void StepCASE(), StepENDCASE(), StepSTDERROR();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment