Searched refs:nAbsRightFill (Results 1 – 1 of 1) sorted by relevance
1154 sal_uInt16 nAbsLeftFill = 0, nAbsRightFill = 0; in AutoLayoutPass2() local1159 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