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
4eed16d8
Kaydet (Commit)
4eed16d8
authored
Şub 03, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: consequetive->consecutive
Change-Id: I2c4c856a1f208c253493b852108743c643c2ea6d
üst
311a92f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
calcmove.cxx
sw/source/core/layout/calcmove.cxx
+6
-6
No files found.
sw/source/core/layout/calcmove.cxx
Dosyayı görüntüle @
4eed16d8
...
...
@@ -1048,7 +1048,7 @@ void SwCntntFrm::MakeAll()
LockJoin
();
long
nFormatCount
=
0
;
// - loop prevention
int
nConse
que
tiveFormatsWithoutChange
=
0
;
int
nConse
cu
tiveFormatsWithoutChange
=
0
;
PROTOCOL_ENTER
(
this
,
PROT_MAKEALL
,
0
,
0
)
#ifdef DBG_UTIL
...
...
@@ -1326,9 +1326,9 @@ void SwCntntFrm::MakeAll()
if
(
nFormatCount
>
STOP_FLY_FORMAT
)
SetFlyLock
(
true
);
// - loop prevention
// No format any longer, if <cnStopFormat> conse
que
tive formats
// No format any longer, if <cnStopFormat> conse
cu
tive formats
// without change occur.
if
(
nConse
que
tiveFormatsWithoutChange
<=
cnStopFormat
)
if
(
nConse
cu
tiveFormatsWithoutChange
<=
cnStopFormat
)
{
Format
();
}
...
...
@@ -1445,11 +1445,11 @@ void SwCntntFrm::MakeAll()
if
(
aOldFrm_StopFormat
==
Frm
()
&&
aOldPrt_StopFormat
==
Prt
()
)
{
++
nConse
que
tiveFormatsWithoutChange
;
++
nConse
cu
tiveFormatsWithoutChange
;
}
else
{
nConse
que
tiveFormatsWithoutChange
=
0
;
nConse
cu
tiveFormatsWithoutChange
=
0
;
}
}
...
...
@@ -1634,7 +1634,7 @@ void SwCntntFrm::MakeAll()
if
(
bMoveOrFit
&&
GetUpper
()
==
pOldUp
)
{
// FME 2007-08-30 #i81146# new loop control
if
(
nConse
que
tiveFormatsWithoutChange
<=
cnStopFormat
)
if
(
nConse
cu
tiveFormatsWithoutChange
<=
cnStopFormat
)
{
Prepare
(
PREP_MUST_FIT
,
0
,
false
);
mbValidSize
=
false
;
...
...
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