Searched refs:maBits (Results 1 – 1 of 1) sorted by relevance
507 sal_uInt16 maBits; member514 WW8_SHD() : maBits(0) {} in WW8_SHD()516 sal_uInt8 GetFore() const { return (sal_uInt8)( maBits & 0x1f); } in GetFore()517 sal_uInt8 GetBack() const { return (sal_uInt8)((maBits >> 5 ) & 0x1f); } in GetBack()519 { return (sal_uInt8)((maBits >> 10) & ( bVer67 ? 0x1f : 0x3f ) ); } in GetStyle()521 sal_uInt16 GetValue() const { return maBits; } in GetValue()523 void SetValue(sal_uInt16 nVal) { maBits = nVal; } in SetValue()524 void SetWWValue(SVBT16 nVal) { maBits = SVBT16ToShort(nVal); } in SetWWValue()528 maBits &= 0xffe0; in SetFore()529 maBits |= (nVal & 0x1f); in SetFore()[all …]