Searched refs:aSelRestore (Results 1 – 1 of 1) sorted by relevance
3135 std::stack<SvLBoxEntry*> aSelRestore; in Command() local3169 aSelRestore.push(pSelected); in Command()3223 while(!aSelRestore.empty()) in Command()3225 SvLBoxEntry* pEntry = aSelRestore.top(); in Command()3236 aSelRestore.pop(); in Command()
Completed in 23 milliseconds