Searched refs:nLowerMin (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1691 long nLowerMin = 0, nLowerMax = 0; in CreateSelection() local 1712 lcl_CheckMinMax( nLowerMin, nLowerMax, *pLine, nCol, true ); in CreateSelection() 1725 nLowerMin = nUpperMin; in CreateSelection() 1760 long nTmp = nLowerMax - nLowerMin; in CreateSelection() 1764 nTmp -= ( nLowerMin < nUpperMin ) ? nUpperMin : nLowerMin; in CreateSelection() 1772 if( nUpperMin < nLowerMin ) in CreateSelection() 1773 nLowerMin = nUpperMin; in CreateSelection() 1775 nUpperMin = nLowerMin; in CreateSelection() 1790 long nMin = nUpperMin < nLowerMin ? nUpperMin : nLowerMin; in CreateSelection() 1840 lcl_SearchSelBox( *this, rBoxes, nLowerMin, nLowerMax, *aLines[i], in CreateSelection()
|
Completed in 18 milliseconds