Searched refs:nTmpFnt (Results 1 – 1 of 1) sorted by relevance
141 sal_uInt16 nTmpFnt = maFontRecord[ maFont[ nStyle ] ]; in SetFormat() local144 bIsBold = ( nTmpFnt & 0x0001 ) != 0; in SetFormat()145 bIsItalic = ( nTmpFnt & 0x0002 ) != 0; in SetFormat()146 bIsUnderLine = ( nTmpFnt & 0x0004 ) != 0; in SetFormat()147 bIsStrikeThrough = (nTmpFnt & 0x0020 ) != 0; in SetFormat()
Completed in 9 milliseconds