summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/ConnectionLineAccess.hxx2
-rw-r--r--dbaccess/source/ui/inc/JAccess.hxx3
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx3
-rw-r--r--dbaccess/source/ui/inc/TableConnection.hxx3
-rw-r--r--dbaccess/source/ui/inc/TableWindow.hxx1
-rw-r--r--dbaccess/source/ui/inc/TableWindowAccess.hxx4
-rw-r--r--dbaccess/source/ui/inc/TokenWriter.hxx3
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx2
-rw-r--r--dbaccess/source/ui/inc/WTypeSelect.hxx1
-rw-r--r--dbaccess/source/ui/inc/adtabdlg.hxx1
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx2
-rw-r--r--dbaccess/source/ui/inc/dbwizsetup.hxx1
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx5
-rw-r--r--dbaccess/source/ui/inc/sqlmessage.hxx1
14 files changed, 0 insertions, 32 deletions
diff --git a/dbaccess/source/ui/inc/ConnectionLineAccess.hxx b/dbaccess/source/ui/inc/ConnectionLineAccess.hxx
index aba4a567a741..4764f83c7da3 100644
--- a/dbaccess/source/ui/inc/ConnectionLineAccess.hxx
+++ b/dbaccess/source/ui/inc/ConnectionLineAccess.hxx
@@ -59,8 +59,6 @@ namespace dbaui
// XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) throw (css::uno::RuntimeException, std::exception) override;
- // XServiceInfo - static methods
- static OUString getImplementationName_Static() throw( css::uno::RuntimeException );
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override;
diff --git a/dbaccess/source/ui/inc/JAccess.hxx b/dbaccess/source/ui/inc/JAccess.hxx
index 93fee35d5de0..17bd6407e4eb 100644
--- a/dbaccess/source/ui/inc/JAccess.hxx
+++ b/dbaccess/source/ui/inc/JAccess.hxx
@@ -44,9 +44,6 @@ namespace dbaui
DECLARE_XINTERFACE( )
DECLARE_XTYPEPROVIDER( )
- // XServiceInfo - static methods
- static OUString getImplementationName_Static() throw( css::uno::RuntimeException );
-
virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override;
// XAccessible
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index a6c2d05deb9b..ff864c0ec34c 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -109,9 +109,6 @@ namespace dbaui
SqlParseError InsertField( const OTableFieldDescRef& rInfo, bool bActivate = true);
bool HasFieldByAliasName(const OUString& rFieldName, OTableFieldDescRef& rInfo) const;
- // save the position of the table window and the pos of the splitters
- // called when fields are deleted
- void DeleteFields( const OUString& rAliasName );
// called when a table from tabview was deleted
void TableDeleted(const OUString& rAliasName);
diff --git a/dbaccess/source/ui/inc/TableConnection.hxx b/dbaccess/source/ui/inc/TableConnection.hxx
index 6682edb3a5b7..4cf945f64764 100644
--- a/dbaccess/source/ui/inc/TableConnection.hxx
+++ b/dbaccess/source/ui/inc/TableConnection.hxx
@@ -48,9 +48,6 @@ namespace dbaui
/** loops through the vector and deletes all lines */
void clearLineData();
- protected:
- static OConnectionLine* CreateConnLine( const OConnectionLine& rConnLine );
-
public:
OTableConnection( OJoinTableView* pContainer, const TTableConnectionData::value_type& pTabConnData );
OTableConnection( const OTableConnection& rConn );
diff --git a/dbaccess/source/ui/inc/TableWindow.hxx b/dbaccess/source/ui/inc/TableWindow.hxx
index 5f52996d07c3..30aec968dc65 100644
--- a/dbaccess/source/ui/inc/TableWindow.hxx
+++ b/dbaccess/source/ui/inc/TableWindow.hxx
@@ -88,7 +88,6 @@ namespace dbaui
virtual void MouseButtonDown( const MouseEvent& rEvt ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
- VclPtr<OTableWindowListBox> CreateListBox();
// called at FIRST Init
bool FillListBox();
// called at EACH Init
diff --git a/dbaccess/source/ui/inc/TableWindowAccess.hxx b/dbaccess/source/ui/inc/TableWindowAccess.hxx
index ffe7c92fc44e..67dd6928c355 100644
--- a/dbaccess/source/ui/inc/TableWindowAccess.hxx
+++ b/dbaccess/source/ui/inc/TableWindowAccess.hxx
@@ -66,10 +66,6 @@ namespace dbaui
virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(css::uno::RuntimeException, std::exception) override;
- // XServiceInfo - static methods
- static css::uno::Sequence< OUString > getSupportedServiceNames_Static() throw( css::uno::RuntimeException );
- static OUString getImplementationName_Static() throw( css::uno::RuntimeException );
-
// XAccessible
virtual css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (css::uno::RuntimeException, std::exception) override;
diff --git a/dbaccess/source/ui/inc/TokenWriter.hxx b/dbaccess/source/ui/inc/TokenWriter.hxx
index 496baf7e76f6..9309a138d051 100644
--- a/dbaccess/source/ui/inc/TokenWriter.hxx
+++ b/dbaccess/source/ui/inc/TokenWriter.hxx
@@ -52,9 +52,6 @@ namespace dbaui
typedef ::cppu::WeakImplHelper< css::lang::XEventListener> ODatabaseImportExport_BASE;
class ODatabaseImportExport : public ODatabaseImportExport_BASE
{
- private:
- void impl_initializeRowMember_throw();
-
protected:
css::lang::Locale m_aLocale;
css::uno::Sequence< css::uno::Any> m_aSelection;
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index b24a974c8bfa..6d2488a658c9 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -294,8 +294,6 @@ namespace dbaui
// checks if the type is supported in the destination database
bool supportsType(sal_Int32 _nDataType,sal_Int32& _rNewDataType);
- void impl_loadSourceData();
-
public:
// used for copy tables or queries
OCopyTableWizard(
diff --git a/dbaccess/source/ui/inc/WTypeSelect.hxx b/dbaccess/source/ui/inc/WTypeSelect.hxx
index f1514761e0a9..bdfca8efdaa2 100644
--- a/dbaccess/source/ui/inc/WTypeSelect.hxx
+++ b/dbaccess/source/ui/inc/WTypeSelect.hxx
@@ -109,7 +109,6 @@ namespace dbaui
bool m_bAutoIncrementEnabled;
bool m_bDuplicateName;
- void fillColumnList(sal_uInt32 nRows);
virtual SvParser* createReader(sal_Int32 _nRows) = 0;
void EnableAuto(bool bEnable);
diff --git a/dbaccess/source/ui/inc/adtabdlg.hxx b/dbaccess/source/ui/inc/adtabdlg.hxx
index 991ac705ca0c..3e06cf598b1f 100644
--- a/dbaccess/source/ui/inc/adtabdlg.hxx
+++ b/dbaccess/source/ui/inc/adtabdlg.hxx
@@ -92,7 +92,6 @@ namespace dbaui
virtual bool Close() override;
bool impl_isAddAllowed();
- void impl_addTable();
enum ObjectList
{
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index c227b9d2853e..ad974c939816 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -245,8 +245,6 @@ namespace dbaui
// you most probably don't want to override this behavior
// the default implementation of disposing distributes the events to the following disposingXXX functions
- void disposingGridControl(const css::lang::EventObject& Source); // calls removeControlListeners
- void disposingGridModel(const css::lang::EventObject& Source); // calls removeModelListeners
void disposingFormModel(const css::lang::EventObject& Source);
void disposingColumnModel(const css::lang::EventObject& Source);
diff --git a/dbaccess/source/ui/inc/dbwizsetup.hxx b/dbaccess/source/ui/inc/dbwizsetup.hxx
index b800dece39e8..31b08dfa0bd5 100644
--- a/dbaccess/source/ui/inc/dbwizsetup.hxx
+++ b/dbaccess/source/ui/inc/dbwizsetup.hxx
@@ -165,7 +165,6 @@ private:
void updateTypeDependentStates();
bool callSaveAsDialog();
- bool IsConnectionUrlRequired();
DECL_LINK(OnTypeSelected, OGeneralPage&, void);
DECL_LINK(OnChangeCreationMode, OGeneralPageWizard&, void);
DECL_LINK(OnRecentDocumentSelected, OGeneralPageWizard&, void);
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx
index 4ca7001affb7..db91388ed4df 100644
--- a/dbaccess/source/ui/inc/sbagrid.hxx
+++ b/dbaccess/source/ui/inc/sbagrid.hxx
@@ -274,10 +274,6 @@ namespace dbaui
virtual void onRowChange() override;
virtual void onColumnChange() override;
- // my own overridables
- void BeforeDrop();
- void AfterDrop();
-
// get a fields property set from a model pos
css::uno::Reference< css::beans::XPropertySet > getField(sal_uInt16 nModelPos);
@@ -286,7 +282,6 @@ namespace dbaui
// drag events
void DoColumnDrag(sal_uInt16 nColumnPos);
- void DoRowDrag(sal_Int16 nRowPos);
void DoFieldDrag(sal_uInt16 nColumnPos, sal_Int16 nRowPos);
void SetBrowserAttrs();
diff --git a/dbaccess/source/ui/inc/sqlmessage.hxx b/dbaccess/source/ui/inc/sqlmessage.hxx
index 97428cc4fd5f..490fcff79cd8 100644
--- a/dbaccess/source/ui/inc/sqlmessage.hxx
+++ b/dbaccess/source/ui/inc/sqlmessage.hxx
@@ -99,7 +99,6 @@ private:
private:
void impl_positionControls();
- void impl_initImage( MessageType _eImage );
void impl_createStandardButtons( WinBits _nStyle );
void impl_addDetailsButton();
};