Home
last modified time | relevance | path

Searched refs:HasChar (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx406 aCharMap.HasChar( 0x3041 ) || // 3040-309F: Hiragana in GuessScriptType()
407 aCharMap.HasChar( 0x30A1 ) || // 30A0-30FF: Katakana in GuessScriptType()
408 aCharMap.HasChar( 0x3111 ) || // 3100-312F: Bopomofo in GuessScriptType()
409 aCharMap.HasChar( 0x3131 ) || // 3130-318F: Hangul Compatibility Jamo in GuessScriptType()
410 aCharMap.HasChar( 0x3301 ) || // 3300-33FF: CJK Compatibility in GuessScriptType()
411 aCharMap.HasChar( 0x3401 ) || // 3400-4DBF: CJK Unified Ideographs Extension A in GuessScriptType()
412 aCharMap.HasChar( 0x4E01 ) || // 4E00-9FAF: CJK Unified Ideographs in GuessScriptType()
413 aCharMap.HasChar( 0x7E01 ) || // 4E00-9FAF: CJK unified ideographs in GuessScriptType()
414 aCharMap.HasChar( 0xA001 ) || // A001-A48F: Yi Syllables in GuessScriptType()
415 aCharMap.HasChar( 0xAC01 ) || // AC00-D7AF: Hangul Syllables in GuessScriptType()
[all …]
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h61 bool HasChar( sal_uInt32 cChar ) const;
370 inline bool ImplOs2FontData::HasChar( sal_uInt32 cChar ) const in HasChar() function
372 if( mpUnicodeMap->HasChar( cChar ) ) in HasChar()
379 return mpUnicodeMap->HasChar( cChar ); in HasChar()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h66 bool HasChar( sal_uInt32 cChar ) const;
401 inline bool ImplWinFontData::HasChar( sal_uInt32 cChar ) const in HasChar() function
403 if( mpUnicodeMap->HasChar( cChar ) ) in HasChar()
412 return mpUnicodeMap->HasChar( cChar ); in HasChar()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx154 bool ImplFontCharMap::HasChar( sal_UCS4 cChar ) const in HasChar() function in ImplFontCharMap
665 bool FontCharMap::HasChar( sal_UCS4 cChar ) const in HasChar() function in FontCharMap
667 return mpImpl->HasChar( cChar ); in HasChar()
H A Doutdev3.cxx8059 if( ! aFontCharMap.HasChar( *pStr ) ) in HasGlyphs()
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx101 bool HasChar( sal_UCS4 ) const;
/trunk/main/vcl/inc/
H A Dimpfont.hxx183 bool HasChar( sal_uInt32 ) const;
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h68 bool HasChar( sal_uInt32 cChar ) const;
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx381 if( mrOs2FontData.HasChar( nCharCode ) )
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx540 nMatchCount += pCharMap->HasChar( uChar ); in HasMissingChars()
H A Dwinlayout.cxx453 if( mrWinFontData.HasChar( nCharCode ) )