Home
last modified time | relevance | path

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

/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx127 #define IMPL_FONT_ATTR_TITLING ((sal_uLong)0x00000400) macro
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx618 { "titling", IMPL_FONT_ATTR_TITLING },
/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 68 milliseconds