Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww1/
H A Dw1struct.hxx811 sal_uInt8 aBits1Get() { in aBits1Get() function
815 return aBits1Get() & 0x07; } in jcGet()
819 return (aBits1Get() >> 3 ) & 0x07; } in tlcGet()
826 sal_uInt8 aBits1Get() { in aBits1Get() function
829 return aBits1Get() & 0x01; } in fFirstMergedGet()
831 return (aBits1Get() >> 1 ) & 0x01; } in fMergedGet()

Completed in 11 milliseconds