Lines Matching refs:aComboBox
315 aComboBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyComboBox()
318 aComboBox.SetModifyHdl( in SvXPropertyComboBox()
320 aComboBox.SetGetFocusHdl( in SvXPropertyComboBox()
322 aComboBox.SetLoseFocusHdl( in SvXPropertyComboBox()
324 aComboBox.Show(); in SvXPropertyComboBox()
329 aComboBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyComboBox()
332 aComboBox.SetModifyHdl( in SvXPropertyComboBox()
334 aComboBox.SetGetFocusHdl( in SvXPropertyComboBox()
336 aComboBox.SetLoseFocusHdl( in SvXPropertyComboBox()
341 aComboBox.Show(); in SvXPropertyComboBox()
368 aComboBox.SetPosPixel(aPos); in SetCtrSize()
369 aComboBox.SetSizePixel(aSize); in SetCtrSize()
375 aComboBox.SetText(rString); in SetProperty()
380 return aComboBox.GetText(); in GetProperty()
390 aComboBox.Clear(); in ClearList()
395 aComboBox.InsertEntry(rString,nPos); in InsertEntry()