Searched refs:EXC_CF_FONT_STYLE (Results 1 – 3 of 3) sorted by relevance
91 const sal_uInt32 EXC_CF_FONT_STYLE = 0x00000002; /// Font posture or weight modified? variable
228 … if( (mbWeightUsed = !::get_flag( nFontFlags1, EXC_CF_FONT_STYLE ) && (nWeight < 0x7FFF)) == true ) in ReadCFFontBlock()230 if( (mbItalicUsed = !::get_flag( nFontFlags1, EXC_CF_FONT_STYLE )) == true ) in ReadCFFontBlock()231 maData.mbItalic = ::get_flag( nStyle, EXC_CF_FONT_STYLE ); in ReadCFFontBlock()
733 ::set_flag( nStyle, EXC_CF_FONT_STYLE, maFontData.mbItalic ); in WriteBody()739 ::set_flag( nFontFlags1, EXC_CF_FONT_STYLE, !(mbItalicUsed || mbWeightUsed) ); in WriteBody()
Completed in 33 milliseconds