Searched refs:mpEntryList (Results 1 – 2 of 2) sorted by relevance
527 mpEntryList = new ImplEntryList( this ); in ImplListBoxWindow()573 delete mpEntryList; in ~ImplListBoxWindow()602 for ( sal_uInt16 n = mpEntryList->GetEntryCount(); n; ) in ImplCalcMetrics()604 ImplEntryType* pEntry = mpEntryList->GetMutableEntryPtr( --n ); in ImplCalcMetrics()610 … Size aSz( GetOutputSizePixel().Width(), mpEntryList->GetEntryPtr( mnCurrentPos )->mnHeight ); in ImplCalcMetrics()619 mpEntryList->Clear(); in Clear()790 sal_uInt16 nNewPos = mpEntryList->InsertEntry( nPos, pNewEntry, mbSort ); in InsertEntry()804 mpEntryList->RemoveEntry( nPos ); in RemoveEntry()805 if( mnCurrentPos >= mpEntryList->GetEntryCount() ) in RemoveEntry()814 mpEntryList->SetEntryFlags( nPos, nFlags ); in SetEntryFlags()[all …]
196 ImplEntryList* mpEntryList; // EntryListe member in ImplListBoxWindow289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList()