Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/customize/
H A Dacccfg.cxx702 , aEntriesBox (this , this, CUI_RES(BOX_ACC_ENTRIES )) in SfxAcceleratorConfigPage()
733 aEntriesBox.SetSelectHdl ( LINK( this, SfxAcceleratorConfigPage, SelectHdl )); in SfxAcceleratorConfigPage()
744 aEntriesBox.SetStyle(aEntriesBox.GetStyle()|WB_HSCROLL|WB_CLIPCHILDREN); in SfxAcceleratorConfigPage()
745 aEntriesBox.SetSelectionMode(SINGLE_SELECTION); in SfxAcceleratorConfigPage()
746 aEntriesBox.SetTabs(&AccCfgTabs[0], MAP_APPFONT); in SfxAcceleratorConfigPage()
747 aEntriesBox.Resize(); // OS: Hack for right selection in SfxAcceleratorConfigPage()
748 aEntriesBox.SetSpaceBetweenEntries(0); in SfxAcceleratorConfigPage()
749 aEntriesBox.SetDragDropMode(0); in SfxAcceleratorConfigPage()
762 aEntriesBox.SetTab( 1, nNewTab ); in SfxAcceleratorConfigPage()
775 SvLBoxEntry* pEntry = aEntriesBox.First(); in ~SfxAcceleratorConfigPage()
[all …]
/AOO41X/main/cui/source/inc/
H A Dacccfg.hxx136 SfxAccCfgTabListBox_Impl aEntriesBox; member in SfxAcceleratorConfigPage