Searched refs:CellVector (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | tableundo.hxx | 128 …InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& … 138 CellVector maCells; 147 …RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& … 157 CellVector maCells; 208 CellVector maCells;
|
H A D | tablerow.cxx | 90 CellVector::iterator aIter( maCells.begin() ); in dispose() 93 CellVector().swap(maCells); in dispose() 120 void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter /* = … in insertColumns() 147 CellVector::iterator aBegin( maCells.begin() ); in removeColumns() 153 CellVector::iterator aEnd( aBegin ); in removeColumns()
|
H A D | tablemodel.cxx | 285 void TableModel::UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aCols, CellVector& aCells ) in UndoRemoveColumns() 298 CellVector::iterator aIter( aCells.begin() ); in UndoRemoveColumns() 303 CellVector::iterator aIter2 = aIter + nRow * nCount; in UndoRemoveColumns() 761 CellVector aNewCells( nCount * nRows ); in insertColumns() 762 CellVector::iterator aCellIter( aNewCells.begin() ); in insertColumns() 842 CellVector aRemovedCells( nCount * nRows ); in removeColumns() 843 CellVector::iterator aCellIter( aRemovedCells.begin() ); in removeColumns()
|
H A D | tableundo.cxx | 274 static void Dispose( CellVector& rCells ) in Dispose() 276 CellVector::iterator aIter( rCells.begin() ); in Dispose() 283 …lUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells ) in InsertColUndo() 330 …olUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells ) in RemoveColUndo()
|
H A D | tablerow.hxx | 57 void insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter = 0 ); 77 CellVector maCells;
|
H A D | celltypes.hxx | 44 typedef std::vector< CellRef > CellVector; typedef
|
H A D | tablemodel.hxx | 165 void UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells );
|
Completed in 57 milliseconds