Lines Matching refs:TableRow

57 TableRow::TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns )  in TableRow()  function in sdr::table::TableRow
79 TableRow::~TableRow() in ~TableRow()
85 void TableRow::dispose() in dispose()
99 void TableRow::throwIfDisposed() const throw (::com::sun::star::uno::RuntimeException) in throwIfDisposed()
107 TableRow& TableRow::operator=( const TableRow& r ) in operator =()
120 void TableRow::insertColumns( sal_Int32 nIndex, sal_Int32 nCount, CellVector::iterator* pIter /* = … in insertColumns()
140 void TableRow::removeColumns( sal_Int32 nIndex, sal_Int32 nCount ) in removeColumns()
174 Reference< XCell > SAL_CALL TableRow::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) throw … in getCellByPosition()
185 Reference< XCellRange > SAL_CALL TableRow::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,… in getCellRangeByPosition()
197 Reference< XCellRange > SAL_CALL TableRow::getCellRangeByName( const OUString& /*aRange*/ ) throw (… in getCellRangeByName()
207 OUString SAL_CALL TableRow::getName() throw (RuntimeException) in getName()
214 void SAL_CALL TableRow::setName( const OUString& aName ) throw (RuntimeException) in setName()
223 void SAL_CALL TableRow::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (Unknown… in setFastPropertyValue()
313 Any SAL_CALL TableRow::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException, W… in getFastPropertyValue()
327 rtl::Reference< ::comphelper::FastPropertySetInfo > TableRow::getStaticPropertySetInfo() in getStaticPropertySetInfo()