summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-30 09:00:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-30 09:00:44 +0000
commite5ae87877b9f6814c6dd94f306a45b0397dbdb50 (patch)
tree6ef192c9d1b5b58f622c63bf01cd5f04cd6d1143 /basic/source
parent6dfd00d4477e6180cbaeecf04ca03357f943fd93 (diff)
INTEGRATION: CWS npower7 (1.11.42); FILE MERGED
2007/05/02 09:45:22 npower 1.11.42.3: #i#68898# 2007/02/27 18:29:09 npower 1.11.42.2: #i68897 constant and dim as xxx support 2007/02/16 17:06:53 npower 1.11.42.1: #i70380 compatible erase behaviour
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/inc/opcodes.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/inc/opcodes.hxx b/basic/source/inc/opcodes.hxx
index a4ef3a2f2502..fc4de6572d1b 100644
--- a/basic/source/inc/opcodes.hxx
+++ b/basic/source/inc/opcodes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: opcodes.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2006-11-02 16:32:24 $
+ * last change: $Author: vg $ $Date: 2007-08-30 10:00:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,6 +99,7 @@ enum SbiOpcode {
_REDIMP_ERASE, // Copies array to be later used by REDIM PRESERVE before erasing it
_INITFOREACH,
_VBASET, // VBA-like Set
+ _ERASE_CLEAR, // Erase array and clear variable
SbOP0_END,
// Alle Opcodes mit einem Operanden
@@ -132,6 +133,7 @@ enum SbiOpcode {
_BASED, // TOS wird um BASE erhoeht, BASE davor gepusht (+base)
// Typanpassung im Argv
_ARGTYP, // Letzten Parameter in Argv konvertieren (+Typ)
+ _VBASETCLASS, // VBA-like Set
SbOP1_END,
// Alle Opcodes mit zwei Operanden
@@ -164,6 +166,7 @@ enum SbiOpcode {
_FIND_G, // Sucht globale Variable mit Spezialbehandlung wegen _GLOBAL_P
_DCREATE_REDIMP, // Objekt-Array redimensionieren (+StringId+StringID)
_FIND_CM, // Search inside a class module (CM) to enable global search in time
+ _PUBLIC_P, // Module global Variable (persisted between calls)(+StringID+Typ)
SbOP2_END
};