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
2bcaa1ca
Kaydet (Commit)
2bcaa1ca
authored
Haz 03, 2014
tarafından
matteocam
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DbgOutItem supports Font Background Color
Change-Id: I1067e73593fdd116c3fc264b07f8bfd77057af0f
üst
a7f27d46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
editdbg.cxx
editeng/source/editeng/editdbg.cxx
+11
-0
No files found.
editeng/source/editeng/editdbg.cxx
Dosyayı görüntüle @
2bcaa1ca
...
@@ -177,6 +177,17 @@ OString DbgOutItem(const SfxItemPool& rPool, const SfxPoolItem& rItem)
...
@@ -177,6 +177,17 @@ OString DbgOutItem(const SfxItemPool& rPool, const SfxPoolItem& rItem)
aDebStr
.
append
(
static_cast
<
sal_Int32
>
(
aColor
.
GetBlue
()));
aDebStr
.
append
(
static_cast
<
sal_Int32
>
(
aColor
.
GetBlue
()));
}
}
break
;
break
;
case
EE_CHAR_BKGCOLOR
:
{
aDebStr
.
append
(
"FillColor= "
);
Color
aColor
(
((
SvxColorBackgroundItem
&
)
rItem
).
GetValue
()
);
aDebStr
.
append
(
static_cast
<
sal_Int32
>
(
aColor
.
GetRed
()));
aDebStr
.
append
(
", "
);
aDebStr
.
append
(
static_cast
<
sal_Int32
>
(
aColor
.
GetGreen
()));
aDebStr
.
append
(
", "
);
aDebStr
.
append
(
static_cast
<
sal_Int32
>
(
aColor
.
GetBlue
()));
}
break
;
case
EE_CHAR_FONTINFO
:
case
EE_CHAR_FONTINFO
:
case
EE_CHAR_FONTINFO_CJK
:
case
EE_CHAR_FONTINFO_CJK
:
case
EE_CHAR_FONTINFO_CTL
:
case
EE_CHAR_FONTINFO_CTL
:
...
...
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