Searched refs:a16Bit (Results 1 – 2 of 2) sorted by relevance
5541 sal_uInt16 a16Bit; in WW8Style() local5550 rSt >> a16Bit; in WW8Style()5551 fStdStylenamesWritten = a16Bit & 0x0001; in WW8Style()5606 sal_uInt16 a16Bit; in Read1STDFixed() local5609 rSt >> a16Bit; in Read1STDFixed()5610 pStd->sti = a16Bit & 0x0fff ; in Read1STDFixed()5611 pStd->fScratch = 0 != ( a16Bit & 0x1000 ); in Read1STDFixed()5612 pStd->fInvalHeight = 0 != ( a16Bit & 0x2000 ); in Read1STDFixed()5613 pStd->fHasUpe = 0 != ( a16Bit & 0x4000 ); in Read1STDFixed()5614 pStd->fMassCopy = 0 != ( a16Bit & 0x8000 ); in Read1STDFixed()[all …]
6180 sal_uInt16 a16Bit; in WW8Style() local6189 rSt >> a16Bit; in WW8Style()6190 fStdStylenamesWritten = a16Bit & 0x0001; in WW8Style()6250 sal_uInt16 a16Bit; in Read1STDFixed() local6253 rSt >> a16Bit; in Read1STDFixed()6254 pStd->sti = a16Bit & 0x0fff ; in Read1STDFixed()6255 pStd->fScratch = 0 != ( a16Bit & 0x1000 ); in Read1STDFixed()6256 pStd->fInvalHeight = 0 != ( a16Bit & 0x2000 ); in Read1STDFixed()6257 pStd->fHasUpe = 0 != ( a16Bit & 0x4000 ); in Read1STDFixed()6258 pStd->fMassCopy = 0 != ( a16Bit & 0x8000 ); in Read1STDFixed()[all …]