Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/doc/
H A Dhtmltbl.cxx1158 sal_uInt16 nAbsLeftFill = 0, nAbsRightFill = 0; in AutoLayoutPass2() local
1163 nAbsRightFill = nAbsRightSpace; in AutoLayoutPass2()
1180 nAbsRightFill = nAbsRightFill + nRightMargin; in AutoLayoutPass2()
1189 if( pRightFillerBox && nAbsRightFill<MINLAY+nInhRightBorderWidth ) in AutoLayoutPass2()
1190 nAbsRightFill = MINLAY+nInhRightBorderWidth; in AutoLayoutPass2()
1196 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1203 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1558 nAbsRightFill += nAbsDist - nAbsLeftDist; in AutoLayoutPass2()
1569 nAbsRightFill = nAbsRightFill + nAbsDist; in AutoLayoutPass2()
1597 ( nWidthSet>0 || nAbsRightFill<MINLAY+nInhRightBorderWidth || in AutoLayoutPass2()
[all …]

Completed in 12 milliseconds