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
35a230af
Kaydet (Commit)
35a230af
authored
Tem 12, 2013
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
prepare to read backsolver's OOo ODFF namespaced function name
Change-Id: Ieff6955c54125483eeac25f87ab334d91e37968f
üst
952bc9fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
compiler.cxx
sc/source/core/tool/compiler.cxx
+4
-5
No files found.
sc/source/core/tool/compiler.cxx
Dosyayı görüntüle @
35a230af
...
@@ -2461,14 +2461,13 @@ bool ScCompiler::IsOpCode( const String& rName, bool bInArray )
...
@@ -2461,14 +2461,13 @@ bool ScCompiler::IsOpCode( const String& rName, bool bInArray )
OpCode
eOp
;
OpCode
eOp
;
};
};
static
const
FunctionName
aOdffAliases
[]
=
{
static
const
FunctionName
aOdffAliases
[]
=
{
// Renamed old names:
// Renamed old names
, still accept them
:
{
"B"
,
ocB
},
// B -> BINOM.DIST.RANGE
{
"B"
,
ocB
},
// B -> BINOM.DIST.RANGE
{
"TDIST"
,
ocTDist
},
// TDIST -> LEGACY.TDIST
{
"TDIST"
,
ocTDist
},
// TDIST -> LEGACY.TDIST
{
"EASTERSUNDAY"
,
ocEasterSunday
},
// EASTERSUNDAY -> ORG.OPENOFFICE.EASTERSUNDAY
{
"EASTERSUNDAY"
,
ocEasterSunday
},
// EASTERSUNDAY -> ORG.OPENOFFICE.EASTERSUNDAY
{ "ZGZ", ocZGZ } // ZGZ -> RRI
{
"ZGZ"
,
ocZGZ
},
// ZGZ -> RRI
// Renamed new names:
// Renamed new names, prepare to read future names:
// XXX none currently. Example:
{
"ORG.OPENOFFICE.GOALSEEK"
,
ocBackSolver
}
// GOALSEEK -> ORG.OPENOFFICE.GOALSEEK
//{ "ORG.OPENOFFICE.EASTERSUNDAY", ocEasterSunday }
};
};
static
const
size_t
nOdffAliases
=
sizeof
(
aOdffAliases
)
/
sizeof
(
aOdffAliases
[
0
]);
static
const
size_t
nOdffAliases
=
sizeof
(
aOdffAliases
)
/
sizeof
(
aOdffAliases
[
0
]);
for
(
size_t
i
=
0
;
i
<
nOdffAliases
;
++
i
)
for
(
size_t
i
=
0
;
i
<
nOdffAliases
;
++
i
)
...
...
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