Home
last modified time | relevance | path

Searched refs:nAbsMinNoAlignCell (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Dhtmltbl.cxx531 sal_uLong nAbsMinNoAlignCell = 0; in AutoLayoutPass1() local
567 if( nAbsMinNoAlignCnts > nAbsMinNoAlignCell ) in AutoLayoutPass1()
568 nAbsMinNoAlignCell = nAbsMinNoAlignCnts; in AutoLayoutPass1()
648 if( nAbsMinTableCell > nAbsMinNoAlignCell ) in AutoLayoutPass1()
650 nAbsMinNoAlignCell = nAbsMinTableCell; in AutoLayoutPass1()
651 if( nMinNoAlignCell < nAbsMinNoAlignCell ) in AutoLayoutPass1()
652 nMinNoAlignCell = nAbsMinNoAlignCell; in AutoLayoutPass1()
670 nAbsMinNoAlignCell = nMaxNoAlignCell; in AutoLayoutPass1()
676 if( nWidth>nAbsMinNoAlignCell ) in AutoLayoutPass1()
677 nAbsMinNoAlignCell = nWidth; in AutoLayoutPass1()
[all …]