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
723943b9
Kaydet (Commit)
723943b9
authored
Ock 03, 2011
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More build fixes in editeng
üst
99b5f5ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
frmitems.cxx
editeng/source/items/frmitems.cxx
+5
-3
svxitems.src
editeng/source/items/svxitems.src
+1
-1
No files found.
editeng/source/items/frmitems.cxx
Dosyayı görüntüle @
723943b9
...
...
@@ -1727,7 +1727,7 @@ sal_Bool
lcl_lineToSvxLine
(
const
table
::
BorderLine
&
rLine
,
SvxBorderLine
&
rSvxLine
,
sal_Bool
bConvert
)
{
rSvxLine
.
SetColor
(
Color
(
rLine
.
Color
));
rSvxLine
.
SetLinesWidth
(
rSvxLine
.
GetStyle
(),
rSvxLine
.
SetLinesWidth
s
(
rSvxLine
.
GetStyle
(),
sal_uInt16
(
bConvert
?
MM100_TO_TWIP
(
rLine
.
InnerLineWidth
)
:
rLine
.
InnerLineWidth
),
sal_uInt16
(
bConvert
?
MM100_TO_TWIP
(
rLine
.
OuterLineWidth
)
:
rLine
.
OuterLineWidth
),
sal_uInt16
(
bConvert
?
MM100_TO_TWIP
(
rLine
.
LineDistance
)
:
rLine
.
LineDistance
));
...
...
@@ -2223,7 +2223,8 @@ SfxPoolItem* SvxBoxItem::Create( SvStream& rStrm, sal_uInt16 nIVersion ) const
sal_uInt16
nOutline
,
nInline
,
_nDistance
;
Color
aColor
;
rStrm
>>
aColor
>>
nOutline
>>
nInline
>>
_nDistance
;
SvxBorderLine
aBorder
(
&
aColor
,
nOutline
,
nInline
,
_nDistance
);
SvxBorderLine
aBorder
(
&
aColor
);
aBorder
.
SetLinesWidths
(
SOLID
,
nInline
,
nOutline
,
_nDistance
);
pAttr
->
SetLine
(
&
aBorder
,
aLineMap
[
cLine
]
);
}
...
...
@@ -2596,7 +2597,8 @@ SfxPoolItem* SvxBoxInfoItem::Create( SvStream& rStrm, sal_uInt16 ) const
short
nOutline
,
nInline
,
nDistance
;
Color
aColor
;
rStrm
>>
aColor
>>
nOutline
>>
nInline
>>
nDistance
;
SvxBorderLine
aBorder
(
&
aColor
,
nOutline
,
nInline
,
nDistance
);
SvxBorderLine
aBorder
(
&
aColor
);
aBorder
.
SetLinesWidths
(
SOLID
,
nInline
,
nOutline
,
nDistance
);
switch
(
cLine
)
{
...
...
editeng/source/items/svxitems.src
Dosyayı görüntüle @
723943b9
...
...
@@ -553,7 +553,7 @@ String RID_DASHED
{
Text [ en-US ] = "Single, dashed" ;
};
String RID_
SINGLE_
DOUBLE
String RID_DOUBLE
{
Text [ en-US ] = "Double" ;
};
...
...
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