Searched refs:rowFirst (Results 1 – 2 of 2) sorted by relevance
2149 int32_t rowFirst, int32_t columFirst, int32_t rowSecond, int32_t columSecond, bool& firstIsPre) in SortCellIndex() argument2151 if ((rowFirst == rowSecond) && (columFirst == columSecond)) { in SortCellIndex()2157 if (rowFirst > rowSecond) { in SortCellIndex()2159 } else if (rowFirst == rowSecond) { in SortCellIndex()2172 if (rowFirst > rowSecond) { in SortCellIndex()
371 …bool SortCellIndex(int32_t rowFirst, int32_t columFirst, int32_t rowSecond, int32_t columSecond, b…