Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/table/
H A Dswnewtable.cxx1690 long nUpperMin = 0, nUpperMax = 0; in CreateSelection() local
1719 lcl_CheckMinMax( nUpperMin, nUpperMax, *pLine, nCol, true ); in CreateSelection()
1726 nLowerMax = nUpperMax; in CreateSelection()
1759 long nMinWidth = nUpperMax - nUpperMin; in CreateSelection()
1763 nTmp = nLowerMax < nUpperMax ? nLowerMax : nUpperMax; in CreateSelection()
1776 if( nUpperMax > nLowerMax ) in CreateSelection()
1777 nLowerMax = nUpperMax; in CreateSelection()
1779 nUpperMax = nLowerMax; in CreateSelection()
1785 lcl_SearchSelBox( *this, rBoxes, nUpperMin, nUpperMax, in CreateSelection()
1791 long nMax = nUpperMax < nLowerMax ? nLowerMax : nUpperMax; in CreateSelection()

Completed in 18 milliseconds