Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Dhtmltbl.cxx1154 sal_uInt16 nAbsLeftFill = 0, nAbsRightFill = 0; in AutoLayoutPass2() local
1159 nAbsRightFill = nAbsRightSpace; in AutoLayoutPass2()
1176 nAbsRightFill = nAbsRightFill + nRightMargin; in AutoLayoutPass2()
1185 if( pRightFillerBox && nAbsRightFill<MINLAY+nInhRightBorderWidth ) in AutoLayoutPass2()
1186 nAbsRightFill = MINLAY+nInhRightBorderWidth; in AutoLayoutPass2()
1192 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1199 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1554 nAbsRightFill += nAbsDist - nAbsLeftDist; in AutoLayoutPass2()
1565 nAbsRightFill = nAbsRightFill + nAbsDist; in AutoLayoutPass2()
1593 ( nWidthSet>0 || nAbsRightFill<MINLAY+nInhRightBorderWidth || in AutoLayoutPass2()
[all …]

Completed in 17 milliseconds