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
8f031861
Kaydet (Commit)
8f031861
authored
Kas 28, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
write TRUE() for 2nd IF() parameter, fdo#81596 related
Change-Id: I52d0b43b19e10bee82109b635b3b7ce4f43650a3
üst
14aabee5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
token.cxx
formula/source/core/api/token.cxx
+3
-1
No files found.
formula/source/core/api/token.cxx
Dosyayı görüntüle @
8f031861
...
@@ -1149,7 +1149,9 @@ void FormulaMissingContext::AddMoreArgs( FormulaTokenArray *pNewArr, const Missi
...
@@ -1149,7 +1149,9 @@ void FormulaMissingContext::AddMoreArgs( FormulaTokenArray *pNewArr, const Missi
{
{
// Excel needs at least two parameters in IF function
// Excel needs at least two parameters in IF function
pNewArr
->
AddOpCode
(
ocSep
);
pNewArr
->
AddOpCode
(
ocSep
);
pNewArr
->
AddDouble
(
1.0
);
// 2nd, true()
pNewArr
->
AddOpCode
(
ocTrue
);
// 2nd, true() as function
pNewArr
->
AddOpCode
(
ocOpen
);
// so the result is of logical type
pNewArr
->
AddOpCode
(
ocClose
);
// and survives roundtrip
}
}
break
;
break
;
...
...
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