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
962e14e9
Kaydet (Commit)
962e14e9
authored
Mar 03, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
introduce SC_OPCODE_TABLE_REF / ocTableRef
Change-Id: I74cd756fe41b75791f7c2665373e33aec04b1eee
üst
b6898755
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
compiler.hrc
include/formula/compiler.hrc
+11
-10
opcode.hxx
include/formula/opcode.hxx
+1
-0
No files found.
include/formula/compiler.hrc
Dosyayı görüntüle @
962e14e9
...
@@ -42,16 +42,17 @@
...
@@ -42,16 +42,17 @@
#define SC_OPCODE_SPACES 16
#define SC_OPCODE_SPACES 16
#define SC_OPCODE_MAT_REF 17
#define SC_OPCODE_MAT_REF 17
#define SC_OPCODE_DB_AREA 18 /* additional access operators */
#define SC_OPCODE_DB_AREA 18 /* additional access operators */
#define SC_OPCODE_MACRO 19
#define SC_OPCODE_TABLE_REF 19
#define SC_OPCODE_COL_ROW_NAME 20
#define SC_OPCODE_MACRO 20
#define SC_OPCODE_COL_ROW_NAME_AUTO 21
#define SC_OPCODE_COL_ROW_NAME 21
#define SC_OPCODE_PERCENT_SIGN 22 /* operator _follows_ value */
#define SC_OPCODE_COL_ROW_NAME_AUTO 22
#define SC_OPCODE_ARRAY_OPEN 23
#define SC_OPCODE_PERCENT_SIGN 23 /* operator _follows_ value */
#define SC_OPCODE_ARRAY_CLOSE 24
#define SC_OPCODE_ARRAY_OPEN 24
#define SC_OPCODE_ARRAY_ROW_SEP 25
#define SC_OPCODE_ARRAY_CLOSE 25
#define SC_OPCODE_ARRAY_COL_SEP 26 /* some convs use sep != col_sep */
#define SC_OPCODE_ARRAY_ROW_SEP 26
#define SC_OPCODE_STOP_DIV 27
#define SC_OPCODE_ARRAY_COL_SEP 27 /* some convs use sep != col_sep */
#define SC_OPCODE_SKIP 28 /* used to skip raw tokens during string compilation */
#define SC_OPCODE_STOP_DIV 28
#define SC_OPCODE_SKIP 29 /* used to skip raw tokens during string compilation */
/*** error constants #... ***/
/*** error constants #... ***/
#define SC_OPCODE_START_ERRORS 30
#define SC_OPCODE_START_ERRORS 30
...
...
include/formula/opcode.hxx
Dosyayı görüntüle @
962e14e9
...
@@ -54,6 +54,7 @@ enum OpCode : sal_uInt16
...
@@ -54,6 +54,7 @@ enum OpCode : sal_uInt16
ocSkip
=
SC_OPCODE_SKIP
,
ocSkip
=
SC_OPCODE_SKIP
,
// Access commands
// Access commands
ocDBArea
=
SC_OPCODE_DB_AREA
,
ocDBArea
=
SC_OPCODE_DB_AREA
,
ocTableRef
=
SC_OPCODE_TABLE_REF
,
ocMacro
=
SC_OPCODE_MACRO
,
ocMacro
=
SC_OPCODE_MACRO
,
ocColRowName
=
SC_OPCODE_COL_ROW_NAME
,
ocColRowName
=
SC_OPCODE_COL_ROW_NAME
,
ocColRowNameAuto
=
SC_OPCODE_COL_ROW_NAME_AUTO
,
ocColRowNameAuto
=
SC_OPCODE_COL_ROW_NAME_AUTO
,
...
...
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