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
0f1120ad
Kaydet (Commit)
0f1120ad
authored
Şub 27, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix build (few missing {'s in the translations).
üst
542047f0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
findfrm.cxx
sw/source/core/layout/findfrm.cxx
+1
-0
flycnt.cxx
sw/source/core/layout/flycnt.cxx
+1
-0
paintfrm.cxx
sw/source/core/layout/paintfrm.cxx
+1
-0
wsfrm.cxx
sw/source/core/layout/wsfrm.cxx
+2
-0
No files found.
sw/source/core/layout/findfrm.cxx
Dosyayı görüntüle @
0f1120ad
...
@@ -1365,6 +1365,7 @@ void SwFrm::SetInfFlags()
...
@@ -1365,6 +1365,7 @@ void SwFrm::SetInfFlags()
if
(
IsFtnContFrm
()
)
if
(
IsFtnContFrm
()
)
bInfFtn
=
sal_True
;
bInfFtn
=
sal_True
;
do
do
{
// bInfBody is only set in the page body, but not in the column body
// bInfBody is only set in the page body, but not in the column body
if
(
pFrm
->
IsBodyFrm
()
&&
!
bInfFtn
&&
pFrm
->
GetUpper
()
if
(
pFrm
->
IsBodyFrm
()
&&
!
bInfFtn
&&
pFrm
->
GetUpper
()
&&
pFrm
->
GetUpper
()
->
IsPageFrm
()
)
&&
pFrm
->
GetUpper
()
->
IsPageFrm
()
)
...
...
sw/source/core/layout/flycnt.cxx
Dosyayı görüntüle @
0f1120ad
...
@@ -937,6 +937,7 @@ sal_uLong MA_FASTCALL lcl_FindCntDiff( const Point &rPt, const SwLayoutFrm *pLay
...
@@ -937,6 +937,7 @@ sal_uLong MA_FASTCALL lcl_FindCntDiff( const Point &rPt, const SwLayoutFrm *pLay
if
(
pCnt
->
Frm
().
Top
()
<=
rPt
.
Y
()
)
if
(
pCnt
->
Frm
().
Top
()
<=
rPt
.
Y
()
)
{
{
if
(
nDiff
<
nDistance
)
if
(
nDiff
<
nDistance
)
{
//This one is the nearer one
//This one is the nearer one
nDistance
=
nNearest
=
nDiff
;
nDistance
=
nNearest
=
nDiff
;
rpCnt
=
pNearest
=
pCnt
;
rpCnt
=
pNearest
=
pCnt
;
...
...
sw/source/core/layout/paintfrm.cxx
Dosyayı görüntüle @
0f1120ad
...
@@ -6189,6 +6189,7 @@ void MA_FASTCALL lcl_RefreshLine( const SwLayoutFrm *pLay,
...
@@ -6189,6 +6189,7 @@ void MA_FASTCALL lcl_RefreshLine( const SwLayoutFrm *pLay,
aP2
(
rP2
);
aP2
(
rP2
);
while
(
aP1
.
*
pDirPt
<
aP2
.
*
pDirPt
)
while
(
aP1
.
*
pDirPt
<
aP2
.
*
pDirPt
)
{
//If the starting point lies in a fly, it is directly set behind the
//If the starting point lies in a fly, it is directly set behind the
//fly.
//fly.
//The end point moves to the start if the end point lies in a fly or we
//The end point moves to the start if the end point lies in a fly or we
...
...
sw/source/core/layout/wsfrm.cxx
Dosyayı görüntüle @
0f1120ad
...
@@ -741,6 +741,7 @@ void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct )
...
@@ -741,6 +741,7 @@ void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct )
pBehind
->
pPrev
=
pLast
;
pBehind
->
pPrev
=
pLast
;
}
}
else
else
{
//Insert at the end, or ... the first node in the subtree
//Insert at the end, or ... the first node in the subtree
pPrev
=
pUpper
->
Lower
();
pPrev
=
pUpper
->
Lower
();
if
(
pPrev
)
if
(
pPrev
)
...
@@ -931,6 +932,7 @@ void SwCntntFrm::Cut()
...
@@ -931,6 +932,7 @@ void SwCntntFrm::Cut()
}
}
if
(
0
!=
(
pFrm
=
GetIndNext
())
)
if
(
0
!=
(
pFrm
=
GetIndNext
())
)
{
//The old follower may calculated a gap to the predecessor which now
//The old follower may calculated a gap to the predecessor which now
//becomes obsolete or different respectively as it becomes the first
//becomes obsolete or different respectively as it becomes the first
//one itself.
//one itself.
...
...
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