Searched refs:RowVector (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | tablemodel.cxx | 245 remove_range<RowVector,RowVector::iterator>( maRows, nIndex, nCount ); in UndoInsertRows() 252 void TableModel::UndoRemoveRows( sal_Int32 nIndex, RowVector& aRows ) in UndoRemoveRows() 258 nIndex = insert_range<RowVector,RowVector::iterator,TableRowRef>( maRows, nIndex, nCount ); in UndoRemoveRows() 560 RowVector::iterator aIter( maRows.begin() ); in disposing() 563 RowVector().swap(maRows); in disposing() 930 nIndex = insert_range<RowVector,RowVector::iterator,TableRowRef>( maRows, nIndex, nCount ); in insertRows() 932 RowVector aNewRows(nCount); in insertRows() 1007 RowVector aRemovedRows( nCount ); in removeRows() 1059 remove_range<RowVector,RowVector::iterator>( maRows, nIndex, nCount ); in removeRows() 1237 RowVector::iterator iter = maRows.begin(); in updateRows()
|
H A D | tableundo.hxx | 92 InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows ); 101 RowVector maRows; 110 RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRows ); 119 RowVector maRows;
|
H A D | tableundo.cxx | 170 static void Dispose( RowVector& rRows ) in Dispose() 172 RowVector::iterator aIter( rRows.begin() ); in Dispose() 179 InsertRowUndo::InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows ) in InsertRowUndo() 222 RemoveRowUndo::RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRow… in RemoveRowUndo()
|
H A D | tablemodel.hxx | 162 void UndoRemoveRows( sal_Int32 nIndex, RowVector& aNewRows ); 178 RowVector maRows;
|
H A D | celltypes.hxx | 45 typedef std::vector< TableRowRef > RowVector; typedef
|
Completed in 38 milliseconds