Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dcelltypes.hxx41 typedef rtl::Reference< TableColumn > TableColumnRef; typedef
46 typedef std::vector< TableColumnRef > ColumnVector;
H A Dtableundo.hxx166 TableColumnUndo( const TableColumnRef& xCol );
187 TableColumnRef mxCol;
H A Dtablemodel.cxx294 …nIndex = insert_range<ColumnVector,ColumnVector::iterator,TableColumnRef>( maColumns, nIndex, nCou… in UndoRemoveColumns()
738 …nIndex = insert_range<ColumnVector,ColumnVector::iterator,TableColumnRef>( maColumns, nIndex, nCou… in insertColumns()
747 TableColumnRef xNewCol( new TableColumn( this, nIndex+nOffset ) ); in insertColumns()
1089 TableColumnRef TableModel::getColumn( sal_Int32 nColumn ) const throw (IndexOutOfBoundsException) in getColumn()
H A Dtablecolumn.cxx162 TableColumnRef xThis( this ); in setFastPropertyValue()
H A Dtableundo.cxx382 TableColumnUndo::TableColumnUndo( const TableColumnRef& xCol ) in TableColumnUndo()
H A Dtablemodel.hxx173TableColumnRef getColumn( sal_Int32 nColumn ) const throw (::com::sun::star::lang::IndexOutOfBound…

Completed in 47 milliseconds