Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1206 short nMSTotalWidth; in DetermineBorderProperties() local
1215 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()
1218 if (nMSTotalWidth > 5) in DetermineBorderProperties()
1220 nMSTotalWidth=1; in DetermineBorderProperties()
1223 nMSTotalWidth *= nIdx; in DetermineBorderProperties()
1224 nMSTotalWidth *= 15; in DetermineBorderProperties()
1233 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties()
1260 nMSTotalWidth = (nMSTotalWidth == 5) ? in DetermineBorderProperties()
1261 nMSTotalWidth*2 : nMSTotalWidth*3; in DetermineBorderProperties()
1272 if (nMSTotalWidth == 5) in DetermineBorderProperties()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8scan.cxx1298 short nMSTotalWidth; in DetermineBorderProperties() local
1307 nMSTotalWidth = aBrc1 & 0x07; in DetermineBorderProperties()
1310 if (nMSTotalWidth > 5) in DetermineBorderProperties()
1312 nMSTotalWidth=1; in DetermineBorderProperties()
1315 nMSTotalWidth = nMSTotalWidth * nIdx * 15; in DetermineBorderProperties()
1324 nMSTotalWidth = aBits1[ 0 ] * 20 / 8; in DetermineBorderProperties()
1351 nMSTotalWidth = (nMSTotalWidth == 5) ? in DetermineBorderProperties()
1352 nMSTotalWidth*2 : nMSTotalWidth*3; in DetermineBorderProperties()
1363 if (nMSTotalWidth == 5) in DetermineBorderProperties()
1364 nMSTotalWidth*=3; in DetermineBorderProperties()
[all …]