Searched refs:maBits (Results 1 – 1 of 1) sorted by relevance
508 sal_uInt16 maBits; member515 WW8_SHD() : maBits(0) {} in WW8_SHD()522 sal_uInt16 GetValue() const { return maBits; } in GetValue()529 maBits &= 0xffe0; in SetFore()530 maBits |= (nVal & 0x1f); in SetFore()534 maBits &= 0xfc1f; in SetBack()535 maBits |= (nVal & 0x1f) << 5; in SetBack()541 maBits &= 0x83ff; in SetStyle()542 maBits |= (nVal & 0x1f) << 10; in SetStyle()546 maBits &= 0x03ff; in SetStyle()[all …]
Completed in 25 milliseconds