Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dfontcfg.cxx619 { "captitals", IMPL_FONT_ATTR_CAPITALS },
620 { "captital", IMPL_FONT_ATTR_CAPITALS },
621 { "caps", IMPL_FONT_ATTR_CAPITALS },
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx128 #define IMPL_FONT_ATTR_CAPITALS ((sal_uLong)0x00000800) macro
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1880 if( nSearchType & (IMPL_FONT_ATTR_TITLING | IMPL_FONT_ATTR_CAPITALS) ) in ImplFindByAttributes()
1882 if( nMatchType & (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()
1886 else if( (nMatchType & (IMPL_FONT_ATTR_TITLING | IMPL_FONT_ATTR_CAPITALS)) in ImplFindByAttributes()
1890 else if( nMatchType & (IMPL_FONT_ATTR_TITLING | IMPL_FONT_ATTR_CAPITALS) ) in ImplFindByAttributes()

Completed in 58 milliseconds