Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Danimate.cxx100 mpViewList = new List; in Animation()
121 mpViewList = new List; in Animation()
137 for( void* pView = mpViewList->First(); pView; pView = mpViewList->Next() ) in ~Animation()
140 delete mpViewList; in ~Animation()
232 for( void* pView = mpViewList->First(); pView; pView = mpViewList->Next() ) in SetEmpty()
234 mpViewList->Clear(); in SetEmpty()
339 …for( pView = (ImplAnimView*) mpViewList->First(); pView; pView = (ImplAnimView*) mpViewList->Next(… in Start()
359 if( !mpViewList->Count() ) in Start()
401 if( !mpViewList->Count() ) in Stop()
512 if( !mpViewList->Count() ) in IMPL_LINK()
[all …]
/trunk/main/vcl/inc/vcl/
H A Danimate.hxx147 List* mpViewList; member in Animation

Completed in 17 milliseconds