Home
last modified time | relevance | path

Searched refs:nAbsLeftFill (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
1162 nAbsLeftFill = nAbsLeftSpace; in AutoLayoutPass2()
1179 nAbsLeftFill = nAbsLeftFill + nLeftMargin; in AutoLayoutPass2()
1187 if( pLeftFillerBox && nAbsLeftFill<MINLAY+nInhLeftBorderWidth ) in AutoLayoutPass2()
1188 nAbsLeftFill = MINLAY+nInhLeftBorderWidth; in AutoLayoutPass2()
1196 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1203 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1550 nAbsLeftFill = nAbsLeftFill + nAbsDist; in AutoLayoutPass2()
1557 nAbsLeftFill = nAbsLeftFill + nAbsLeftDist; in AutoLayoutPass2()
1586 ( nWidthSet>0 || nAbsLeftFill<MINLAY+nInhLeftBorderWidth || in AutoLayoutPass2()
[all …]

Completed in 47 milliseconds