Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3135 std::stack<SvLBoxEntry*> aSelRestore; in Command() local
3169 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 29 milliseconds