Searched refs:aNewCols (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/source/table/ |
H A D | tableundo.cxx | 288 InsertColUndo::InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in InsertColUndo() argument 294 maColumns.swap( aNewCols ); in InsertColUndo() 335 RemoveColUndo::RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in RemoveColUndo() argument 341 maColumns.swap( aNewCols ); in RemoveColUndo()
|
H A D | tableundo.hxx | 128 …InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& … 147 …RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& …
|
H A D | tablemodel.hxx | 165 void UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells );
|
Completed in 17 milliseconds