Searched refs:aTopLevelListBox (Results 1 – 2 of 2) sorted by relevance
1646 aTopLevelListBox( this, CUI_RES( LB_MENUS ) ), in SvxConfigPage()2004 x = aTopLevelListBox.GetPosPixel().X(); in PositionContentsListBox()2005 width = aTopLevelListBox.GetSizePixel().Width(); in PositionContentsListBox()2034 sal_uInt16 nSelectionPos = aTopLevelListBox.GetSelectEntryPos(); in ReloadTopLevelListBox()2035 aTopLevelListBox.Clear(); in ReloadTopLevelListBox()2045 sal_uInt16 nPos = aTopLevelListBox.InsertEntry( stripHotKey( pEntryData->GetName() ) ); in ReloadTopLevelListBox()2046 aTopLevelListBox.SetEntryData( nPos, pEntryData ); in ReloadTopLevelListBox()2063 nSelectionPos = nSelectionPos < aTopLevelListBox.GetEntryCount() ? in ReloadTopLevelListBox()2064 nSelectionPos : aTopLevelListBox.GetEntryCount() - 1; in ReloadTopLevelListBox()2066 aTopLevelListBox.SelectEntryPos( nSelectionPos, sal_True ); in ReloadTopLevelListBox()[all …]
392 ListBox aTopLevelListBox; member in SvxConfigPage479 return (SvxConfigEntry*) aTopLevelListBox.GetEntryData( in GetTopLevelSelection()480 aTopLevelListBox.GetSelectEntryPos() ); in GetTopLevelSelection()