Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx712 return IMPL_FONT_ATTR_CJK|IMPL_FONT_ATTR_CJK_JP; in ImplIsCJKFont()
718 return IMPL_FONT_ATTR_CJK|IMPL_FONT_ATTR_CJK_KR; in ImplIsCJKFont()
722 return IMPL_FONT_ATTR_CJK|IMPL_FONT_ATTR_CJK_TC|IMPL_FONT_ATTR_CJK_SC; in ImplIsCJKFont()
727 return IMPL_FONT_ATTR_CJK; in ImplIsCJKFont()
1752 if ( nSearchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes()
1757 if( nMatchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes()
1762 else if ( nMatchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes()
2694 nSearchType |= IMPL_FONT_ATTR_CJK | IMPL_FONT_ATTR_CJK_SC; in ImplFindByFont()
2699 nSearchType |= IMPL_FONT_ATTR_CJK | IMPL_FONT_ATTR_CJK_TC; in ImplFindByFont()
2703 nSearchType |= IMPL_FONT_ATTR_CJK | IMPL_FONT_ATTR_CJK_KR; in ImplFindByFont()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx129 #define IMPL_FONT_ATTR_CJK ((sal_uLong)0x00001000) macro

Completed in 44 milliseconds