diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-06-28 13:26:45 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-06-28 13:26:45 +0000 |
commit | 2e91342770e3d84129070b1b92379a90d97cebb4 (patch) | |
tree | fe64fea49be4718ea3be22b4b1dc723411a3c724 /dbaccess/source/ui/inc/JoinTableView.hxx | |
parent | d7b87b4a40a20d2d1a542518febe44dc9809b275 (diff) |
#88787# assure that the noone access objects thaould already be disposed
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index f4dafa6d1600..08211a0ea74e 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinTableView.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2001-04-30 13:03:02 $ + * last change: $Author: oj $ $Date: 2001-06-28 14:26:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,12 +196,15 @@ namespace dbaui OTableWindowMap* GetTabWinMap() { return &m_aTableMap; } const OTableWindowMap* GetTabWinMap() const { return &m_aTableMap; } ::std::vector<OTableConnection*>* GetTabConnList() { return &m_vTableConnection; } - // ::std::vector<OTableConnection*>* GetTabConnList() const { return &m_vTableConnection; } BOOL ExistsAConn(const OTableWindow* pFromWin) const; OTableConnection* GetTabConn(OTableWindow* pLhs,OTableWindow* pRhs, OTableConnection* _rpFirstAfter = NULL); + // clears the window map and connection vector without destroying it + // that means teh data of the windows and connection will be untouched + void clearLayoutInformation(); + // set the focus to that tab win which most recently had it (or to the first available one) void GrabTabWinFocus(); |