Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8struc.hxx508 sal_uInt16 maBits; member
515 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 24 milliseconds