Searched refs:nMinNoAlignCell (Results 1 – 1 of 1) sorted by relevance
529 sal_uLong nMinNoAlignCell = 0; in AutoLayoutPass1() local654 nMaxNoAlignCell = nMinNoAlignCell; in AutoLayoutPass1()669 nMinNoAlignCell = nMaxNoAlignCell; in AutoLayoutPass1()674 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()675 nMinNoAlignCell = nWidth; in AutoLayoutPass1()692 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()693 nMinNoAlignCell = nWidth; in AutoLayoutPass1()700 if( nMinNoAlignCell < MINLAY ) in AutoLayoutPass1()701 nMinNoAlignCell = MINLAY; in AutoLayoutPass1()739 nMinNoAlignCell = nAbsWidth; in AutoLayoutPass1()[all …]
Completed in 15 milliseconds