Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx919 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()
H A Dww8scan.hxx321 SVBT32 aShortSprm; // mini storage: can contain ONE sprm with member in WW8PLCFx_PCDAttrs
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1043 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()
H A Dww8scan.hxx413 SVBT32 aShortSprm; // mini storage: can contain ONE sprm with member in WW8PLCFx_PCDAttrs

Completed in 72 milliseconds