Home
last modified time | relevance | path

Searched refs:mpEntryList (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dilstbox.cxx527 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 …]
/AOO41X/main/vcl/inc/
H A Dilstbox.hxx196 ImplEntryList* mpEntryList; // EntryListe member in ImplListBoxWindow
289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList()