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
0e89a49f
Kaydet (Commit)
0e89a49f
authored
Haz 05, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: rhbz#968892 discard impossible languages for oriya script fallback
Change-Id: I2fa1a127fbd2f905a89f0c30898ad56099fa8df1
üst
830cc95a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
+18
-10
fontconfig.cxx
vcl/generic/fontmanager/fontconfig.cxx
+18
-10
No files found.
vcl/generic/fontmanager/fontconfig.cxx
Dosyayı görüntüle @
0e89a49f
...
@@ -860,19 +860,27 @@ namespace
...
@@ -860,19 +860,27 @@ namespace
OUString
sLang
=
rLangTag
.
getLanguage
();
OUString
sLang
=
rLangTag
.
getLanguage
();
switch
(
eScript
)
switch
(
eScript
)
{
{
//http://en.wiktionary.org/wiki/Category:Oriya_script_languages
case
USCRIPT_ORIYA
:
bIsImpossible
=
sLang
!=
"or"
&&
sLang
!=
"kxv"
;
break
;
//http://en.wiktionary.org/wiki/Category:Telugu_script_languages
case
USCRIPT_TELUGU
:
case
USCRIPT_TELUGU
:
bIsImpossible
=
sLang
!=
"te"
;
bIsImpossible
=
sLang
!=
"te"
&&
sLang
!=
"gon"
&&
sLang
!=
"kfc"
;
break
;
break
;
//http://en.wiktionary.org/wiki/Category:Bengali_script_languages
case
USCRIPT_BENGALI
:
case
USCRIPT_BENGALI
:
bIsImpossible
=
sLang
!=
"bn"
&&
bIsImpossible
=
sLang
!=
"as"
&&
sLang
!=
"mkb"
&&
sLang
!=
"bn"
&&
sLang
!=
"kfv"
&&
sLang
!=
"ccp"
&&
sLang
!=
"as"
&&
sLang
!=
"tnv"
&&
sLang
!=
"ctg"
&&
sLang
!=
"bpy"
&&
sLang
!=
"haj"
&&
sLang
!=
"ksy"
&&
sLang
!=
"ctg"
&&
sLang
!=
"rkt"
&&
sLang
!=
"rjs"
&&
sLang
!=
"sa"
;
sLang
!=
"rhg"
&&
sLang
!=
"syl"
&&
sLang
!=
"kyv"
&&
sLang
!=
"zrg"
&&
sLang
!=
"nhh"
;
break
;
break
;
default
:
default
:
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