Home
last modified time | relevance | path

Searched refs:mpFontCharSets (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/inc/win/
H A Dsalgdi.h103 …BYTE* mpFontCharSets; // all Charsets for the current font (used on W98 for … member in ImplWinFontData
158 BYTE* mpFontCharSets; // All Charsets for the current font member in WinSalGraphics
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1102 mpFontCharSets( NULL ), in ImplWinFontData()
1145 delete[] mpFontCharSets; in ~ImplWinFontData()
1772 if ( pData->mpFontCharSets[i] == pLogFont->elfLogFont.lfCharSet ) in SalEnumCharSetsProcExA()
1775 pData->mpFontCharSets[pData->mnFontCharSetCount] = pLogFont->elfLogFont.lfCharSet; in SalEnumCharSetsProcExA()
1784 if ( !pData->mpFontCharSets ) in ImplGetAllFontCharSets()
1785 pData->mpFontCharSets = new BYTE[256]; in ImplGetAllFontCharSets()
H A Dsalgdi.cxx744 mpFontCharSets = NULL; in WinSalGraphics()
785 if ( mpFontCharSets ) in ~WinSalGraphics()
786 delete mpFontCharSets; in ~WinSalGraphics()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h93 …PM_BYTE* mpFontCharSets; // all Charsets for the current font (used on W98 f… member in ImplOs2FontData
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx425 mpFontCharSets( NULL ), in ImplOs2FontData()
441 delete[] mpFontCharSets; in ~ImplOs2FontData()

Completed in 47 milliseconds