Searched refs:newStartRow (Results 1 – 3 of 3) sorted by relevance
135 sal_Int32 newStartRow = visibleRange.StartRow + downRows; in SmallScroll() local136 if( newStartRow < 0 ) in SmallScroll()137 newStartRow = 0; in SmallScroll()141 m_xViewPane->setFirstVisibleRow( newStartRow ); in SmallScroll()190 sal_Int32 newStartRow = visibleRange.StartRow + (downPages * vertPageSize ); in LargeScroll() local191 if( newStartRow < 0 ) in LargeScroll()192 newStartRow = 0; in LargeScroll()196 m_xViewPane->setFirstVisibleRow( newStartRow ); in LargeScroll()
87 int newStartCol = 3, newStartRow = 4, newEndCol = 5, newEndRow = 8 ; in _setDestArea() local91 oNRAdd = new CellRangeAddress ((short) 2, newStartCol, newStartRow, in _setDestArea()
193 int newStartRow = xCRA2.getRangeAddress().StartRow; in compareRanges() local207 if (orgStartRow == newStartRow) { in compareRanges()
Completed in 15 milliseconds