Lines Matching refs:SwComboBox
71 SwComboBox::SwComboBox(Window* pParent, const ResId& rId, sal_uInt16 nStyleBits ): in SwComboBox() function in SwComboBox
89 SwComboBox::~SwComboBox() in ~SwComboBox()
101 void SwComboBox::InsertEntry(const SwBoxEntry& rEntry) in InsertEntry()
111 void SwComboBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry()
135 sal_uInt16 SwComboBox::GetEntryPos(const SwBoxEntry& rEntry) const in GetEntryPos()
145 const SwBoxEntry& SwComboBox::GetEntry(sal_uInt16 nPos) const in GetEntry()
158 sal_uInt16 SwComboBox::GetRemovedCount() const in GetRemovedCount()
164 const SwBoxEntry& SwComboBox::GetRemovedEntry(sal_uInt16 nPos) const in GetRemovedEntry()
177 void SwComboBox::InsertSorted(SwBoxEntry* pEntry) in InsertSorted()
190 void SwComboBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
214 String SwComboBox::GetText() const in GetText()
226 void SwComboBox::SetText( const XubString& rStr ) in SetText()