Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dfontcfg.cxx634 { "gothic", IMPL_FONT_ATTR_SANSSERIF | IMPL_FONT_ATTR_GOTHIC },
643 { "sansserif", IMPL_FONT_ATTR_SANSSERIF },
644 { "sans", IMPL_FONT_ATTR_SANSSERIF },
645 { "swiss", IMPL_FONT_ATTR_SANSSERIF },
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx122 #define IMPL_FONT_ATTR_SANSSERIF ((sal_uLong)0x00000020) macro
154 IMPL_FONT_ATTR_SANSSERIF | IMPL_FONT_ATTR_SERIF |\
/trunk/main/vcl/source/gdi/
H A Dfont.cxx194 else if ( pFontAttr->Type & IMPL_FONT_ATTR_SANSSERIF ) in AskConfig()
216 else if( nType & IMPL_FONT_ATTR_SANSSERIF ) in AskConfig()
H A Doutdev3.cxx743 rType |= IMPL_FONT_ATTR_SANSSERIF; in ImplCalcType()
1856 else if( nMatchType & IMPL_FONT_ATTR_SANSSERIF ) in ImplFindByAttributes()
1872 else if ( nMatchType & IMPL_FONT_ATTR_SANSSERIF ) in ImplFindByAttributes()
1919 else if( nMatchType & IMPL_FONT_ATTR_SANSSERIF ) in ImplFindByAttributes()
1924 if( nSearchType & IMPL_FONT_ATTR_SANSSERIF ) in ImplFindByAttributes()
1926 if( nMatchType & IMPL_FONT_ATTR_SANSSERIF ) in ImplFindByAttributes()
2026 if( nMatchType & IMPL_FONT_ATTR_SANSSERIF ) in ImplFindByAttributes()

Completed in 50 milliseconds