Home
last modified time | relevance | path

Searched refs:TableRowRef (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/svx/source/table/
H A Dcelltypes.hxx40 typedef rtl::Reference< TableRow > TableRowRef; typedef
45 typedef std::vector< TableRowRef > RowVector;
H A Dtableundo.hxx198 TableRowUndo( const TableRowRef& xRow );
220 TableRowRef mxRow;
H A Dtablemodel.cxx258 nIndex = insert_range<RowVector,RowVector::iterator,TableRowRef>( maRows, nIndex, nCount ); in UndoRemoveRows()
930 nIndex = insert_range<RowVector,RowVector::iterator,TableRowRef>( maRows, nIndex, nCount ); in insertRows()
936 TableRowRef xNewRow( new TableRow( this, nIndex+nOffset, nColCount ) ); in insertRows()
1079 TableRowRef TableModel::getRow( sal_Int32 nRow ) const throw (IndexOutOfBoundsException) in getRow()
H A Dtablerow.cxx236 TableRowRef xThis( this ); in setFastPropertyValue()
H A Dtableundo.cxx446 TableRowUndo::TableRowUndo( const TableRowRef& xRow ) in TableRowUndo()
H A Dtablemodel.hxx172TableRowRef getRow( sal_Int32 nRow ) const throw (::com::sun::star::lang::IndexOutOfBoundsExceptio…

Completed in 100 milliseconds