Searched refs:TableRowRef (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svx/source/table/ |
H A D | celltypes.hxx | 40 typedef rtl::Reference< TableRow > TableRowRef; typedef 45 typedef std::vector< TableRowRef > RowVector;
|
H A D | tableundo.hxx | 198 TableRowUndo( const TableRowRef& xRow ); 220 TableRowRef mxRow;
|
H A D | tablemodel.cxx | 258 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 D | tablerow.cxx | 236 TableRowRef xThis( this ); in setFastPropertyValue()
|
H A D | tableundo.cxx | 451 TableRowUndo::TableRowUndo( const TableRowRef& xRow ) in TableRowUndo()
|
H A D | tablemodel.hxx | 172 …TableRowRef getRow( sal_Int32 nRow ) const throw (::com::sun::star::lang::IndexOutOfBoundsExceptio…
|
Completed in 38 milliseconds