summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc/calc/CTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/calc/CTable.hxx')
-rw-r--r--connectivity/source/inc/calc/CTable.hxx16
1 files changed, 2 insertions, 14 deletions
diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx
index c00d09cf22e5..a4012c4a6305 100644
--- a/connectivity/source/inc/calc/CTable.hxx
+++ b/connectivity/source/inc/calc/CTable.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLE_HXX
#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLE_HXX
-#include "file/FTable.hxx"
+#include "component/CTable.hxx"
#include <tools/date.hxx>
namespace com { namespace sun { namespace star { namespace sheet {
@@ -36,7 +36,7 @@ namespace connectivity
{
namespace calc
{
- typedef file::OFileTable OCalcTable_BASE;
+ typedef component::OComponentTable OCalcTable_BASE;
class OCalcConnection;
class OCalcTable : public OCalcTable_BASE
@@ -50,19 +50,12 @@ namespace connectivity
sal_Int32 m_nStartCol;
sal_Int32 m_nStartRow;
sal_Int32 m_nDataCols;
- sal_Int32 m_nDataRows;
bool m_bHasHeaders;
css::uno::Reference< css::util::XNumberFormats > m_xFormats;
::Date m_aNullDate;
void fillColumns();
- protected:
- virtual void FileClose() override;
- public:
- virtual void refreshColumns() override;
- virtual void refreshIndexes() override;
-
public:
OCalcTable( sdbcx::OCollection* _pTables,OCalcConnection* _pConnection,
const OUString& Name,
@@ -72,13 +65,8 @@ namespace connectivity
const OUString& CatalogName = OUString()
);
- virtual sal_Int32 getCurrentLastPos() const override;
- virtual bool seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Int32& nCurPos) override;
virtual bool fetchRow(OValueRefRow& _rRow, const OSQLColumns& _rCols, bool bRetrieveData) override;
- virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
- //XTypeProvider
- virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
virtual void SAL_CALL disposing() override;
// css::lang::XUnoTunnel