Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/customize/
H A Dcfg.cxx1646 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 …]
/AOO41X/main/cui/source/inc/
H A Dcfg.hxx392 ListBox aTopLevelListBox; member in SvxConfigPage
479 return (SvxConfigEntry*) aTopLevelListBox.GetEntryData( in GetTopLevelSelection()
480 aTopLevelListBox.GetSelectEntryPos() ); in GetTopLevelSelection()