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
9298c077
Kaydet (Commit)
9298c077
authored
Ock 11, 2015
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: cosmetic reident of GlyphCachePeer class definition
Change-Id: If8b3e4dc04ff0ecdc358b91784c1f2b60c159498
üst
75ec6589
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
glyphcache.hxx
vcl/inc/generic/glyphcache.hxx
+6
-6
No files found.
vcl/inc/generic/glyphcache.hxx
Dosyayı görüntüle @
9298c077
...
@@ -322,16 +322,16 @@ public:
...
@@ -322,16 +322,16 @@ public:
class
GlyphCachePeer
class
GlyphCachePeer
{
{
protected
:
protected
:
GlyphCachePeer
()
:
mnBytesUsed
(
0
)
{}
GlyphCachePeer
()
:
mnBytesUsed
(
0
)
{}
virtual
~
GlyphCachePeer
()
{}
virtual
~
GlyphCachePeer
()
{}
public
:
public
:
sal_Int32
GetByteCount
()
const
{
return
mnBytesUsed
;
}
sal_Int32
GetByteCount
()
const
{
return
mnBytesUsed
;
}
virtual
void
RemovingFont
(
ServerFont
&
)
{}
virtual
void
RemovingFont
(
ServerFont
&
)
{}
virtual
void
RemovingGlyph
(
GlyphData
&
)
{}
virtual
void
RemovingGlyph
(
GlyphData
&
)
{}
protected
:
protected
:
sal_Int32
mnBytesUsed
;
sal_Int32
mnBytesUsed
;
};
};
class
VCL_DLLPUBLIC
RawBitmap
class
VCL_DLLPUBLIC
RawBitmap
...
...
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