Lines Matching refs:ImplEntryList

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()
351 long ImplEntryList::GetEntryHeight( sal_uInt16 nPos ) const in GetEntryHeight()
359 XubString ImplEntryList::GetEntryText( sal_uInt16 nPos ) const in GetEntryText()
370 sal_Bool ImplEntryList::HasEntryImage( sal_uInt16 nPos ) const in HasEntryImage()
381 Image ImplEntryList::GetEntryImage( sal_uInt16 nPos ) const in GetEntryImage()
392 void ImplEntryList::SetEntryData( sal_uInt16 nPos, void* pNewData ) in SetEntryData()
401 void* ImplEntryList::GetEntryData( sal_uInt16 nPos ) const in GetEntryData()
409 void ImplEntryList::SetEntryFlags( sal_uInt16 nPos, long nFlags ) in SetEntryFlags()
418 long ImplEntryList::GetEntryFlags( sal_uInt16 nPos ) const in GetEntryFlags()
426 sal_uInt16 ImplEntryList::GetSelectEntryCount() const in GetSelectEntryCount()
440 XubString ImplEntryList::GetSelectEntry( sal_uInt16 nIndex ) const in GetSelectEntry()
447 sal_uInt16 ImplEntryList::GetSelectEntryPos( sal_uInt16 nIndex ) const in GetSelectEntryPos()
472 sal_Bool ImplEntryList::IsEntrySelected( const XubString& rStr ) const in IsEntrySelected()
479 sal_Bool ImplEntryList::IsEntryPosSelected( sal_uInt16 nIndex ) const in IsEntryPosSelected()
487 bool ImplEntryList::IsEntrySelectable( sal_uInt16 nPos ) const in IsEntrySelectable()
495 sal_uInt16 ImplEntryList::FindFirstSelectable( sal_uInt16 nPos, bool bForward /* = true */ ) in FindFirstSelectable()
527 mpEntryList = new ImplEntryList( this ); in ImplListBoxWindow()
1715 …static ::vcl::StringEntryIdentifier lcl_getEntry( const ImplEntryList& _rList, sal_uInt16 _nPos, S… in lcl_getEntry()