Lines Matching refs:xFont

1048             Reference< XFont2 > xFont( xDevice->getFont( maApiData.maDesc ), UNO_QUERY );  in finalizeImport()  local
1049 if( xFont.is() ) in finalizeImport()
1053xFont->hasGlyphs( OUString( sal_Unicode( 0x3041 ) ) ) || // 3040-309F: Hiragana in finalizeImport()
1054xFont->hasGlyphs( OUString( sal_Unicode( 0x30A1 ) ) ) || // 30A0-30FF: Katakana in finalizeImport()
1055xFont->hasGlyphs( OUString( sal_Unicode( 0x3111 ) ) ) || // 3100-312F: Bopomofo in finalizeImport()
1056xFont->hasGlyphs( OUString( sal_Unicode( 0x3131 ) ) ) || // 3130-318F: Hangul Compatibility Jamo in finalizeImport()
1057xFont->hasGlyphs( OUString( sal_Unicode( 0x3301 ) ) ) || // 3300-33FF: CJK Compatibility in finalizeImport()
1058xFont->hasGlyphs( OUString( sal_Unicode( 0x3401 ) ) ) || // 3400-4DBF: CJK Unified Ideographs E… in finalizeImport()
1059xFont->hasGlyphs( OUString( sal_Unicode( 0x4E01 ) ) ) || // 4E00-9FAF: CJK Unified Ideographs in finalizeImport()
1060xFont->hasGlyphs( OUString( sal_Unicode( 0x7E01 ) ) ) || // 4E00-9FAF: CJK unified ideographs in finalizeImport()
1061xFont->hasGlyphs( OUString( sal_Unicode( 0xA001 ) ) ) || // A001-A48F: Yi Syllables in finalizeImport()
1062xFont->hasGlyphs( OUString( sal_Unicode( 0xAC01 ) ) ) || // AC00-D7AF: Hangul Syllables in finalizeImport()
1063xFont->hasGlyphs( OUString( sal_Unicode( 0xCC01 ) ) ) || // AC00-D7AF: Hangul Syllables in finalizeImport()
1064xFont->hasGlyphs( OUString( sal_Unicode( 0xF901 ) ) ) || // F900-FAFF: CJK Compatibility Ideogr… in finalizeImport()
1065xFont->hasGlyphs( OUString( sal_Unicode( 0xFF71 ) ) ); // FF00-FFEF: Halfwidth/Fullwidth Forms in finalizeImport()
1068 xFont->hasGlyphs( OUString( sal_Unicode( 0x05D1 ) ) ) || // 0590-05FF: Hebrew in finalizeImport()
1069 xFont->hasGlyphs( OUString( sal_Unicode( 0x0631 ) ) ) || // 0600-06FF: Arabic in finalizeImport()
1070 xFont->hasGlyphs( OUString( sal_Unicode( 0x0721 ) ) ) || // 0700-074F: Syriac in finalizeImport()
1071xFont->hasGlyphs( OUString( sal_Unicode( 0x0911 ) ) ) || // 0900-0DFF: Indic scripts in finalizeImport()
1072 xFont->hasGlyphs( OUString( sal_Unicode( 0x0E01 ) ) ) || // 0E00-0E7F: Thai in finalizeImport()
1073xFont->hasGlyphs( OUString( sal_Unicode( 0xFB21 ) ) ) || // FB1D-FB4F: Hebrew Presentation Forms in finalizeImport()
1074xFont->hasGlyphs( OUString( sal_Unicode( 0xFB51 ) ) ) || // FB50-FDFF: Arabic Presentation Form… in finalizeImport()
1075xFont->hasGlyphs( OUString( sal_Unicode( 0xFE71 ) ) ); // FE70-FEFF: Arabic Presentation Form… in finalizeImport()
1079 xFont->hasGlyphs( OUString( sal_Unicode( 'A' ) ) ); in finalizeImport()
3162 FontRef xFont( new Font( *this, false ) ); in createFont() local
3163 maFonts.push_back( xFont ); in createFont()
3164 return xFont; in createFont()
3256 FontRef xFont = createFont(); in importFont() local
3257 xFont->importFont( rStrm ); in importFont()
3264 setAppFontEncoding( xFont->getFontEncoding() ); in importFont()
3351 FontRef xFont; in getFontFromCellXf() local
3353 xFont = pXf->getFont(); in getFontFromCellXf()
3354 return xFont; in getFontFromCellXf()