Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx534 sal_uLong nMaxNoAlignCell = 0; in AutoLayoutPass1() local
650 if( nMaxTableCell > nMaxNoAlignCell ) in AutoLayoutPass1()
651 nMaxNoAlignCell = nMaxTableCell; in AutoLayoutPass1()
658 nMaxNoAlignCell = nMinNoAlignCell; in AutoLayoutPass1()
673 nMinNoAlignCell = nMaxNoAlignCell; in AutoLayoutPass1()
706 if( nMaxNoAlignCell < MINLAY ) in AutoLayoutPass1()
707 nMaxNoAlignCell = MINLAY; in AutoLayoutPass1()
719 nMaxNoAlignCell, in AutoLayoutPass1()
741 nMaxNoAlignCell = nAbsWidth; in AutoLayoutPass1()
747 nMaxNoAlignCell = nAbsWidth; in AutoLayoutPass1()
[all …]

Completed in 29 milliseconds