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
317b5bc5
Kaydet (Commit)
317b5bc5
authored
Kas 30, 2014
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
amended solution to @TERM and @CTERM import from Lotus 1-2-3
Change-Id: If23e0d80585911ea75c2a24f1e59e71f1edb4774
üst
a6645188
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
lotform.cxx
sc/source/filter/lotus/lotform.cxx
+9
-5
No files found.
sc/source/filter/lotus/lotform.cxx
Dosyayı görüntüle @
317b5bc5
...
...
@@ -417,7 +417,7 @@ ConvErr LotusToSc::Convert( const ScTokenArray*& rpErg, sal_Int32& rRest,
eType
=
(
pIndexToType
)(
nOc
);
eOc
=
(
pIndexToToken
)(
nOc
);
if
(
eOc
==
ocNoName
||
eOc
==
ocZZR
)
if
(
eOc
==
ocNoName
)
pExtName
=
GetAddInName
(
nOc
);
switch
(
eType
)
...
...
@@ -1030,8 +1030,8 @@ DefTokenId LotusToSc::IndexToToken( sal_uInt8 nIndex )
ocNoName
,
// 114 Call()
ocIndirect
,
// 115 @@()
ocZins
,
// 116 Rate()
oc
ZZR
,
// 117 Term()
oc
ZZR
,
// 118 Cterm()
oc
NoName
,
// 117 Term()
oc
NoName
,
// 118 Cterm()
ocLIA
,
// 119 Sln()
ocDIA
,
// 120 Syd(), Soy()
ocGDA
,
// 121 Ddb()
...
...
@@ -1559,8 +1559,8 @@ DefTokenId LotusToSc::IndexToTokenWK123( sal_uInt8 nIndex )
ocNoName
,
// 114 Call()
ocIndirect
,
// 115 @@()
ocZins
,
// 116 Rate()
oc
ZZR
,
// 117 Term()
oc
ZZR
,
// 118 Cterm()
oc
NoName
,
// 117 Term()
oc
NoName
,
// 118 Cterm()
ocLIA
,
// 119 Sln()
ocDIA
,
// 120 Syd(), Soy()
ocGDA
,
// 121 Ddb()
...
...
@@ -2038,6 +2038,10 @@ static DefTokenId lcl_KnownAddIn( const OString& rTest )
eId
=
ocNormDist
;
else
if
(
rTest
==
"CRITBINOMIAL"
)
eId
=
ocKritBinom
;
else
if
(
rTest
==
"TERM"
)
eId
=
ocZZR
;
else
if
(
rTest
==
"CTERM"
)
eId
=
ocZZR
;
return
eId
;
}
...
...
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