21#include <com/sun/star/lang/DisposedException.hpp>
22#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
24#include <tablemodel.hxx>
39: mxTableModel(
std::move( xTableModel ))
59 throw DisposedException();
95 throw IndexOutOfBoundsException();
css::uno::Type const & get()
TableModelRef mxTableModel
virtual sal_Bool SAL_CALL hasElements() override
virtual sal_Int32 SAL_CALL getCount() override
TableColumns(TableModelRef xTableModel)
virtual css::uno::Type SAL_CALL getElementType() override
virtual void SAL_CALL removeByIndex(sal_Int32 nIndex, sal_Int32 nCount) override
void throwIfDisposed() const
virtual void SAL_CALL insertByIndex(sal_Int32 nIndex, sal_Int32 nCount) override
virtual ~TableColumns() override
virtual css::uno::Any SAL_CALL getByIndex(sal_Int32 Index) override