summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationControl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:17:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:17:32 +0000
commit2b5211413609967f40323a560275fc469744b3b2 (patch)
tree0d06b599cd38e2601f9fef907327fa1dc2f66d09 /dbaccess/source/ui/inc/RelationControl.hxx
parentb89d5a2e9b9a82d26d35546256da8086c1f31472 (diff)
INTEGRATION: CWS dba24b (1.4.308); FILE MERGED
2007/08/22 11:41:58 oj 1.4.308.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:43 oj 1.4.308.1: #i56898# clean up of the class structure
Diffstat (limited to 'dbaccess/source/ui/inc/RelationControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationControl.hxx19
1 files changed, 13 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/RelationControl.hxx b/dbaccess/source/ui/inc/RelationControl.hxx
index b0146d8416b6..e8274f7eb7e1 100644
--- a/dbaccess/source/ui/inc/RelationControl.hxx
+++ b/dbaccess/source/ui/inc/RelationControl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RelationControl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:32:26 $
+ * last change: $Author: hr $ $Date: 2007-11-01 15:17:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,7 +83,13 @@ namespace dbaui
@param _pConnectionData
contains the data which should be filled into the listboxes
*/
- void fillAndDisable(OTableConnectionData* _pConnectionData);
+ void fillAndDisable(const TTableConnectionData::value_type& _pConnectionData);
+
+ /** enables the relation control
+ *
+ * \param _bEnable when TRUE enables it, otherwise disable it.
+ */
+ void enableRelation(bool _bEnable);
/** NotifyCellChange notifies the browse control that the conenction data has changed
*/
@@ -93,13 +99,14 @@ namespace dbaui
@param _pConnData
the connection data which is used to init the control
*/
- void Init(OTableConnectionData* _pConnData);
+ void Init(const TTableConnectionData::value_type& _pConnData);
+ void lateUIInit(Window* _pTableSeparator = NULL);
void lateInit();
BOOL SaveModified();
- String getSourceWinName() const;
- String getDestWinName() const;
+ TTableWindowData::value_type getReferencingTable() const;
+ TTableWindowData::value_type getReferencedTable() const;
/** getContainer returns the container interface
@return the interface of the container