Lines Matching refs:nRow
147 sal_Int32 GetIndex (const sal_Int32 nRow, const sal_Int32 nColumn) const;
1478 const sal_Int32 nRow (floor( in GetRow() local
1481 || (nRow>=mnFirstVisibleRow && nRow<=mnLastVisibleRow)) in GetRow()
1483 return nRow; in GetRow()
1500 const sal_Int32 nRow (GetRow(aLocalPosition)); in GetSlideIndexForPosition() local
1502 if (nColumn < 0 || nRow < 0) in GetSlideIndexForPosition()
1506 sal_Int32 nIndex (GetIndex(nRow, nColumn)); in GetSlideIndexForPosition()
1523 sal_Int32 nRow (GetRow(nSlideIndex)); in GetPoint() local
1527 mnVerticalBorder + nRow*(maPreviewSize.Height+mnVerticalGap)); in GetPoint()
1566 for (sal_Int32 nRow=mnFirstVisibleRow; nRow<=mnLastVisibleRow; ++nRow) in ForAllVisibleSlides() local
1570 const sal_Int32 nSlideIndex (GetIndex(nRow, nColumn)); in ForAllVisibleSlides()
1685 const sal_Int32 nRow, in GetIndex() argument
1689 return nColumn * mnRowCount + nRow; in GetIndex()
1691 return nRow * mnColumnCount + nColumn; in GetIndex()