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
82eb3121
Kaydet (Commit)
82eb3121
authored
Kas 13, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: mpFontCharSets is never set.
Change-Id: Ic9102dabe9a74e7ad2aaa5c8cad2bae1b2c7b1ec
üst
265203da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
salgdi.h
vcl/inc/win/salgdi.h
+0
-5
salgdi.cxx
vcl/win/source/gdi/salgdi.cxx
+0
-4
salgdi3.cxx
vcl/win/source/gdi/salgdi3.cxx
+0
-6
No files found.
vcl/inc/win/salgdi.h
Dosyayı görüntüle @
82eb3121
...
...
@@ -121,9 +121,6 @@ private:
mutable
const
Ucs2SIntMap
*
mpEncodingVector
;
mutable
vcl
::
FontCapabilities
maFontCapabilities
;
// TODO: get rid of the members below needed to work with the Win9x non-unicode API
BYTE
*
mpFontCharSets
;
// all Charsets for the current font (used on W98 for kerning)
BYTE
mnFontCharSetCount
;
// Number of Charsets of the current font; 0 - if not queried
BYTE
meWinCharSet
;
BYTE
mnPitchAndFamily
;
bool
mbAliasSymbolsHigh
;
...
...
@@ -171,8 +168,6 @@ private:
RGNDATA
*
mpClipRgnData
;
// ClipRegion-Data
RGNDATA
*
mpStdClipRgnData
;
// Cache Standard-ClipRegion-Data
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
bool
mbFontKernInit
;
// FALSE: FontKerns must be queried
KERNINGPAIR
*
mpFontKernPairs
;
// Kerning Pairs of the current Font
sal_uIntPtr
mnFontKernPairCount
;
// Number of Kerning Pairs of the current Font
...
...
vcl/win/source/gdi/salgdi.cxx
Dosyayı görüntüle @
82eb3121
...
...
@@ -578,9 +578,7 @@ WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hW
mhDefFont
(
0
),
mhDefPal
(
0
),
mpStdClipRgnData
(
NULL
),
mpFontCharSets
(
NULL
),
mpFontAttrCache
(
NULL
),
mnFontCharSetCount
(
0
),
mpFontKernPairs
(
NULL
),
mnFontKernPairCount
(
0
),
mbFontKernInit
(
false
),
...
...
@@ -614,8 +612,6 @@ WinSalGraphics::~WinSalGraphics()
// delete cache data
delete
[]
mpStdClipRgnData
;
delete
mpFontCharSets
;
delete
mpFontKernPairs
;
}
...
...
vcl/win/source/gdi/salgdi3.cxx
Dosyayı görüntüle @
82eb3121
...
...
@@ -1098,8 +1098,6 @@ ImplWinFontData::ImplWinFontData( const ImplDevFontAttributes& rDFS,
mbFontCapabilitiesRead
(
false
),
mpUnicodeMap
(
NULL
),
mpEncodingVector
(
NULL
),
mpFontCharSets
(
NULL
),
mnFontCharSetCount
(
0
),
meWinCharSet
(
eWinCharSet
),
mnPitchAndFamily
(
nPitchAndFamily
),
mbAliasSymbolsHigh
(
false
),
...
...
@@ -1135,8 +1133,6 @@ ImplWinFontData::ImplWinFontData( const ImplDevFontAttributes& rDFS,
ImplWinFontData
::~
ImplWinFontData
()
{
delete
[]
mpFontCharSets
;
if
(
mpUnicodeMap
)
mpUnicodeMap
=
0
;
#if ENABLE_GRAPHITE
...
...
@@ -1586,8 +1582,6 @@ sal_uInt16 WinSalGraphics::SetFont( FontSelectPattern* pFont, int nFallbackLevel
mnFontKernPairCount
=
0
;
}
mnFontCharSetCount
=
0
;
// some printers have higher internal resolution, so their
// text output would be different from what we calculated
// => suggest DrawTextArray to workaround this problem
...
...
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