Searched refs:newStartCol (Results 1 – 3 of 3) sorted by relevance
138 sal_Int32 newStartCol = visibleRange.StartColumn + rightCols; in SmallScroll() local139 if( newStartCol < 0 ) in SmallScroll()140 newStartCol = 0; in SmallScroll()142 m_xViewPane->setFirstVisibleColumn( newStartCol ); in SmallScroll()193 sal_Int32 newStartCol = visibleRange.StartColumn + (acrossPages * horizPageSize ); in LargeScroll() local194 if( newStartCol < 0 ) in LargeScroll()195 newStartCol = 0; in LargeScroll()197 m_xViewPane->setFirstVisibleColumn( newStartCol ); in LargeScroll()
87 int newStartCol = 3, newStartRow = 4, newEndCol = 5, newEndRow = 8 ; in _setDestArea() local91 oNRAdd = new CellRangeAddress ((short) 2, newStartCol, newStartRow, in _setDestArea()
191 int newStartCol = xCRA2.getRangeAddress().StartColumn; in compareRanges() local198 if (orgStartCol == newStartCol) { in compareRanges()
Completed in 13 milliseconds