Searched refs:a16Bit (Results 1 – 2 of 2) sorted by relevance
5542 sal_uInt16 a16Bit; in WW8Style() local5551 rSt >> a16Bit; in WW8Style()5552 fStdStylenamesWritten = a16Bit & 0x0001; in WW8Style()5607 sal_uInt16 a16Bit; in Read1STDFixed() local5610 rSt >> a16Bit; in Read1STDFixed()5611 pStd->sti = a16Bit & 0x0fff ; in Read1STDFixed()5612 pStd->fScratch = 0 != ( a16Bit & 0x1000 ); in Read1STDFixed()5613 pStd->fInvalHeight = 0 != ( a16Bit & 0x2000 ); in Read1STDFixed()5614 pStd->fHasUpe = 0 != ( a16Bit & 0x4000 ); in Read1STDFixed()5615 pStd->fMassCopy = 0 != ( a16Bit & 0x8000 ); in Read1STDFixed()[all …]
6165 sal_uInt16 a16Bit; in WW8Style() local6174 rSt >> a16Bit; in WW8Style()6175 fStdStylenamesWritten = a16Bit & 0x0001; in WW8Style()6235 sal_uInt16 a16Bit; in Read1STDFixed() local6238 rSt >> a16Bit; in Read1STDFixed()6239 pStd->sti = a16Bit & 0x0fff ; in Read1STDFixed()6240 pStd->fScratch = 0 != ( a16Bit & 0x1000 ); in Read1STDFixed()6241 pStd->fInvalHeight = 0 != ( a16Bit & 0x2000 ); in Read1STDFixed()6242 pStd->fHasUpe = 0 != ( a16Bit & 0x4000 ); in Read1STDFixed()6243 pStd->fMassCopy = 0 != ( a16Bit & 0x8000 ); in Read1STDFixed()[all …]