Searched refs:ppLevs (Results 1 – 2 of 2) sorted by relevance
1967 ppLevs( NULL ) in ScDPLevels()1994 if (ppLevs) in ~ScDPLevels()1997 if ( ppLevs[i] ) in ~ScDPLevels()1998 ppLevs[i]->release(); // ref-counted in ~ScDPLevels()1999 delete[] ppLevs; in ~ScDPLevels()2063 if ( !ppLevs ) in getByIndex()2065 ((ScDPLevels*)this)->ppLevs = new ScDPLevel*[nLevCount]; in getByIndex()2067 ppLevs[i] = NULL; in getByIndex()2069 if ( !ppLevs[nIndex] ) in getByIndex()2072 ppLevs[nIndex]->acquire(); // ref-counted in getByIndex()[all …]
548 ScDPLevel** ppLevs; member in ScDPLevels
Completed in 33 milliseconds