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
471a444f
Kaydet (Commit)
471a444f
authored
Nis 11, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: exspected -> expected
üst
8d267214
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
crsrsh.cxx
sw/source/core/crsr/crsrsh.cxx
+1
-1
ftnfrm.cxx
sw/source/core/layout/ftnfrm.cxx
+3
-3
sectfrm.cxx
sw/source/core/layout/sectfrm.cxx
+2
-2
wsfrm.cxx
sw/source/core/layout/wsfrm.cxx
+1
-1
No files found.
sw/source/core/crsr/crsrsh.cxx
Dosyayı görüntüle @
471a444f
...
...
@@ -1905,7 +1905,7 @@ void SwCrsrShell::RefreshBlockCursor()
{
// The order of the SwSelectionList has to be preserved but
// the order inside the ring created by CreateCrsr() is not like
// ex
s
pected => First create the selections before the last one
// expected => First create the selections before the last one
// downto the first selection.
// At least create the cursor for the last selection
--
pPam
;
...
...
sw/source/core/layout/ftnfrm.cxx
Dosyayı görüntüle @
471a444f
...
...
@@ -1802,7 +1802,7 @@ void SwFtnBossFrm::_CollectFtns( const SwCntntFrm* _pRef,
}
while
(
!
pNxtFtn
&&
pBoss
);
}
else
if
(
!
pNxtFtn
->
GetAttr
()
->
GetFtn
().
IsEndNote
()
)
{
OSL_ENSURE
(
!
pNxtFtn
->
GetMaster
(),
"_CollectFtn: Master ex
s
pected"
);
{
OSL_ENSURE
(
!
pNxtFtn
->
GetMaster
(),
"_CollectFtn: Master expected"
);
while
(
pNxtFtn
->
GetMaster
()
)
pNxtFtn
=
pNxtFtn
->
GetMaster
();
}
...
...
@@ -2420,7 +2420,7 @@ SwTwips SwFtnBossFrm::GetVarSpace() const
if
(
pSect
->
IsEndnAtEnd
()
)
// endnotes allowed?
{
OSL_ENSURE
(
!
Lower
()
||
!
Lower
()
->
GetNext
()
||
Lower
()
->
GetNext
()
->
IsFtnContFrm
(),
"FtnContainer ex
s
pected"
);
IsFtnContFrm
(),
"FtnContainer expected"
);
const
SwFtnContFrm
*
pCont
=
Lower
()
?
(
SwFtnContFrm
*
)
Lower
()
->
GetNext
()
:
0
;
if
(
pCont
)
...
...
@@ -2487,7 +2487,7 @@ sal_uInt8 SwFtnBossFrm::_NeighbourhoodAdjustment( const SwFrm* ) const
nRet
=
NA_GROW_SHRINK
;
else
{
OSL_ENSURE
(
GetUpper
()
->
IsSctFrm
(),
"NeighbourhoodAdjustment: Unex
s
pected Upper"
);
OSL_ENSURE
(
GetUpper
()
->
IsSctFrm
(),
"NeighbourhoodAdjustment: Unexpected Upper"
);
if
(
!
GetNext
()
&&
!
GetPrev
()
)
nRet
=
NA_GROW_ADJUST
;
// section with a single column (FtnAtEnd)
else
...
...
sw/source/core/layout/sectfrm.cxx
Dosyayı görüntüle @
471a444f
...
...
@@ -2477,11 +2477,11 @@ SwFtnContFrm* SwSectionFrm::ContainsFtnCont( const SwFtnContFrm* pCont ) const
if
(
pLay
->
Lower
()
&&
pLay
->
Lower
()
->
GetNext
()
)
{
OSL_ENSURE
(
pLay
->
Lower
()
->
GetNext
()
->
IsFtnContFrm
(),
"ToMaximize: Unex
s
pected Frame"
);
"ToMaximize: Unexpected Frame"
);
pRet
=
(
SwFtnContFrm
*
)
pLay
->
Lower
()
->
GetNext
();
}
OSL_ENSURE
(
!
pLay
->
GetNext
()
||
pLay
->
GetNext
()
->
IsLayoutFrm
(),
"ToMaximize: ColFrm ex
s
pected"
);
"ToMaximize: ColFrm expected"
);
pLay
=
(
SwLayoutFrm
*
)
pLay
->
GetNext
();
}
return
pRet
;
...
...
sw/source/core/layout/wsfrm.cxx
Dosyayı görüntüle @
471a444f
...
...
@@ -3367,7 +3367,7 @@ void SwLayoutFrm::FormatWidthCols( const SwBorderAttrs &rAttrs,
{
bFoundLower
=
true
;
pLay
=
(
SwLayoutFrm
*
)
pLay
->
GetNext
();
OSL_ENSURE
(
pLay
->
IsFtnContFrm
(),
"FtnContainer ex
s
pected"
);
OSL_ENSURE
(
pLay
->
IsFtnContFrm
(),
"FtnContainer expected"
);
nInnerHeight
+=
pLay
->
InnerHeight
();
nInnerHeight
+=
(
pLay
->
Frm
().
*
fnRect
->
fnGetHeight
)()
-
(
pLay
->
Prt
().
*
fnRect
->
fnGetHeight
)();
...
...
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