Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/qpro/
H A Dqprostyle.cxx141 sal_uInt16 nTmpFnt = maFontRecord[ maFont[ nStyle ] ]; in SetFormat() local
144 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 6 milliseconds