Searched refs:maBits (Results 1 – 1 of 1) sorted by relevance
508 sal_uInt16 maBits; member515 WW8_SHD() : maBits(0) {} in WW8_SHD()517 sal_uInt8 GetFore() const { return (sal_uInt8)( maBits & 0x1f); } in GetFore()518 sal_uInt8 GetBack() const { return (sal_uInt8)((maBits >> 5 ) & 0x1f); } in GetBack()520 { return (sal_uInt8)((maBits >> 10) & ( bVer67 ? 0x1f : 0x3f ) ); } in GetStyle()522 sal_uInt16 GetValue() const { return maBits; } in GetValue()524 void SetValue(sal_uInt16 nVal) { maBits = nVal; } in SetValue()525 void SetWWValue(SVBT16 nVal) { maBits = SVBT16ToShort(nVal); } in SetWWValue()529 maBits &= 0xffe0; in SetFore()530 maBits |= (nVal & 0x1f); in SetFore()[all …]