Searched refs:aBrc1 (Results 1 – 2 of 2) sorted by relevance
1211 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() local1212 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()
1303 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() local1304 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 74 milliseconds