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
a8c1ed47
Kaydet (Commit)
a8c1ed47
authored
Kas 09, 2015
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""
This reverts commit
dad32b63
.
üst
b6bee787
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
ww8par.cxx
sw/source/filter/ww8/ww8par.cxx
+18
-5
No files found.
sw/source/filter/ww8/ww8par.cxx
Dosyayı görüntüle @
a8c1ed47
...
...
@@ -3530,11 +3530,24 @@ bool SwWW8ImplReader::ReadChar(long nPosCp, long nCpOfs)
}
break
;
case
0x7
:
bNewParaEnd
=
true
;
if
(
m_pPlcxMan
->
GetPapPLCF
()
->
Where
()
==
nCpOfs
+
nPosCp
+
1
)
TabCellEnd
();
// Table cell/row end
else
bParaMark
=
true
;
{
bNewParaEnd
=
true
;
WW8PLCFxDesc
*
pPap
=
m_pPlcxMan
->
GetPap
();
//The last paragraph of each cell is terminated by a special
//paragraph mark called a cell mark. Following the cell mark
//that ends the last cell of a table row, the table row is
//terminated by a special paragraph mark called a row mark
//
//So the 0x7 should be right at the end of the previous
//range to be a real cell-end.
if
(
pPap
->
nOrigStartPos
==
nCpOfs
+
nPosCp
+
1
||
pPap
->
nOrigStartPos
==
WW8_CP_MAX
)
{
TabCellEnd
();
// Table cell/row end
}
else
bParaMark
=
true
;
}
break
;
case
0xf
:
if
(
!
m_bSpec
)
// "Satellite"
...
...
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