diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-06-24 06:49:59 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-06-24 06:49:59 +0000 |
commit | 57a567c250247574c5f77429a89c51cb1f3cecd5 (patch) | |
tree | 4fa35ad5bd89f0d0ce326248c0b15ec708e266c9 /dbaccess/source/ui/inc/JoinTableView.hxx | |
parent | f022d8b20ec36a5845049b1a89449e381fa54526 (diff) |
#99301# enable window resizing
Diffstat (limited to 'dbaccess/source/ui/inc/JoinTableView.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index b0a4ebe30b5e..db742e580692 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.16 $ + * $Revision: 1.17 $ * - * last change: $Author: oj $ $Date: 2002-05-23 11:11:42 $ + * last change: $Author: oj $ $Date: 2002-06-24 07:49:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,6 +163,7 @@ namespace dbaui // window override virtual void StateChanged( StateChangedType nStateChange ); virtual void GetFocus(); + virtual void LoseFocus(); virtual void KeyInput( const KeyEvent& rEvt ); // Accessibility virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > CreateAccessible(); @@ -301,6 +302,8 @@ namespace dbaui Size getRealOutputSize() const { return m_aOutputSize; } + + virtual void EnsureVisible(const OTableWindow* _pWin); virtual void EnsureVisible(const Point& _rPoint,const Size& _rSize); |