Home
last modified time | relevance | path

Searched refs:SupportsCJK (Results 1 – 7 of 7) sorted by path

/trunk/main/vcl/inc/
H A Dimpfont.hxx127 bool SupportsCJK() const { return ((mnMiscFlags & CJK_FLAG) != 0); } in SupportsCJK() function in ImplFontMetric
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h68 bool SupportsCJK() const { return mbHasCJKSupport; } in SupportsCJK() function in ImplOs2FontData
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx54 sal_Bool SupportsCJK() const;
/trunk/main/vcl/inc/win/
H A Dsalgdi.h72 bool SupportsCJK() const { return mbHasCJKSupport; } in SupportsCJK() function in ImplWinFontData
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx962 if( mpOs2FontData[0] && mpOs2FontData[0]->SupportsCJK() ) in GetFontMetric()
/trunk/main/vcl/source/gdi/
H A Dmetric.cxx159 sal_Bool FontInfo::SupportsCJK() const in SupportsCJK() function in FontInfo
161 return mpImplMetric->SupportsCJK(); in SupportsCJK()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1739 if( mpWinFontData[nFallbackLevel] && mpWinFontData[nFallbackLevel]->SupportsCJK() ) in GetFontMetric()

Completed in 49 milliseconds