Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddptabsrc.cxx1789 ppHiers( NULL ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
1810 if (ppHiers) in ~ScDPHierarchies()
1813 if ( ppHiers[i] ) in ~ScDPHierarchies()
1814 ppHiers[i]->release(); // ref-counted in ~ScDPHierarchies()
1815 delete[] ppHiers; in ~ScDPHierarchies()
1882 if ( !ppHiers ) in getByIndex()
1886 ppHiers[i] = NULL; in getByIndex()
1888 if ( !ppHiers[nIndex] ) in getByIndex()
1890 ppHiers[nIndex] = new ScDPHierarchy( pSource, nDim, nIndex ); in getByIndex()
1891 ppHiers[nIndex]->acquire(); // ref-counted in getByIndex()
[all …]
/aoo41x/main/sc/inc/
H A Ddptabsrc.hxx471 ScDPHierarchy** ppHiers; member in ScDPHierarchies

Completed in 43 milliseconds