Searched refs:ImplEntryList (Results 1 – 4 of 4) sorted by relevance
97 ImplEntryList::ImplEntryList( Window* pWindow ) in ImplEntryList() function in ImplEntryList111 ImplEntryList::~ImplEntryList() in ~ImplEntryList()118 void ImplEntryList::Clear() in Clear()247 void ImplEntryList::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()306 sal_uInt16 ImplEntryList::FindEntry( const void* pData ) const in FindEntry()351 long ImplEntryList::GetEntryHeight( sal_uInt16 nPos ) const in GetEntryHeight()381 Image ImplEntryList::GetEntryImage( sal_uInt16 nPos ) const in GetEntryImage()401 void* ImplEntryList::GetEntryData( sal_uInt16 nPos ) const in GetEntryData()418 long ImplEntryList::GetEntryFlags( sal_uInt16 nPos ) const in GetEntryFlags()426 sal_uInt16 ImplEntryList::GetSelectEntryCount() const in GetSelectEntryCount()[all …]
52 …ble& rSelectedPos, const XubString& rText, xub_Unicode cTokenSep, const ImplEntryList* pEntryList ) in lcl_GetSelectedEntries()
290 const ImplEntryList* pEntryList = mpImplLB->GetEntryList(); in IMPL_LINK()
102 class ImplEntryList : private List class119 ImplEntryList( Window* pWindow );120 ~ImplEntryList();196 ImplEntryList* mpEntryList; // EntryListe289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList()437 const ImplEntryList* GetEntryList() const { return maLBWindow.GetEntryList(); } in GetEntryList()
Completed in 49 milliseconds