Home
last modified time | relevance | path

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

/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java131 private int nextRow; field in ScriptPanel.ScriptTableModel
138 nextRow = entries.length; in ScriptTableModel()
155 fireTableRowsInserted(nextRow, nextRow); in add()
156 nextRow++; in add()
162 nextRow--; in remove()
167 fireTableRowsDeleted(0, nextRow); in removeAll()
168 nextRow = 0; in removeAll()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1736 int nextRow = getRowSelectedNumber(m_aSelectedRows, m_nCurRow-1); in dispatchAction() local
1745 if(nextRow>-1 && m_aSelectedRows[nextRow] == m_nCurRow) in dispatchAction()
1819 int nextRow = getRowSelectedNumber(m_aSelectedRows, m_nCurRow+1); in dispatchAction() local
1828 if(nextRow>-1 && m_aSelectedRows[nextRow] == m_nCurRow) in dispatchAction()

Completed in 33 milliseconds