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.cxx1155 sal_uInt16 nAbsLeftFill = 0, nAbsRightFill = 0; in AutoLayoutPass2() local
1159 nAbsLeftFill = nAbsLeftSpace; in AutoLayoutPass2()
1176 nAbsLeftFill = nAbsLeftFill + nLeftMargin; in AutoLayoutPass2()
1184 if( pLeftFillerBox && nAbsLeftFill<MINLAY+nInhLeftBorderWidth ) in AutoLayoutPass2()
1185 nAbsLeftFill = MINLAY+nInhLeftBorderWidth; 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()
1547 nAbsLeftFill = nAbsLeftFill + nAbsDist; in AutoLayoutPass2()
1554 nAbsLeftFill = nAbsLeftFill + nAbsLeftDist; in AutoLayoutPass2()
[all …]