Searched refs:aShortSprm (Results 1 – 4 of 4) sorted by relevance
919 aShortSprm[0] = (sal_uInt8)( ( nPrm & 0xfe) >> 1 ); in GetSprms()920 aShortSprm[1] = (sal_uInt8)( nPrm >> 8 ); in GetSprms()924 p->pMemPos = aShortSprm; in GetSprms()1016 aShortSprm[0] = (sal_uInt8)( ( nSprmId & 0x00ff) ); in GetSprms()1017 aShortSprm[1] = (sal_uInt8)( ( nSprmId & 0xff00) >> 8 ); in GetSprms()1018 aShortSprm[2] = (sal_uInt8)( nPrm >> 8 ); in GetSprms()1024 p->pMemPos = aShortSprm; in GetSprms()
321 SVBT32 aShortSprm; // mini storage: can contain ONE sprm with member in WW8PLCFx_PCDAttrs
1043 aShortSprm[0] = (sal_uInt8)( ( nPrm & 0xfe) >> 1 ); in GetSprms()1044 aShortSprm[1] = (sal_uInt8)( nPrm >> 8 ); in GetSprms()1048 p->pMemPos = aShortSprm; in GetSprms()1140 aShortSprm[0] = (sal_uInt8)( ( nSprmId & 0x00ff) ); in GetSprms()1141 aShortSprm[1] = (sal_uInt8)( ( nSprmId & 0xff00) >> 8 ); in GetSprms()1142 aShortSprm[2] = (sal_uInt8)( nPrm >> 8 ); in GetSprms()1148 p->pMemPos = aShortSprm; in GetSprms()
413 SVBT32 aShortSprm; // mini storage: can contain ONE sprm with member in WW8PLCFx_PCDAttrs
Completed in 84 milliseconds