summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryDesignView.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:28:25 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:28:25 +0000
commit163e611b5e91eb6567603c2b2ac99360945fa685 (patch)
tree3ffe158d259ce3d526f38e15064ad7a5bd42ae8c /dbaccess/source/ui/inc/QueryDesignView.hxx
parentcdc6317ff9e9fa6f9722a130542779b1f2e3cf73 (diff)
INTEGRATION: CWS dba23a (1.20.126); FILE MERGED
2007/02/26 10:34:00 fs 1.20.126.1: remove unused code Issue number: #i74776# Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/inc/QueryDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryDesignView.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index 27b1dac0f607..dbc8770feaa8 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: QueryDesignView.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:12:31 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:28:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,7 +137,6 @@ namespace dbaui
virtual long PreNotify( NotifyEvent& rNEvt );
virtual void GetFocus();
- BOOL IsAddAllowed();
sal_Bool isSlotEnabled(sal_Int32 _nSlotId);
void setSlotEnabled(sal_Int32 _nSlotId,sal_Bool _bEnable);
void setNoneVisbleRow(sal_Int32 _nRows);
@@ -145,10 +144,8 @@ namespace dbaui
::com::sun::star::lang::Locale getLocale() const { return m_aLocale;}
::rtl::OUString getDecimalSeparator() const { return m_sDecimalSep;}
- sal_Bool HasTable() const;
SqlParseError InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis=sal_True, sal_Bool bActivate = sal_True);
// save the position of the table window and the pos of the splitters
- void SaveTabWinUIConfig(OQueryTableWindow* pWin);
// called when fields are deleted
void DeleteFields( const ::rtl::OUString& rAliasName );
// called when a table from tabeview was deleted
@@ -156,7 +153,6 @@ namespace dbaui
BOOL getColWidth( const ::rtl::OUString& rAliasName, const ::rtl::OUString& rFieldName, sal_uInt32& nWidth );
void fillValidFields(const ::rtl::OUString& strTableName, ComboBox* pFieldList);
- void zoomTableView(const Fraction& _rFraction);
void SaveUIConfig();
void stopTimer();