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
b4bc7aab
Kaydet (Commit)
b4bc7aab
authored
Mar 28, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "coverity#1038286 Logically dead code"
This reverts commit
f5adf08a
.
üst
49836e6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
cellkeytranslator.cxx
sc/source/core/tool/cellkeytranslator.cxx
+16
-0
No files found.
sc/source/core/tool/cellkeytranslator.cxx
Dosyayı görüntüle @
b4bc7aab
...
@@ -137,6 +137,22 @@ static void lclMatchKeyword(OUString& rName, const ScCellKeywordHashMap& aMap,
...
@@ -137,6 +137,22 @@ static void lclMatchKeyword(OUString& rName, const ScCellKeywordHashMap& aMap,
return
;
return
;
}
}
}
}
else
if
(
!
eOpCode
&&
pLocale
)
{
LocaleMatch
eLevel
=
lclLocaleCompare
(
itrList
->
mrLocale
,
aLanguageTag
);
if
(
eLevel
==
LOCALE_MATCH_ALL
)
{
// Name with matching locale preferred.
rName
=
OUString
::
createFromAscii
(
itrList
->
mpName
);
return
;
}
else
if
(
eLevel
>
eLocaleMatchLevel
)
{
// Name with a better matching locale.
eLocaleMatchLevel
=
eLevel
;
aBestMatchName
=
itrList
->
mpName
;
}
}
}
}
// No preferred strings found. Return the best matching name.
// No preferred strings found. Return the best matching name.
...
...
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