Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
46c0f52b
Kaydet (Commit)
46c0f52b
authored
Eyl 04, 2001
tarafından
Andreas Bregas
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#88329# new opcodes GLOBAL_P, FIND_G
üst
e1474590
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
opcodes.hxx
basic/source/inc/opcodes.hxx
+6
-3
No files found.
basic/source/inc/opcodes.hxx
Dosyayı görüntüle @
46c0f52b
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: opcodes.hxx,v $
* $RCSfile: opcodes.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author: ab $ $Date: 200
0-10-18 08:58:04
$
* last change: $Author: ab $ $Date: 200
1-09-04 07:24:55
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -178,11 +178,14 @@ enum SbiOpcode {
...
@@ -178,11 +178,14 @@ enum SbiOpcode {
// Objekte
// Objekte
_LOCAL
,
// Lokale Variable definieren (+StringID+Typ)
_LOCAL
,
// Lokale Variable definieren (+StringID+Typ)
_PUBLIC
,
// Modulglobale Variable (+StringID+Typ)
_PUBLIC
,
// Modulglobale Variable (+StringID+Typ)
_GLOBAL
,
// Globale Variable definieren (+StringID+Typ)
_GLOBAL
,
// Globale Variable definieren
, public-Anweisung
(+StringID+Typ)
_CREATE
,
// Objekt kreieren (+StringId+StringID)
_CREATE
,
// Objekt kreieren (+StringId+StringID)
_STATIC
,
// Statische Variabl (+StringID+Typ) JSM
_STATIC
,
// Statische Variabl (+StringID+Typ) JSM
_TCREATE
,
// User Defined Objekt kreieren
_TCREATE
,
// User Defined Objekt kreieren
_DCREATE
,
// Objekt-Array kreieren (+StringId+StringID)
_DCREATE
,
// Objekt-Array kreieren (+StringId+StringID)
_GLOBAL_P
,
// Globale Variable definieren, die beim Neustart von Basic
// nicht ueberschrieben wird, P=PERSIST (+StringID+Typ)
_FIND_G
,
// Sucht globale Variable mit Spezialbehandlung wegen _GLOBAL_P
SbOP2_END
SbOP2_END
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment