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
a7f27d46
Kaydet (Commit)
a7f27d46
authored
Haz 03, 2014
tarafından
matteocam
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CreateFont supports Background Color
Change-Id: I3413c77db8e822aeb957909a661d175320555f6d
üst
c52d374b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
editdoc.cxx
editeng/source/editeng/editdoc.cxx
+2
-0
No files found.
editeng/source/editeng/editdoc.cxx
Dosyayı görüntüle @
a7f27d46
...
@@ -1927,6 +1927,8 @@ void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent, s
...
@@ -1927,6 +1927,8 @@ void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent, s
rFont
.
SetLanguage
(
((
const
SvxLanguageItem
&
)
rSet
.
Get
(
nWhich_Language
)).
GetLanguage
()
);
rFont
.
SetLanguage
(
((
const
SvxLanguageItem
&
)
rSet
.
Get
(
nWhich_Language
)).
GetLanguage
()
);
if
(
bSearchInParent
||
(
rSet
.
GetItemState
(
EE_CHAR_COLOR
)
==
SFX_ITEM_ON
)
)
if
(
bSearchInParent
||
(
rSet
.
GetItemState
(
EE_CHAR_COLOR
)
==
SFX_ITEM_ON
)
)
rFont
.
SetColor
(
((
const
SvxColorItem
&
)
rSet
.
Get
(
EE_CHAR_COLOR
)).
GetValue
()
);
rFont
.
SetColor
(
((
const
SvxColorItem
&
)
rSet
.
Get
(
EE_CHAR_COLOR
)).
GetValue
()
);
if
(
bSearchInParent
||
(
rSet
.
GetItemState
(
EE_CHAR_BKGCOLOR
)
==
SFX_ITEM_ON
)
)
rFont
.
SetColor
(
((
const
SvxBackgroundColorItem
&
)
rSet
.
Get
(
EE_CHAR_BKGCOLOR
)).
GetValue
()
);
if
(
bSearchInParent
||
(
rSet
.
GetItemState
(
nWhich_FontHeight
)
==
SFX_ITEM_ON
)
)
if
(
bSearchInParent
||
(
rSet
.
GetItemState
(
nWhich_FontHeight
)
==
SFX_ITEM_ON
)
)
rFont
.
SetSize
(
Size
(
rFont
.
GetSize
().
Width
(),
((
const
SvxFontHeightItem
&
)
rSet
.
Get
(
nWhich_FontHeight
)
).
GetHeight
()
)
);
rFont
.
SetSize
(
Size
(
rFont
.
GetSize
().
Width
(),
((
const
SvxFontHeightItem
&
)
rSet
.
Get
(
nWhich_FontHeight
)
).
GetHeight
()
)
);
if
(
bSearchInParent
||
(
rSet
.
GetItemState
(
nWhich_Weight
)
==
SFX_ITEM_ON
)
)
if
(
bSearchInParent
||
(
rSet
.
GetItemState
(
nWhich_Weight
)
==
SFX_ITEM_ON
)
)
...
...
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