Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dglobal.cxx1764 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()
/trunk/main/sc/inc/
H A Dfuncdesc.hxx172 mutable List* pCurCatList; member in ScFunctionMgr

Completed in 26 milliseconds