Lines Matching refs:ScDPLevels

94 SC_SIMPLE_SERVICE_INFO( ScDPLevels,      "ScDPLevels",      "com.sun.star.sheet.DataPilotSourceLeve…
676ScDPLevels* pLevels = pDim->GetHierarchiesObject()->getByIndex(nHierarchy)->GetLevelsObject(); in FillCalcInfo()
949ScDPLevels* pLevels = pDim->GetHierarchiesObject()->getByIndex(nHierarchy)->GetLevelsObject(); in CreateRes_Impl()
1081 ScDPLevels* pLevels = pHier->GetLevelsObject(); in FillLevelList()
1534 ScDPLevels* pLevels = GetHierarchiesObject()->getByIndex(nHierarchy)->GetLevelsObject(); in GetSelectedData()
1919 ScDPLevels* ScDPHierarchy::GetLevelsObject() in GetLevelsObject()
1923 pLevels = new ScDPLevels( pSource, nDim, nHier ); in GetLevelsObject()
1963 ScDPLevels::ScDPLevels( ScDPSource* pSrc, long nD, long nH ) : in ScDPLevels() function in ScDPLevels
1990 ScDPLevels::~ScDPLevels() in ~ScDPLevels()
2005 uno::Any SAL_CALL ScDPLevels::getByName( const rtl::OUString& aName ) in getByName()
2023 uno::Sequence<rtl::OUString> SAL_CALL ScDPLevels::getElementNames() throw(uno::RuntimeException) in getElementNames()
2033 sal_Bool SAL_CALL ScDPLevels::hasByName( const rtl::OUString& aName ) throw(uno::RuntimeException) in hasByName()
2042 uno::Type SAL_CALL ScDPLevels::getElementType() throw(uno::RuntimeException) in getElementType()
2047 sal_Bool SAL_CALL ScDPLevels::hasElements() throw(uno::RuntimeException) in hasElements()
2054 long ScDPLevels::getCount() const in getCount()
2059 ScDPLevel* ScDPLevels::getByIndex(long nIndex) const in getByIndex()
2065 ((ScDPLevels*)this)->ppLevs = new ScDPLevel*[nLevCount]; in getByIndex()