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
650 nAbsMinNoAlignCell = nAbsMinTableCell; in AutoLayoutPass1()
652 nMinNoAlignCell = nAbsMinNoAlignCell; in AutoLayoutPass1()
676 if( nWidth>nAbsMinNoAlignCell ) in AutoLayoutPass1()
677 nAbsMinNoAlignCell = nWidth; in AutoLayoutPass1()
694 if( nWidth>nAbsMinNoAlignCell ) in AutoLayoutPass1()
695 nAbsMinNoAlignCell = nWidth; in AutoLayoutPass1()
704 if( nAbsMinNoAlignCell < MINLAY ) in AutoLayoutPass1()
705 nAbsMinNoAlignCell = MINLAY; in AutoLayoutPass1()
709 nAbsMinNoAlignCell, i, nColSpan ); in AutoLayoutPass1()
[all …]

Completed in 18 milliseconds