Searched refs:ImplEntryList (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/vcl/source/control/ |
| H A D | ilstbox.cxx | 97 ImplEntryList::ImplEntryList( Window* pWindow ) in ImplEntryList() function in ImplEntryList 111 ImplEntryList::~ImplEntryList() in ~ImplEntryList() 118 void ImplEntryList::Clear() in Clear() 131 void ImplEntryList::SelectEntry( sal_uInt16 nPos, sal_Bool bSelect ) in SelectEntry() 157 sal_uInt16 ImplEntryList::InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry, sal_Bool bSort ) in InsertEntry() 247 void ImplEntryList::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() 261 sal_uInt16 ImplEntryList::FindEntry( const XubString& rString, sal_Bool bSearchMRUArea ) const in FindEntry() 276 sal_uInt16 ImplEntryList::FindMatchingEntry( const XubString& rStr, sal_uInt16 nStart, sal_Bool bFo… in FindMatchingEntry() 306 sal_uInt16 ImplEntryList::FindEntry( const void* pData ) const in FindEntry() 323 long ImplEntryList::GetAddedHeight( sal_uInt16 i_nEndIndex, sal_uInt16 i_nBeginIndex, long i_nBegin… in GetAddedHeight() [all …]
|
| H A D | combobox.cxx | 52 …ble& rSelectedPos, const XubString& rText, xub_Unicode cTokenSep, const ImplEntryList* pEntryList ) in lcl_GetSelectedEntries()
|
| H A D | lstbox.cxx | 290 const ImplEntryList* pEntryList = mpImplLB->GetEntryList(); in IMPL_LINK()
|
| /AOO41X/main/vcl/inc/ |
| H A D | ilstbox.hxx | 102 class ImplEntryList : private List class 119 ImplEntryList( Window* pWindow ); 120 ~ImplEntryList(); 196 ImplEntryList* mpEntryList; // EntryListe 289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList() 437 const ImplEntryList* GetEntryList() const { return maLBWindow.GetEntryList(); } in GetEntryList()
|