Home
last modified time | relevance | path

Searched refs:CellVector (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/table/
H A Dtableundo.hxx128 …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 Dtablerow.cxx90 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 Dtablemodel.cxx285 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 Dtableundo.cxx279 static void Dispose( CellVector& rCells ) in Dispose()
281 CellVector::iterator aIter( rCells.begin() ); in Dispose()
288 …lUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells ) in InsertColUndo()
335 …olUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells ) in RemoveColUndo()
H A Dtablerow.hxx57 void insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter = 0 );
77 CellVector maCells;
H A Dcelltypes.hxx44 typedef std::vector< CellRef > CellVector; typedef
H A Dtablemodel.hxx165 void UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells );

Completed in 57 milliseconds