Searched refs:newRow (Results 1 – 6 of 6) sorted by relevance
2790 RowPos newRow = m_pTableControl->getRowAtPoint( rPoint ); in SetCursorAtPoint() local2791 if ( newRow == ROW_COL_HEADERS ) in SetCursorAtPoint()2792 newRow = m_pTableControl->getTopRow(); in SetCursorAtPoint()2810 int diff = m_pTableControl->getCurRow() - newRow; in SetCursorAtPoint()2815 while ( m_pTableControl->getAnchor() >= newRow ) in SetCursorAtPoint()2826 while ( m_pTableControl->getAnchor() <= newRow ) in SetCursorAtPoint()2841 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()2847 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()2851 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()2857 m_pTableControl->invalidateRow( newRow ); in SetCursorAtPoint()[all …]
461 int newRow = decoder.getRowNumber(); in processCells() local464 if (newRow != row) { in processCells()479 int deltaRows = newRow - row; in processCells()496 if(cri.isRow() && cri.getRepeated()==newRow-1) { in processCells()523 row = newRow; in processCells()
303 void newRow() { mpRow = RowPointer_t(new RowData<T, PropertiesPointer>()); } in newRow() function in writerfilter::TableData308 TableData(unsigned int nDepth) : mnDepth(nDepth) { newRow(); } in TableData()323 newRow(); in endRow()
196 RowData newRow( i_assumedColCount > 0 ? i_assumedColCount : i_rowData.getLength() ); in impl_insertRow() local197 RowData::iterator cellData = newRow.begin(); in impl_insertRow()202 m_aData.insert( m_aData.begin() + i_position, newRow ); in impl_insertRow()
220 PropertyValue[] row = newRow(i); in initializeScrollFields()239 registerControlGroup(newRow(l), l); in insertRowAtEnd()483 private PropertyValue[] newRow(int i)
456 Row newRow = new Row(nRows++, size, cri.isUserDefined()); in addColInfo() local457 currentWS.addRow(newRow); in addColInfo()
Completed in 54 milliseconds