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
0e8be4be
Kaydet (Commit)
0e8be4be
authored
May 08, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove trivial CoreTextFontData::CreateTextStyle wrapper
Change-Id: Ic57551d9a3590769f97742d41f089dbb3ce248a9
üst
565611a1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
salgdi.h
vcl/inc/quartz/salgdi.h
+0
-1
ctfonts.cxx
vcl/quartz/ctfonts.cxx
+0
-5
salgdi.cxx
vcl/quartz/salgdi.cxx
+1
-1
No files found.
vcl/inc/quartz/salgdi.h
Dosyayı görüntüle @
0e8be4be
...
...
@@ -63,7 +63,6 @@ public:
ImplFontEntry
*
CreateFontInstance
(
FontSelectPattern
&
)
const
SAL_OVERRIDE
;
sal_IntPtr
GetFontId
()
const
SAL_OVERRIDE
;
CoreTextStyle
*
CreateTextStyle
(
const
FontSelectPattern
&
)
const
;
int
GetFontTable
(
const
char
pTagName
[
5
],
unsigned
char
*
)
const
;
const
FontCharMapPtr
GetFontCharMap
()
const
;
...
...
vcl/quartz/ctfonts.cxx
Dosyayı görüntüle @
0e8be4be
...
...
@@ -223,11 +223,6 @@ PhysicalFontFace* CoreTextFontData::Clone() const
return
new
CoreTextFontData
(
*
this
);
}
CoreTextStyle
*
CoreTextFontData
::
CreateTextStyle
(
const
FontSelectPattern
&
rFSD
)
const
{
return
new
CoreTextStyle
(
rFSD
);
}
ImplFontEntry
*
CoreTextFontData
::
CreateFontInstance
(
/*const*/
FontSelectPattern
&
rFSD
)
const
{
return
new
ImplFontEntry
(
rFSD
);
...
...
vcl/quartz/salgdi.cxx
Dosyayı görüntüle @
0e8be4be
...
...
@@ -435,7 +435,7 @@ sal_uInt16 AquaSalGraphics::SetFont( FontSelectPattern* pReqFont, int /*nFallbac
// update the text style
mpFontData
=
static_cast
<
const
CoreTextFontData
*>
(
pReqFont
->
mpFontData
);
mpTextStyle
=
mpFontData
->
Creat
eTextStyle
(
*
pReqFont
);
mpTextStyle
=
new
Cor
eTextStyle
(
*
pReqFont
);
mpTextStyle
->
SetTextColor
(
maTextColor
);
SAL_INFO
(
"vcl.ct"
,
...
...
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