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
fba2d04a
Kaydet (Commit)
fba2d04a
authored
Haz 25, 2014
tarafından
Clarence Guo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix issue 125154
üst
c0f03c75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
thints.cxx
sw/source/core/txtnode/thints.cxx
+3
-3
No files found.
sw/source/core/txtnode/thints.cxx
Dosyayı görüntüle @
fba2d04a
...
...
@@ -1790,10 +1790,10 @@ void SwTxtNode::DelSoftHyph( const xub_StrLen nStt, const xub_StrLen nEnd )
}
//Modify here for #119405, by easyfan, 2012-05-24
//In MS Word, the font underline setting of the paragraph end position wont affect the formatting of numbering,
so we ignore it
//In MS Word, the font underline setting of the paragraph end position wont affect the formatting of numbering,
escapement, etc, so we ignore them
bool
lcl_IsIgnoredCharFmtForNumbering
(
const
sal_uInt16
nWhich
)
{
return
(
nWhich
==
RES_CHRATR_UNDERLINE
);
return
(
nWhich
==
RES_CHRATR_UNDERLINE
||
nWhich
==
RES_CHRATR_ESCAPEMENT
);
}
//In MS Word, following properties of the paragraph end position wont affect the formatting of bullets, so we ignore them:
...
...
@@ -1802,7 +1802,7 @@ bool lcl_IsIgnoredCharFmtForNumbering(const sal_uInt16 nWhich)
//Font Bold of Wertern, CJK and CTL;
bool
lcl_IsIgnoredCharFmtForBullets
(
const
sal_uInt16
nWhich
)
{
return
(
nWhich
==
RES_CHRATR_UNDERLINE
||
nWhich
==
RES_CHRATR_POSTURE
||
nWhich
==
RES_CHRATR_WEIGHT
return
(
nWhich
==
RES_CHRATR_UNDERLINE
||
nWhich
==
RES_CHRATR_POSTURE
||
nWhich
==
RES_CHRATR_WEIGHT
||
nWhich
==
RES_CHRATR_CJK_POSTURE
||
nWhich
==
RES_CHRATR_CJK_WEIGHT
||
nWhich
==
RES_CHRATR_CTL_POSTURE
||
nWhich
==
RES_CHRATR_CTL_WEIGHT
);
}
...
...
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