Lines Matching refs:nSearchType

1653 	const sal_uLong nSearchType = rFontAttr.Type;  in ImplFindBySubstFontAttr()  local
1654 if( nSearchType != 0 ) in ImplFindBySubstFontAttr()
1661 pFoundData = ImplFindByAttributes( nSearchType, in ImplFindBySubstFontAttr()
1706 ImplDevFontListData* ImplDevFontList::ImplFindByAttributes( sal_uLong nSearchType, in ImplFindByAttributes() argument
1711 nSearchType |= IMPL_FONT_ATTR_ITALIC; in ImplFindByAttributes()
1714 if( !nSearchType in ImplFindByAttributes()
1752 if ( nSearchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes()
1755 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_CJK_ALLLANG) ) in ImplFindByAttributes()
1766 if( nSearchType & IMPL_FONT_ATTR_CTL ) in ImplFindByAttributes()
1777 if( nSearchType & IMPL_FONT_ATTR_NONELATIN ) in ImplFindByAttributes()
1786 if ( nSearchType & IMPL_FONT_ATTR_SYMBOL ) in ImplFindByAttributes()
1820 if( nSearchType & IMPL_FONT_ATTR_ALLSCRIPT ) in ImplFindByAttributes()
1824 if( nSearchType & IMPL_FONT_ATTR_ALLSUBSCRIPT ) in ImplFindByAttributes()
1826 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_ALLSUBSCRIPT) ) in ImplFindByAttributes()
1828 if( 0 != ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_BRUSHSCRIPT) ) in ImplFindByAttributes()
1836 if( nSearchType & IMPL_FONT_ATTR_FIXED ) in ImplFindByAttributes()
1841 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_TYPEWRITER) ) in ImplFindByAttributes()
1848 if( nSearchType & IMPL_FONT_ATTR_SPECIAL ) in ImplFindByAttributes()
1852 else if( !(nSearchType & IMPL_FONT_ATTR_ALLSERIFSTYLE) ) in ImplFindByAttributes()
1860 else if( (nMatchType & IMPL_FONT_ATTR_SPECIAL) && !(nSearchType & IMPL_FONT_ATTR_SYMBOL) ) in ImplFindByAttributes()
1864 if( nSearchType & IMPL_FONT_ATTR_DECORATIVE ) in ImplFindByAttributes()
1868 else if( !(nSearchType & IMPL_FONT_ATTR_ALLSERIFSTYLE) ) in ImplFindByAttributes()
1880 if( nSearchType & (IMPL_FONT_ATTR_TITLING | IMPL_FONT_ATTR_CAPITALS) ) in ImplFindByAttributes()
1884 … if( 0 == ((nSearchType^nMatchType) & (IMPL_FONT_ATTR_TITLING | IMPL_FONT_ATTR_CAPITALS))) in ImplFindByAttributes()
1894 if( nSearchType & (IMPL_FONT_ATTR_OUTLINE | IMPL_FONT_ATTR_SHADOW) ) in ImplFindByAttributes()
1898 … if( 0 == ((nSearchType ^ nMatchType) & (IMPL_FONT_ATTR_OUTLINE | IMPL_FONT_ATTR_SHADOW)) ) in ImplFindByAttributes()
1915 if( nSearchType & IMPL_FONT_ATTR_SERIF ) in ImplFindByAttributes()
1924 if( nSearchType & IMPL_FONT_ATTR_SANSSERIF ) in ImplFindByAttributes()
1933 if( nSearchType & IMPL_FONT_ATTR_ITALIC ) in ImplFindByAttributes()
1940 else if( !(nSearchType & IMPL_FONT_ATTR_ALLSCRIPT) in ImplFindByAttributes()
2014 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_ROUNDED) ) in ImplFindByAttributes()
2018 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_TYPEWRITER) ) in ImplFindByAttributes()
2022 if( nSearchType & IMPL_FONT_ATTR_GOTHIC ) in ImplFindByAttributes()
2031 if( nSearchType & IMPL_FONT_ATTR_SCHOOLBOOK ) in ImplFindByAttributes()
2572 sal_uLong nSearchType = 0; in ImplFindByFont() local
2574 eSearchWeight, eSearchWidth, nSearchType ); in ImplFindByFont()
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()
2706 nSearchType |= IMPL_FONT_ATTR_CJK | IMPL_FONT_ATTR_CJK_JP; in ImplFindByFont()
2709 nSearchType |= ImplIsCJKFont( rFSD.maName ); in ImplFindByFont()
2711 nSearchType |= IMPL_FONT_ATTR_SYMBOL; in ImplFindByFont()
2715 ImplCalcType( nSearchType, eSearchWeight, eSearchWidth, rFSD.meFamily, pFontAttr ); in ImplFindByFont()
2716 ImplDevFontListData* pFoundData = ImplFindByAttributes( nSearchType, in ImplFindByFont()
2732 if( (nSearchType & IMPL_FONT_ATTR_ITALIC) in ImplFindByFont()