Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx248 long nRelIndex = static_cast< long >( nFieldIndex ) - mnFirstVisIndex; in GetFieldPosition() local
249 …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 13 milliseconds