Lines Matching refs:TableColumn
56 TableColumn::TableColumn( const TableModelRef& xTableModel, sal_Int32 nColumn ) in TableColumn() function in sdr::table::TableColumn
69 TableColumn::~TableColumn() in ~TableColumn()
75 void TableColumn::dispose() in dispose()
82 void TableColumn::throwIfDisposed() const throw (::com::sun::star::uno::RuntimeException) in throwIfDisposed()
90 TableColumn& TableColumn::operator=( const TableColumn& r ) in operator =()
104 Reference< XCell > SAL_CALL TableColumn::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) thr… in getCellByPosition()
115 Reference< XCellRange > SAL_CALL TableColumn::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nT… in getCellRangeByPosition()
127 Reference< XCellRange > SAL_CALL TableColumn::getCellRangeByName( const OUString& /*aRange*/ ) thro… in getCellRangeByName()
136 OUString SAL_CALL TableColumn::getName() throw (RuntimeException) in getName()
143 void SAL_CALL TableColumn::setName( const OUString& aName ) throw (RuntimeException) in setName()
152 void SAL_CALL TableColumn::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (Unkn… in setFastPropertyValue()
238 Any SAL_CALL TableColumn::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException… in getFastPropertyValue()
252 rtl::Reference< ::comphelper::FastPropertySetInfo > TableColumn::getStaticPropertySetInfo() in getStaticPropertySetInfo()