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.cxx1155 sal_uInt16 nAbsLeftFill = 0, nAbsRightFill = 0; in AutoLayoutPass2() local
1160 nAbsRightFill = nAbsRightSpace; in AutoLayoutPass2()
1177 nAbsRightFill = nAbsRightFill + nRightMargin; in AutoLayoutPass2()
1186 if( pRightFillerBox && nAbsRightFill<MINLAY+nInhRightBorderWidth ) in AutoLayoutPass2()
1187 nAbsRightFill = MINLAY+nInhRightBorderWidth; in AutoLayoutPass2()
1193 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1195 sal_uLong nAbsLeftFillL = nAbsLeftFill, nAbsRightFillL = nAbsRightFill; in AutoLayoutPass2()
1200 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1555 nAbsRightFill += nAbsDist - nAbsLeftDist; in AutoLayoutPass2()
1566 nAbsRightFill = nAbsRightFill + nAbsDist; in AutoLayoutPass2()
[all …]