diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 15:32:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 15:32:35 +0000 |
commit | 000f2205040a50a8c4928893b5f8e216f9d9c01b (patch) | |
tree | 488ce8b719f5e2bca46e43b6e05129205ead6a95 /basic | |
parent | 6e6db5581b6b75d4e41bdc2bd1757af2ea35496b (diff) |
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
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/runtime.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index 995e89c0097b..c021b52f8fee 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -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(); |