Lines Matching refs:ComboBox
335 ComboBox(pParent, nBits), in SvxComboBox()
343 ComboBox(pParent, rId), in SvxComboBox()
368 { const SvxBoxEntry* pTmp = new SvxBoxEntry(ComboBox::GetEntry(i), i); in InitComboBox()
406 ComboBox::RemoveEntry(nPos); in RemoveEntry()
422 sal_uInt16 nPos = ComboBox::GetEntryPos(rEntry.aName); in RemoveEntry()
432 ComboBox::Clear(); in Clear()
444 return ComboBox::GetEntryPos(rEntry.aName); in GetEntryPos()
487 ComboBox::RemoveEntry(nPos); in ModifyEntry()
567 ComboBox::InsertEntry(pEntry->aName); in InsertSorted()
568 sal_uInt16 nPos = ComboBox::GetEntryPos(pEntry->aName); in InsertSorted()
592 ComboBox::KeyInput(rKEvt); in KeyInput()
601 String aTxt(ComboBox::GetText()); in GetText()