Home
last modified time | relevance | path

Searched refs:hasGlyphs (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1053 … xFont->hasGlyphs( OUString( sal_Unicode( 0x3041 ) ) ) || // 3040-309F: Hiragana in finalizeImport()
1054 … xFont->hasGlyphs( OUString( sal_Unicode( 0x30A1 ) ) ) || // 30A0-30FF: Katakana in finalizeImport()
1055 … xFont->hasGlyphs( OUString( sal_Unicode( 0x3111 ) ) ) || // 3100-312F: Bopomofo in finalizeImport()
1056 …xFont->hasGlyphs( OUString( sal_Unicode( 0x3131 ) ) ) || // 3130-318F: Hangul Compatibility Jamo in finalizeImport()
1057 … xFont->hasGlyphs( OUString( sal_Unicode( 0x3301 ) ) ) || // 3300-33FF: CJK Compatibility in finalizeImport()
1058 …xFont->hasGlyphs( OUString( sal_Unicode( 0x3401 ) ) ) || // 3400-4DBF: CJK Unified Ideographs E… in finalizeImport()
1059 … xFont->hasGlyphs( OUString( sal_Unicode( 0x4E01 ) ) ) || // 4E00-9FAF: CJK Unified Ideographs in finalizeImport()
1060 … xFont->hasGlyphs( OUString( sal_Unicode( 0x7E01 ) ) ) || // 4E00-9FAF: CJK unified ideographs in finalizeImport()
1061 … xFont->hasGlyphs( OUString( sal_Unicode( 0xA001 ) ) ) || // A001-A48F: Yi Syllables in finalizeImport()
1062 … xFont->hasGlyphs( OUString( sal_Unicode( 0xAC01 ) ) ) || // AC00-D7AF: Hangul Syllables in finalizeImport()
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXFont2.idl56 boolean hasGlyphs( [in] string aText );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxfont.hxx86 …sal_Bool SAL_CALL hasGlyphs( const ::rtl::OUString& aText )…
/trunk/main/toolkit/source/awt/
H A Dvclxfont.cxx199 sal_Bool VCLXFont::hasGlyphs( const ::rtl::OUString& aText ) in hasGlyphs() function in VCLXFont