Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx533 sal_uLong nMinNoAlignCell = 0; in AutoLayoutPass1() local
658 nMaxNoAlignCell = nMinNoAlignCell; in AutoLayoutPass1()
673 nMinNoAlignCell = nMaxNoAlignCell; in AutoLayoutPass1()
678 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()
679 nMinNoAlignCell = nWidth; in AutoLayoutPass1()
696 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()
697 nMinNoAlignCell = nWidth; in AutoLayoutPass1()
704 if( nMinNoAlignCell < MINLAY ) in AutoLayoutPass1()
705 nMinNoAlignCell = MINLAY; in AutoLayoutPass1()
743 nMinNoAlignCell = nAbsWidth; in AutoLayoutPass1()
[all …]

Completed in 24 milliseconds