Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1211 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() local
1212 nCol = ((aBrc1 >> 6) & 0x1f); // aBor.ico in DetermineBorderProperties()
1213 nSpace = (aBrc1 & 0xF800) >> 11; in DetermineBorderProperties()
1215 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()
1216 nIdx = (aBrc1 & 0x18) >> 3; in DetermineBorderProperties()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8scan.cxx1303 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() local
1304 nCol = static_cast< sal_uInt8 >((aBrc1 >> 6) & 0x1f); // aBor.ico in DetermineBorderProperties()
1305 nSpace = (aBrc1 & 0xF800) >> 11; in DetermineBorderProperties()
1307 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()
1308 nIdx = (aBrc1 & 0x18) >> 3; in DetermineBorderProperties()

Completed in 51 milliseconds