Home
last modified time | relevance | path

Searched refs:mpIdleList (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Didlemgr.hxx39 ImplIdleList* mpIdleList; member in ImplIdleMgr
/trunk/main/vcl/source/app/
H A Didlemgr.cxx50 mpIdleList = new ImplIdleList( 8, 8, 8 ); in DECLARE_LIST()
61 ImplIdleData* pIdleData = mpIdleList->First(); in ~ImplIdleMgr()
65 pIdleData = mpIdleList->Next(); in ~ImplIdleMgr()
68 delete mpIdleList; in ~ImplIdleMgr()
85 nPos = mpIdleList->GetCurPos(); in InsertIdleHdl()
91 pIdleData = mpIdleList->Next(); in InsertIdleHdl()
98 mpIdleList->Insert( pIdleData, nPos ); in InsertIdleHdl()
116 mpIdleList->Remove(); in RemoveIdleHdl()
121 pIdleData = mpIdleList->Next(); in RemoveIdleHdl()
125 if ( !mpIdleList->Count() ) in RemoveIdleHdl()
[all …]

Completed in 10 milliseconds