Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/workben/layout/
H A Deditor.cxx1360 class SortListBox class
1414SortListBox( layout::ListBox *pListBox, layout::PushButton *pUpButton, layout::PushButton *pDownBu… in SortListBox() function in SortListBox
1419 mpListBox->SetSelectHdl( LINK( this, SortListBox, ItemSelectedHdl ) ); in SortListBox()
1423 mpUpButton->SetClickHdl( LINK( this, SortListBox, UpPressedHdl ) ); in SortListBox()
1427 mpDownButton->SetClickHdl( LINK( this, SortListBox, DownPressedHdl ) ); in SortListBox()
1432 mpRemoveButton->SetClickHdl( LINK( this, SortListBox, RemovePressedHdl ) ); in SortListBox()
1438 virtual ~SortListBox();
1441 SortListBox::~SortListBox() in ~SortListBox()
1449 IMPL_LINK( SortListBox, UpPressedHdl, layout::Button *, pBtn ) in IMPL_LINK() argument
1458 IMPL_LINK( SortListBox, DownPressedHdl, layout::Button *, pBtn ) in IMPL_LINK() argument
[all …]