Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Dsvxbox.cxx334 SvxComboBox::SvxComboBox(Window* pParent, WinBits nBits, sal_uInt16 nStyleBits) : in SvxComboBox() function in SvxComboBox
342 SvxComboBox::SvxComboBox(Window* pParent, const ResId& rId, sal_uInt16 nStyleBits ): in SvxComboBox() function in SvxComboBox
353 __EXPORT SvxComboBox::~SvxComboBox() in ~SvxComboBox()
363 void SvxComboBox::InitComboBox() in InitComboBox()
378 void SvxComboBox::InsertNewEntry(const SvxBoxEntry& rEntry) in InsertNewEntry()
389 void SvxComboBox::InsertEntry(const SvxBoxEntry& rEntry) in InsertEntry()
398 void SvxComboBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry()
420 void SvxComboBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry()
430 void SvxComboBox::Clear() in Clear()
442 sal_uInt16 SvxComboBox::GetEntryPos(const SvxBoxEntry& rEntry) const in GetEntryPos()
[all …]
/AOO42X/main/svtools/inc/svtools/
H A Dsvxbox.hxx46 friend class SvxComboBox;
133 class SVT_DLLPUBLIC SvxComboBox : public ComboBox class
141 SvxComboBox( Window* pParent,
143 SvxComboBox( Window* pParent, const ResId& rId, sal_uInt16 nStyleBits = SVX_CBS_ALL );
144 ~SvxComboBox();