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
b1bb3821
Kaydet (Commit)
b1bb3821
authored
Mar 05, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Related: rhbz#799630 survive unknown/broken nIdctHint values
üst
273960e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
ww8par.cxx
sw/source/filter/ww8/ww8par.cxx
+4
-1
No files found.
sw/source/filter/ww8/ww8par.cxx
Dosyayı görüntüle @
b1bb3821
...
@@ -2844,9 +2844,9 @@ void SwWW8ImplReader::emulateMSWordAddTextToParagraph(const rtl::OUString& rAddS
...
@@ -2844,9 +2844,9 @@ void SwWW8ImplReader::emulateMSWordAddTextToParagraph(const rtl::OUString& rAddS
else
if
(
nScript
==
MSASCII
)
//Force weak chars in ascii range to use LATIN font
else
if
(
nScript
==
MSASCII
)
//Force weak chars in ascii range to use LATIN font
nLclIdctHint
=
0
;
nLclIdctHint
=
0
;
sal_uInt16
nForceFromFontId
=
0
;
if
(
nLclIdctHint
!=
0xFF
)
if
(
nLclIdctHint
!=
0xFF
)
{
{
sal_uInt16
nForceFromFontId
=
0
;
switch
(
nLclIdctHint
)
switch
(
nLclIdctHint
)
{
{
case
0
:
case
0
:
...
@@ -2861,7 +2861,10 @@ void SwWW8ImplReader::emulateMSWordAddTextToParagraph(const rtl::OUString& rAddS
...
@@ -2861,7 +2861,10 @@ void SwWW8ImplReader::emulateMSWordAddTextToParagraph(const rtl::OUString& rAddS
default
:
default
:
break
;
break
;
}
}
}
if
(
nForceFromFontId
!=
0
)
{
//Now we know that word would use the nForceFromFontId font for this range
//Now we know that word would use the nForceFromFontId font for this range
//Try and determine what script writer would assign this range to
//Try and determine what script writer would assign this range to
...
...
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