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
ddab2056
Kaydet (Commit)
ddab2056
authored
Eyl 03, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/svdetc.hxx from String to OUString
Change-Id: Ic739dc4749afa1476c87d3e2d35eb31d7e888932
üst
aa1ccde1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
svdetc.hxx
include/svx/svdetc.hxx
+3
-3
No files found.
include/svx/svdetc.hxx
Dosyayı görüntüle @
ddab2056
...
...
@@ -58,7 +58,7 @@ SVX_DLLPUBLIC SdrOutliner* SdrMakeOutliner( sal_uInt16 nOutlinerMode, SdrModel*
class
SVX_DLLPUBLIC
SdrEngineDefaults
{
friend
class
SdrAttrObj
;
String
aFontName
;
OUString
aFontName
;
FontFamily
eFontFamily
;
Color
aFontColor
;
sal_uIntPtr
nFontHeight
;
...
...
@@ -71,8 +71,8 @@ private:
public
:
SdrEngineDefaults
();
// Default Fontname ist "Times New Roman"
static
void
SetFontName
(
const
String
&
rFontName
)
{
GetDefaults
().
aFontName
=
rFontName
;
}
static
String
GetFontName
()
{
return
GetDefaults
().
aFontName
;
}
static
void
SetFontName
(
const
OU
String
&
rFontName
)
{
GetDefaults
().
aFontName
=
rFontName
;
}
static
OUString
GetFontName
()
{
return
GetDefaults
().
aFontName
;
}
// Default FontFamily ist FAMILY_ROMAN
static
void
SetFontFamily
(
FontFamily
eFam
)
{
GetDefaults
().
eFontFamily
=
eFam
;
}
static
FontFamily
GetFontFamily
()
{
return
GetDefaults
().
eFontFamily
;
}
...
...
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