Searched refs:aBrc1 (Results 1 – 2 of 2) sorted by relevance
1210 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() local1211 nCol = ((aBrc1 >> 6) & 0x1f); // aBor.ico in DetermineBorderProperties()1212 nSpace = (aBrc1 & 0xF800) >> 11; in DetermineBorderProperties()1214 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()1215 nIdx = (aBrc1 & 0x18) >> 3; in DetermineBorderProperties()
1302 sal_uInt16 aBrc1 = SVBT16ToShort(aBits1); in DetermineBorderProperties() local1303 nCol = static_cast< sal_uInt8 >((aBrc1 >> 6) & 0x1f); // aBor.ico in DetermineBorderProperties()1304 nSpace = (aBrc1 & 0xF800) >> 11; in DetermineBorderProperties()1306 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()1307 nIdx = (aBrc1 & 0x18) >> 3; in DetermineBorderProperties()