Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dfontcfg.cxx637 { "typewriter", IMPL_FONT_ATTR_TYPEWRITER | IMPL_FONT_ATTR_FIXED },
638 { "lineprinter", IMPL_FONT_ATTR_TYPEWRITER | IMPL_FONT_ATTR_FIXED },
/trunk/main/vcl/source/gdi/
H A Dfont.cxx196 else if ( pFontAttr->Type & IMPL_FONT_ATTR_TYPEWRITER ) in AskConfig()
218 else if( nType & IMPL_FONT_ATTR_TYPEWRITER ) in AskConfig()
H A Doutdev3.cxx1841 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_TYPEWRITER) ) in ImplFindByAttributes()
2018 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_TYPEWRITER) ) in ImplFindByAttributes()
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx140 #define IMPL_FONT_ATTR_TYPEWRITER ((sal_uLong)0x00800000) macro

Completed in 71 milliseconds