User: hr Date: 2007-11-01 15:17:34+0000 Modified: dba/dbaccess/source/ui/inc/RelationControl.hxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: RelationControl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/RelationControl.hxx?r1=1.4&r2=1.5 Delta lines: +12 -5 -------------------- --- RelationControl.hxx 2005-09-08 15:32:26+0000 1.4 +++ RelationControl.hxx 2007-11-01 15:17:32+0000 1.5 @@ -83,7 +83,13 @@ @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 @@ @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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
