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
94a32175
Kaydet (Commit)
94a32175
authored
Mar 25, 2011
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
üst
6182e90a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
drawdoc4.cxx
sd/source/core/drawdoc4.cxx
+1
-1
TableDesignPane.cxx
sd/source/ui/table/TableDesignPane.cxx
+2
-2
No files found.
sd/source/core/drawdoc4.cxx
Dosyayı görüntüle @
94a32175
...
@@ -620,7 +620,7 @@ void SdDrawDocument::CreateDefaultCellStyles()
...
@@ -620,7 +620,7 @@ void SdDrawDocument::CreateDefaultCellStyles()
rISet
.
Put
(
SdrTextHorzAdjustItem
(
SDRTEXTHORZADJUST_LEFT
)
);
rISet
.
Put
(
SdrTextHorzAdjustItem
(
SDRTEXTHORZADJUST_LEFT
)
);
Color
aWhite
(
COL_WHITE
);
Color
aWhite
(
COL_WHITE
);
SvxBorderLine
aBorderLine
(
&
aWhite
,
1
,
SOLID
);
::
editeng
::
SvxBorderLine
aBorderLine
(
&
aWhite
,
1
,
::
editeng
::
SOLID
);
SvxBoxItem
aBoxItem
(
SDRATTR_TABLE_BORDER
);
SvxBoxItem
aBoxItem
(
SDRATTR_TABLE_BORDER
);
aBoxItem
.
SetLine
(
&
aBorderLine
,
BOX_LINE_TOP
);
aBoxItem
.
SetLine
(
&
aBorderLine
,
BOX_LINE_TOP
);
...
...
sd/source/ui/table/TableDesignPane.cxx
Dosyayı görüntüle @
94a32175
...
@@ -812,7 +812,7 @@ const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle,
...
@@ -812,7 +812,7 @@ const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle,
// draw top border
// draw top border
for
(
sal_uInt16
nLine
=
0
;
nLine
<
4
;
++
nLine
)
for
(
sal_uInt16
nLine
=
0
;
nLine
<
4
;
++
nLine
)
{
{
const
SvxBorderLine
*
pBorderLine
=
xCellInfo
->
maBorder
.
GetLine
(
nLine
);
const
::
editeng
::
SvxBorderLine
*
pBorderLine
=
xCellInfo
->
maBorder
.
GetLine
(
nLine
);
if
(
!
pBorderLine
||
((
pBorderLine
->
GetOutWidth
()
==
0
)
&&
(
pBorderLine
->
GetInWidth
()
==
0
))
)
if
(
!
pBorderLine
||
((
pBorderLine
->
GetOutWidth
()
==
0
)
&&
(
pBorderLine
->
GetInWidth
()
==
0
))
)
continue
;
continue
;
...
@@ -825,7 +825,7 @@ const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle,
...
@@ -825,7 +825,7 @@ const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle,
if
(
xBorderInfo
.
get
()
)
if
(
xBorderInfo
.
get
()
)
{
{
const
sal_uInt16
nOtherLine
=
nLine
^
1
;
const
sal_uInt16
nOtherLine
=
nLine
^
1
;
const
SvxBorderLine
*
pBorderLine2
=
xBorderInfo
->
maBorder
.
GetLine
(
nOtherLine
^
1
);
const
::
editeng
::
SvxBorderLine
*
pBorderLine2
=
xBorderInfo
->
maBorder
.
GetLine
(
nOtherLine
^
1
);
if
(
pBorderLine2
&&
pBorderLine2
->
HasPriority
(
*
pBorderLine
)
)
if
(
pBorderLine2
&&
pBorderLine2
->
HasPriority
(
*
pBorderLine
)
)
continue
;
// other border line wins
continue
;
// other border line wins
}
}
...
...
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