Home
last modified time | relevance | path

Searched refs:SuggestionDisplay (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx355 SuggestionDisplay::SuggestionDisplay( Window* pParent, const ResId& rResId ) in SuggestionDisplay() function in svx::SuggestionDisplay
362 m_aValueSet.SetSelectHdl( LINK( this, SuggestionDisplay, SelectSuggestionHdl ) ); in SuggestionDisplay()
363 m_aListBox.SetSelectHdl( LINK( this, SuggestionDisplay, SelectSuggestionHdl ) ); in SuggestionDisplay()
380 SuggestionDisplay::~SuggestionDisplay() in ~SuggestionDisplay()
384 void SuggestionDisplay::implUpdateDisplay() in implUpdateDisplay()
393 void SuggestionDisplay::StateChanged( StateChangedType nStateChange ) in StateChanged()
399 Control& SuggestionDisplay::implGetCurrentControl() in implGetCurrentControl()
406 void SuggestionDisplay::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
410 void SuggestionDisplay::KeyUp( const KeyEvent& rKEvt ) in KeyUp()
414 void SuggestionDisplay::Activate() in Activate()
[all …]
/AOO41X/main/cui/source/inc/
H A Dhangulhanjadlg.hxx62 class SuggestionDisplay : public Control class
65 SuggestionDisplay( Window* pParent, const ResId& rResId );
66 virtual ~SuggestionDisplay();
115 SuggestionDisplay m_aSuggestions;