summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationTableView.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:18:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:18:20 +0000
commit449662655b78ff65018771a51daa58a55054a3ef (patch)
tree4b5bfe61a81d17af02758a2bca44ad4241212d76 /dbaccess/source/ui/inc/RelationTableView.hxx
parente46629cad719bbd5d8ab5ca00fc219cfa4c97d15 (diff)
INTEGRATION: CWS dba24b (1.8.172); FILE MERGED
2007/08/16 06:14:43 oj 1.8.172.1: #i56898# clean up of the class structure
Diffstat (limited to 'dbaccess/source/ui/inc/RelationTableView.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationTableView.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/RelationTableView.hxx b/dbaccess/source/ui/inc/RelationTableView.hxx
index 1b3b3e797d22..6f9126fdd827 100644
--- a/dbaccess/source/ui/inc/RelationTableView.hxx
+++ b/dbaccess/source/ui/inc/RelationTableView.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RelationTableView.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 15:29:07 $
+ * last change: $Author: hr $ $Date: 2007-11-01 15:18:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,16 +42,19 @@
namespace dbaui
{
class ORelationDesignView;
- class ORelationTableConnectionData;
class ORelationTableView : public OJoinTableView
{
- OTableConnection* m_pExistingConnection; // is set when a connection was draged on an existing connection
- ORelationTableConnectionData* m_pCurrentlyTabConnData; // set when we creating a connection with more than one keycolumn
+ OTableConnection* m_pExistingConnection; // is set when a connection was draged on an existing connection
+ TTableConnectionData::value_type m_pCurrentlyTabConnData; // set when we creating a connection with more than one keycolumn
protected:
virtual void ConnDoubleClicked( OTableConnection* pConnection );
virtual void AddTabWin(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rWinName, BOOL bNewTable = FALSE);
- virtual OTableWindow* createWindow(OTableWindowData* _pData);
+ virtual OTableWindow* createWindow(const TTableWindowData::value_type& _pData);
+
+ /** determines whether the classes Init method should accept a query name, or only table names
+ */
+ virtual bool allowQueries() const;
public:
ORelationTableView( Window* pParent, ORelationDesignView* pView );