Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/inc/
H A Dxlcontent.hxx91 const sal_uInt32 EXC_CF_FONT_STYLE = 0x00000002; /// Font posture or weight modified? variable
/aoo41x/main/sc/source/filter/excel/
H A Dxistyle.cxx228 … 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()
H A Dxecontent.cxx733 ::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 29 milliseconds