Home
last modified time | relevance | path

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

/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx126 #define IMPL_FONT_ATTR_ITALIC ((sal_uLong)0x00000200) macro
155 IMPL_FONT_ATTR_FIXED | IMPL_FONT_ATTR_ITALIC |\
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx622 { "italic", IMPL_FONT_ATTR_ITALIC },
623 { "oblique", IMPL_FONT_ATTR_ITALIC },
/trunk/main/vcl/source/gdi/
H A Dfont.cxx198 else if ( pFontAttr->Type & IMPL_FONT_ATTR_ITALIC ) in AskConfig()
220 else if( nType & IMPL_FONT_ATTR_ITALIC ) in AskConfig()
H A Doutdev3.cxx1711 nSearchType |= IMPL_FONT_ATTR_ITALIC; in ImplFindByAttributes()
1933 if( nSearchType & IMPL_FONT_ATTR_ITALIC ) in ImplFindByAttributes()
1937 if( nMatchType & IMPL_FONT_ATTR_ITALIC ) in ImplFindByAttributes()
1941 && ((nMatchType & IMPL_FONT_ATTR_ITALIC) in ImplFindByAttributes()
2732 if( (nSearchType & IMPL_FONT_ATTR_ITALIC) in ImplFindByFont()

Completed in 59 milliseconds