Home
last modified time | relevance | path

Searched refs:aCharMap (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/filter/excel/
H A Dxistyle.cxx399 FontCharMap aCharMap; in GuessScriptType() local
402 if( pPrinter->GetFontCharMap( aCharMap ) ) in GuessScriptType()
406 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()
[all …]
/AOO42X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3810 const ImplFontCharMap aCharMap( aCmapResult ); in getGlyphWidths() local
3814 const sal_uInt32 c = aCharMap.GetNextChar( cOld ); in getGlyphWidths()
3823 const sal_GlyphId aGlyphId = aCharMap.GetGlyphIndex( c ); in getGlyphWidths()