Lines Matching refs:aListBox
186 aListBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyListBox()
189 aListBox.SetSelectHdl( in SvXPropertyListBox()
191 aListBox.SetGetFocusHdl( in SvXPropertyListBox()
193 aListBox.SetLoseFocusHdl( in SvXPropertyListBox()
195 aListBox.Show(); in SvXPropertyListBox()
200 aListBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyListBox()
203 aListBox.SetSelectHdl( in SvXPropertyListBox()
205 aListBox.SetGetFocusHdl( in SvXPropertyListBox()
207 aListBox.SetLoseFocusHdl( in SvXPropertyListBox()
212 aListBox.Show(); in SvXPropertyListBox()
231 aListBox.SetPosPixel(aPos); in SetCtrSize()
232 aListBox.SetSizePixel(aSize); in SetCtrSize()
245 aListBox.SelectEntry(rString); in SetProperty()
250 return aListBox.GetSelectEntry(); in GetProperty()
261 aListBox.Clear(); in ClearList()
266 aListBox.InsertEntry(rString,nPos); in InsertEntry()
684 ListBox aListBox(this,WB_DROPDOWN); in SvListBoxForProperties() local
685 aListBox.SetPosSizePixel(Point(0,0),Size(100,100)); in SvListBoxForProperties()
686 nRowHeight=(sal_uInt16)aListBox.GetSizePixel().Height(); in SvListBoxForProperties()
706 ListBox aListBox(this,WB_DROPDOWN); in SvListBoxForProperties() local
707 aListBox.SetPosSizePixel(Point(0,0),Size(100,100)); in SvListBoxForProperties()
708 nRowHeight=(sal_uInt16)aListBox.GetSizePixel().Height(); in SvListBoxForProperties()