diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 16:18:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-13 16:18:54 +0000 |
commit | 8edd94b9175ac1bd5bfdd3731e328a7877d77de6 (patch) | |
tree | 1489d747b9cab40d4ee2852c97f86ae57a6f8f6a /svx/source/dialog/hangulhanjadlg.hxx | |
parent | 69b884b404614f7f1b5e1609350c96658e38d296 (diff) |
INTEGRATION: CWS dr43 (1.6.98); FILE MERGED
2005/12/13 14:24:05 iha 1.6.98.1: #i39396# Accessibility: Hangul/Hanja Conversion Dialog: Suggestions
Diffstat (limited to 'svx/source/dialog/hangulhanjadlg.hxx')
-rw-r--r-- | svx/source/dialog/hangulhanjadlg.hxx | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/svx/source/dialog/hangulhanjadlg.hxx b/svx/source/dialog/hangulhanjadlg.hxx index f45efd13a5f2..f81021cac9da 100644 --- a/svx/source/dialog/hangulhanjadlg.hxx +++ b/svx/source/dialog/hangulhanjadlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: hangulhanjadlg.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:12:14 $ + * last change: $Author: rt $ $Date: 2006-01-13 17:18:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,12 +114,21 @@ namespace svx virtual void StateChanged( StateChangedType nStateChange ); + virtual void KeyInput( const KeyEvent& rKEvt ); + virtual void KeyUp( const KeyEvent& rKEvt ); + virtual void Activate(); + virtual void Deactivate(); + virtual void GetFocus(); + virtual void LoseFocus(); + virtual void Command( const CommandEvent& rCEvt ); + DECL_LINK( SelectSuggestionHdl, Control* ); void SetHelpIds(); private: void implUpdateDisplay(); + Control& implGetCurrentControl(); private: bool m_bDisplayListBox;//otherwise ValueSet |