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
78964ab8
Kaydet (Commit)
78964ab8
authored
Ock 11, 2015
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: cosmetic changes to ImplServerFontEntry definition
Change-Id: I61934fc2ebfaeaa0527f70f038e5aaae87ef730e
üst
be62d0c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
glyphcache.hxx
vcl/inc/generic/glyphcache.hxx
+9
-7
No files found.
vcl/inc/generic/glyphcache.hxx
Dosyayı görüntüle @
78964ab8
...
@@ -270,16 +270,18 @@ private:
...
@@ -270,16 +270,18 @@ private:
// a class for cache entries for physical font instances that are based on serverfonts
// a class for cache entries for physical font instances that are based on serverfonts
class
VCL_DLLPUBLIC
ImplServerFontEntry
:
public
ImplFontEntry
class
VCL_DLLPUBLIC
ImplServerFontEntry
:
public
ImplFontEntry
{
{
public
:
ImplServerFontEntry
(
FontSelectPattern
&
);
virtual
~
ImplServerFontEntry
();
void
SetServerFont
(
ServerFont
*
p
);
void
HandleFontOptions
();
private
:
private
:
ServerFont
*
mpServerFont
;
ServerFont
*
mpServerFont
;
boost
::
shared_ptr
<
ImplFontOptions
>
mpFontOptions
;
boost
::
shared_ptr
<
ImplFontOptions
>
mpFontOptions
;
bool
mbGotFontOptions
;
bool
mbGotFontOptions
;
public
:
ImplServerFontEntry
(
FontSelectPattern
&
);
virtual
~
ImplServerFontEntry
();
void
SetServerFont
(
ServerFont
*
p
);
void
HandleFontOptions
();
};
};
class
VCL_DLLPUBLIC
ServerFontLayout
:
public
GenericSalLayout
class
VCL_DLLPUBLIC
ServerFontLayout
:
public
GenericSalLayout
...
...
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