Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Doutdev3.cxx1732 sal_uLong nMatchType = pData->mnMatchType; in ImplFindByAttributes() local
1755 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_CJK_ALLLANG) ) in ImplFindByAttributes()
1757 if( nMatchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes()
1759 if( nMatchType & IMPL_FONT_ATTR_FULL ) in ImplFindByAttributes()
1762 else if ( nMatchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes()
1768 if( nMatchType & IMPL_FONT_ATTR_CTL ) in ImplFindByAttributes()
1770 if( nMatchType & IMPL_FONT_ATTR_FULL ) in ImplFindByAttributes()
1773 else if ( nMatchType & IMPL_FONT_ATTR_CTL ) in ImplFindByAttributes()
1779 if( nMatchType & IMPL_FONT_ATTR_NONELATIN ) in ImplFindByAttributes()
1781 if( nMatchType & IMPL_FONT_ATTR_FULL ) in ImplFindByAttributes()
[all …]