Home
last modified time | relevance | path

Searched refs:aNewCols (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/table/
H A Dtableundo.cxx288 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 Dtableundo.hxx128 …InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& …
147 …RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& …
H A Dtablemodel.hxx165 void UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells );

Completed in 23 milliseconds