Searched refs:nRelIndex (Results 1 – 1 of 1) sorted by relevance
248 long nRelIndex = static_cast< long >( nFieldIndex ) - mnFirstVisIndex; in GetFieldPosition() local249 …long nCol = static_cast< long >( mbVertical ? (nRelIndex / mnRowCount) : (nRelIndex % mnColCount) … in GetFieldPosition()250 …long nRow = static_cast< long >( mbVertical ? (nRelIndex % mnRowCount) : (nRelIndex / mnColCount) … in GetFieldPosition()
Completed in 10 milliseconds