Home
last modified time | relevance | path

Searched refs:nAbsLeftFill (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
1158 nAbsLeftFill = nAbsLeftSpace; in AutoLayoutPass2()
1175 nAbsLeftFill = nAbsLeftFill + nLeftMargin; in AutoLayoutPass2()
1183 if( pLeftFillerBox && nAbsLeftFill<MINLAY+nInhLeftBorderWidth ) in AutoLayoutPass2()
1184 nAbsLeftFill = MINLAY+nInhLeftBorderWidth; in AutoLayoutPass2()
1192 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1199 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1546 nAbsLeftFill = nAbsLeftFill + nAbsDist; in AutoLayoutPass2()
1553 nAbsLeftFill = nAbsLeftFill + nAbsLeftDist; in AutoLayoutPass2()
1582 ( nWidthSet>0 || nAbsLeftFill<MINLAY+nInhLeftBorderWidth || in AutoLayoutPass2()
[all …]

Completed in 13 milliseconds