Searched refs:nMinNoAlignCell (Results 1 – 1 of 1) sorted by relevance
533 sal_uLong nMinNoAlignCell = 0; in AutoLayoutPass1() local658 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 30 milliseconds