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
b26edbb4
Kaydet (Commit)
b26edbb4
authored
Kas 14, 2013
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
moved erroneous _xlfn. from ODFF to OOXML
Change-Id: I58e7d1ba611b4482cfe4ac5f5d37feaf33691a37
üst
85341404
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
core_resource.src
formula/source/core/resource/core_resource.src
+8
-8
No files found.
formula/source/core/resource/core_resource.src
Dosyayı görüntüle @
b26edbb4
...
...
@@ -100,7 +100,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_PLUS_MINUS { Text = "SIGN" ; };
String SC_OPCODE_ABS { Text = "ABS" ; };
String SC_OPCODE_INT { Text = "INT" ; };
String SC_OPCODE_PHI { Text = "
_xlfn.
PHI" ; };
String SC_OPCODE_PHI { Text = "PHI" ; };
String SC_OPCODE_GAUSS { Text = "GAUSS" ; };
String SC_OPCODE_IS_EMPTY { Text = "ISBLANK" ; };
String SC_OPCODE_IS_STRING { Text = "ISTEXT" ; };
...
...
@@ -201,13 +201,13 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_KOMBIN { Text = "COMBIN" ; };
String SC_OPCODE_KOMBIN_2 { Text = "COMBINA" ; };
String SC_OPCODE_VARIATIONEN { Text = "PERMUT" ; };
String SC_OPCODE_VARIATIONEN_2 { Text = "
_xlfn.
PERMUTATIONA" ; };
String SC_OPCODE_VARIATIONEN_2 { Text = "PERMUTATIONA" ; };
String SC_OPCODE_BW { Text = "PV" ; };
String SC_OPCODE_DIA { Text = "SYD" ; };
String SC_OPCODE_GDA { Text = "DDB" ; };
String SC_OPCODE_GDA_2 { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
String SC_OPCODE_LAUFZ { Text = "
_xlfn.
PDURATION" ; };
String SC_OPCODE_LAUFZ { Text = "PDURATION" ; };
String SC_OPCODE_LIA { Text = "SLN" ; };
String SC_OPCODE_RMZ { Text = "PMT" ; };
String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; };
...
...
@@ -216,7 +216,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_COLUMN { Text = "COLUMN" ; };
String SC_OPCODE_ROW { Text = "ROW" ; };
String SC_OPCODE_TABLE { Text = "SHEET" ; };
String SC_OPCODE_ZGZ { Text = "
_xlfn.
RRI" ; };
String SC_OPCODE_ZGZ { Text = "RRI" ; };
String SC_OPCODE_ZW { Text = "FV" ; };
String SC_OPCODE_ZZR { Text = "NPER" ; };
String SC_OPCODE_ZINS { Text = "RATE" ; };
...
...
@@ -461,7 +461,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_PLUS_MINUS { Text = "SIGN" ; };
String SC_OPCODE_ABS { Text = "ABS" ; };
String SC_OPCODE_INT { Text = "INT" ; };
String SC_OPCODE_PHI { Text = "PHI" ; };
String SC_OPCODE_PHI { Text = "
_xlfn.
PHI" ; };
String SC_OPCODE_GAUSS { Text = "_xlfn.GAUSS" ; };
String SC_OPCODE_IS_EMPTY { Text = "ISBLANK" ; };
String SC_OPCODE_IS_STRING { Text = "ISTEXT" ; };
...
...
@@ -562,13 +562,13 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_KOMBIN { Text = "COMBIN" ; };
String SC_OPCODE_KOMBIN_2 { Text = "_xlfn.COMBINA" ; };
String SC_OPCODE_VARIATIONEN { Text = "PERMUT" ; };
String SC_OPCODE_VARIATIONEN_2 { Text = "PERMUTATIONA" ; };
String SC_OPCODE_VARIATIONEN_2 { Text = "
_xlfn.
PERMUTATIONA" ; };
String SC_OPCODE_BW { Text = "PV" ; };
String SC_OPCODE_DIA { Text = "SYD" ; };
String SC_OPCODE_GDA { Text = "DDB" ; };
String SC_OPCODE_GDA_2 { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
String SC_OPCODE_LAUFZ { Text = "DURATION" ; };
String SC_OPCODE_LAUFZ { Text = "
_xlfn.
DURATION" ; };
String SC_OPCODE_LIA { Text = "SLN" ; };
String SC_OPCODE_RMZ { Text = "PMT" ; };
String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; };
...
...
@@ -577,7 +577,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_COLUMN { Text = "COLUMN" ; };
String SC_OPCODE_ROW { Text = "ROW" ; };
String SC_OPCODE_TABLE { Text = "_xlfn.SHEET" ; };
String SC_OPCODE_ZGZ { Text = "
ZGZ
" ; };
String SC_OPCODE_ZGZ { Text = "
_xlfn.RRI
" ; };
String SC_OPCODE_ZW { Text = "FV" ; };
String SC_OPCODE_ZZR { Text = "NPER" ; };
String SC_OPCODE_ZINS { Text = "RATE" ; };
...
...
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