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
2ed6eba4
Kaydet (Commit)
2ed6eba4
authored
Ara 30, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CurrentTableInPaM->PendingTableInPaM
Change-Id: Ic8b48d3b3e3f87e9ac3e8a6bb832f8e8dfe8ab7d
üst
8900a346
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
htmlsect.cxx
sw/source/filter/html/htmlsect.cxx
+1
-1
htmltab.cxx
sw/source/filter/html/htmltab.cxx
+1
-1
swhtml.hxx
sw/source/filter/html/swhtml.hxx
+1
-1
No files found.
sw/source/filter/html/htmlsect.cxx
Dosyayı görüntüle @
2ed6eba4
...
...
@@ -195,7 +195,7 @@ void SwHTMLParser::NewDivision( HtmlTokenId nToken )
static_cast
<
const
SwStartNode
*>
(
&
rContentStIdx
.
GetNode
()
);
aDelPam
.
GetPoint
()
->
nNode
=
pStNd
->
EndOfSectionIndex
()
-
1
;
if
(
!
Current
TableInPaM
(
aDelPam
))
if
(
!
Pending
TableInPaM
(
aDelPam
))
m_xDoc
->
getIDocumentContentOperations
().
DelFullPara
(
aDelPam
);
// update page style
...
...
sw/source/filter/html/htmltab.cxx
Dosyayı görüntüle @
2ed6eba4
...
...
@@ -5258,7 +5258,7 @@ std::shared_ptr<HTMLTable> SwHTMLParser::BuildTable(SvxAdjust eParentAdjust,
return
xRetTable
;
}
bool
SwHTMLParser
::
Current
TableInPaM
(
SwPaM
&
rPam
)
const
bool
SwHTMLParser
::
Pending
TableInPaM
(
SwPaM
&
rPam
)
const
{
bool
bRet
=
false
;
for
(
const
auto
&
a
:
m_aTables
)
...
...
sw/source/filter/html/swhtml.hxx
Dosyayı görüntüle @
2ed6eba4
...
...
@@ -870,7 +870,7 @@ private:
bool
HasCurrentParaFlys
(
bool
bNoSurroundOnly
=
false
,
bool
bSurroundOnly
=
false
)
const
;
bool
Current
TableInPaM
(
SwPaM
&
rPam
)
const
;
bool
Pending
TableInPaM
(
SwPaM
&
rPam
)
const
;
public
:
// used in tables
...
...
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