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
f1095b41
Kaydet (Commit)
f1095b41
authored
Agu 18, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix missing prefix
Change-Id: I0a9df00f90b63059e6446278d7a98d1cd902de4b
üst
a107bdfd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ww8par.hxx
sw/source/filter/ww8/ww8par.hxx
+1
-1
ww8par6.cxx
sw/source/filter/ww8/ww8par6.cxx
+3
-3
No files found.
sw/source/filter/ww8/ww8par.hxx
Dosyayı görüntüle @
f1095b41
...
...
@@ -1383,7 +1383,7 @@ private:
// a document position recorded the after-position of TOC section, managed by Read_F_TOX() and End_Field()
SwPaM
*
mpPosAfterTOC
;
boost
::
scoped_ptr
<
SwPosition
>
l
astAnchorPos
;
boost
::
scoped_ptr
<
SwPosition
>
mpL
astAnchorPos
;
bool
mbCareFirstParaEndInToc
;
bool
mbCareLastParaEndInToc
;
...
...
sw/source/filter/ww8/ww8par6.cxx
Dosyayı görüntüle @
f1095b41
...
...
@@ -795,10 +795,10 @@ void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)
if
(
!
pSep
)
return
;
if
(
!
maSegments
.
empty
()
&&
mrReader
.
lastAnchorPos
.
get
()
&&
*
mrReader
.
l
astAnchorPos
==
*
mrReader
.
pPaM
->
GetPoint
())
if
(
!
maSegments
.
empty
()
&&
mrReader
.
mpLastAnchorPos
.
get
()
&&
*
mrReader
.
mpL
astAnchorPos
==
*
mrReader
.
pPaM
->
GetPoint
())
{
bool
insert
=
true
;
SwPaM
pam
(
*
mrReader
.
l
astAnchorPos
);
SwPaM
pam
(
*
mrReader
.
mpL
astAnchorPos
);
if
(
pam
.
Move
(
fnMoveBackward
,
fnGoNode
))
if
(
SwTxtNode
*
txtNode
=
pam
.
GetPoint
()
->
nNode
.
GetNode
().
GetTxtNode
())
if
(
txtNode
->
Len
()
==
0
)
...
...
@@ -1815,7 +1815,7 @@ WW8SwFlyPara::WW8SwFlyPara( SwPaM& rPaM,
//#i53725# - absolute positioned objects have to be
// anchored at-paragraph to assure its correct anchor position.
eAnchor
=
FLY_AT_PARA
;
rIo
.
l
astAnchorPos
.
reset
(
new
SwPosition
(
*
rPaM
.
GetPoint
()));
rIo
.
mpL
astAnchorPos
.
reset
(
new
SwPosition
(
*
rPaM
.
GetPoint
()));
switch
(
nYBind
)
{
...
...
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