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
1d5e263a
Kaydet (Commit)
1d5e263a
authored
Nis 15, 2012
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: create horizontal border lines with start left and end right
üst
983c2740
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
paintfrm.cxx
sw/source/core/layout/paintfrm.cxx
+10
-10
No files found.
sw/source/core/layout/paintfrm.cxx
Dosyayı görüntüle @
1d5e263a
...
...
@@ -4625,21 +4625,21 @@ void lcl_PaintTopBottomLine( const sal_Bool _bTop,
if
(
lcl_GetLineWidth
(
pTopBottomBorder
)
>
0
)
{
double
nExtentIS
=
lcl_GetExtent
(
pRightBorder
,
NULL
);
double
nExtentIE
=
lcl_GetExtent
(
pLeftBorder
,
NULL
);
double
nExtentOS
=
lcl_GetExtent
(
NULL
,
pRightBorder
);
double
nExtentOE
=
lcl_GetExtent
(
NULL
,
pLeftBorder
);
double
nExtentIS
=
lcl_GetExtent
(
NULL
,
pLeftBorder
);
double
nExtentIE
=
lcl_GetExtent
(
NULL
,
pRightBorder
);
double
nExtentOS
=
lcl_GetExtent
(
pLeftBorder
,
NULL
);
double
nExtentOE
=
lcl_GetExtent
(
pRightBorder
,
NULL
);
if
(
!
_bTop
)
{
nExtentIS
=
lcl_GetExtent
(
NULL
,
pRightBorder
);
nExtentIE
=
lcl_GetExtent
(
NULL
,
pLeftBorder
);
nExtentOS
=
lcl_GetExtent
(
pRightBorder
,
NULL
);
nExtentOE
=
lcl_GetExtent
(
pLeftBorder
,
NULL
);
nExtentIS
=
lcl_GetExtent
(
pLeftBorder
,
NULL
);
nExtentIE
=
lcl_GetExtent
(
pRightBorder
,
NULL
);
nExtentOS
=
lcl_GetExtent
(
NULL
,
pLeftBorder
);
nExtentOE
=
lcl_GetExtent
(
NULL
,
pRightBorder
);
}
basegfx
::
B2DPoint
aStart
(
aRect
.
Right
()
-
lcl_GetLineWidth
(
pRigh
tBorder
)
/
2.0
,
aRect
.
Top
()
+
aRect
.
Height
()
/
2.0
);
basegfx
::
B2DPoint
aEnd
(
aRect
.
Left
()
+
lcl_GetLineWidth
(
pLef
tBorder
)
/
2.0
,
aRect
.
Top
()
+
aRect
.
Height
()
/
2.0
);
basegfx
::
B2DPoint
aStart
(
aRect
.
Left
()
+
lcl_GetLineWidth
(
pLef
tBorder
)
/
2.0
,
aRect
.
Top
()
+
aRect
.
Height
()
/
2.0
);
basegfx
::
B2DPoint
aEnd
(
aRect
.
Right
()
-
lcl_GetLineWidth
(
pRigh
tBorder
)
/
2.0
,
aRect
.
Top
()
+
aRect
.
Height
()
/
2.0
);
double
nLeftWidth
=
!
_bTop
?
pTopBottomBorder
->
GetOutWidth
()
:
pTopBottomBorder
->
GetInWidth
(
);
double
nRightWidth
=
!
_bTop
?
pTopBottomBorder
->
GetInWidth
()
:
pTopBottomBorder
->
GetOutWidth
(
);
...
...
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