Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1205 short nMSTotalWidth; in DetermineBorderProperties() local
1214 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()
1217 if (nMSTotalWidth > 5) in DetermineBorderProperties()
1219 nMSTotalWidth=1; in DetermineBorderProperties()
1222 nMSTotalWidth *= nIdx; in DetermineBorderProperties()
1223 nMSTotalWidth *= 15; in DetermineBorderProperties()
1232 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties()
1259 nMSTotalWidth = (nMSTotalWidth == 5) ? in DetermineBorderProperties()
1260 nMSTotalWidth*2 : nMSTotalWidth*3; in DetermineBorderProperties()
1271 if (nMSTotalWidth == 5) in DetermineBorderProperties()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx1297 short nMSTotalWidth; in DetermineBorderProperties() local
1306 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()
1309 if (nMSTotalWidth > 5) in DetermineBorderProperties()
1311 nMSTotalWidth=1; in DetermineBorderProperties()
1314 nMSTotalWidth = nMSTotalWidth * nIdx * 15; in DetermineBorderProperties()
1323 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties()
1350 nMSTotalWidth = (nMSTotalWidth == 5) ? in DetermineBorderProperties()
1351 nMSTotalWidth*2 : nMSTotalWidth*3; in DetermineBorderProperties()
1362 if (nMSTotalWidth == 5) in DetermineBorderProperties()
1363 nMSTotalWidth*=3; in DetermineBorderProperties()
[all …]