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
265203da
Kaydet (Commit)
265203da
authored
Kas 13, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: mpLogFont is never set.
Change-Id: I2ea287da7448c5094eb13a3083c7c0f82ed25760
üst
19ad91f7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
salgdi.h
vcl/inc/win/salgdi.h
+0
-1
salgdi.cxx
vcl/win/source/gdi/salgdi.cxx
+0
-3
winlayout.cxx
vcl/win/source/gdi/winlayout.cxx
+0
-2
No files found.
vcl/inc/win/salgdi.h
Dosyayı görüntüle @
265203da
...
...
@@ -170,7 +170,6 @@ private:
COLORREF
mnTextColor
;
// TextColor
RGNDATA
*
mpClipRgnData
;
// ClipRegion-Data
RGNDATA
*
mpStdClipRgnData
;
// Cache Standard-ClipRegion-Data
LOGFONTA
*
mpLogFont
;
// LOG-Font which is currently selected (only W9x)
ImplFontAttrCache
*
mpFontAttrCache
;
// Cache font attributes from files in so/share/fonts
BYTE
*
mpFontCharSets
;
// All Charsets for the current font
BYTE
mnFontCharSetCount
;
// Number of Charsets of the current font; 0 - if not queried
...
...
vcl/win/source/gdi/salgdi.cxx
Dosyayı görüntüle @
265203da
...
...
@@ -578,7 +578,6 @@ WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hW
mhDefFont
(
0
),
mhDefPal
(
0
),
mpStdClipRgnData
(
NULL
),
mpLogFont
(
NULL
),
mpFontCharSets
(
NULL
),
mpFontAttrCache
(
NULL
),
mnFontCharSetCount
(
0
),
...
...
@@ -615,8 +614,6 @@ WinSalGraphics::~WinSalGraphics()
// delete cache data
delete
[]
mpStdClipRgnData
;
delete
mpLogFont
;
delete
mpFontCharSets
;
delete
mpFontKernPairs
;
...
...
vcl/win/source/gdi/winlayout.cxx
Dosyayı görüntüle @
265203da
...
...
@@ -2739,8 +2739,6 @@ SalLayout* WinSalGraphics::GetTextLayout( ImplLayoutArgs& rArgs, int nFallbackLe
}
BYTE
eCharSet
=
ANSI_CHARSET
;
if
(
mpLogFont
)
eCharSet
=
mpLogFont
->
lfCharSet
;
#if ENABLE_GRAPHITE
if
(
rFontFace
.
SupportsGraphite
())
pWinLayout
=
new
GraphiteWinLayout
(
getHDC
(),
rFontFace
,
rFontInstance
,
bUseOpenGL
);
...
...
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