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 …]
6164 sal_uInt16 a16Bit; in WW8Style() local6173 rSt >> a16Bit; in WW8Style()6174 fStdStylenamesWritten = a16Bit & 0x0001; in WW8Style()6234 sal_uInt16 a16Bit; in Read1STDFixed() local6237 rSt >> a16Bit; in Read1STDFixed()6238 pStd->sti = a16Bit & 0x0fff ; in Read1STDFixed()6239 pStd->fScratch = 0 != ( a16Bit & 0x1000 ); in Read1STDFixed()6240 pStd->fInvalHeight = 0 != ( a16Bit & 0x2000 ); in Read1STDFixed()6241 pStd->fHasUpe = 0 != ( a16Bit & 0x4000 ); in Read1STDFixed()6242 pStd->fMassCopy = 0 != ( a16Bit & 0x8000 ); in Read1STDFixed()[all …]