Searched refs:pCurCatList (Results 1 – 2 of 2) sorted by relevance
1764 pCurCatList ( NULL ) in ScFunctionMgr()1841 pCurCatList = aCatLists[nCategory]; in First()1842 return (const ScFuncDesc*)pCurCatList->First(); in First()1846 pCurCatList = NULL; in First()1855 if ( pCurCatList ) in Next()1856 return (const ScFuncDesc*)pCurCatList->Next(); in Next()
172 mutable List* pCurCatList; member in ScFunctionMgr
Completed in 18 milliseconds