Lines Matching refs:ScDPLevel
95 SC_SIMPLE_SERVICE_INFO( ScDPLevel, "ScDPLevel", "com.sun.star.sheet.DataPilotSourceLeve…
593 long lcl_CountMinMembers(const vector<ScDPDimension*>& ppDim, const vector<ScDPLevel*>& ppLevel, lo… in lcl_CountMinMembers()
686 ScDPLevel* pLevel = pLevels->getByIndex(j); in FillCalcInfo()
1085 ScDPLevel* pLevel = pLevels->getByIndex(nLev); in FillLevelList()
1138 const uno::Sequence<sheet::MemberResult>* ScDPSource::GetMemberResults( ScDPLevel* pLevel ) in GetMemberResults()
1146 ScDPLevel* pColLevel = (ScDPLevel*)aColLevelList.GetObject(i); in GetMemberResults()
1153 ScDPLevel* pRowLevel = (ScDPLevel*)aRowLevelList.GetObject(i); in GetMemberResults()
2059 ScDPLevel* ScDPLevels::getByIndex(long nIndex) const in getByIndex()
2065 ((ScDPLevels*)this)->ppLevs = new ScDPLevel*[nLevCount]; in getByIndex()
2071 ppLevs[nIndex] = new ScDPLevel( pSource, nDim, nHier, nIndex ); in getByIndex()
2085 ScDPLevel& rLevel;
2089 ScDPGlobalMembersOrder( ScDPLevel& rLev, sal_Bool bAsc ) : in ScDPGlobalMembersOrder()
2114 ScDPLevel::ScDPLevel( ScDPSource* pSrc, long nD, long nH, long nL ) : in ScDPLevel() function in ScDPLevel
2130 ScDPLevel::~ScDPLevel() in ~ScDPLevel()
2138 void ScDPLevel::EvaluateSortOrder() in EvaluateSortOrder()
2198 void ScDPLevel::SetEnableLayout( sal_Bool bSet ) in SetEnableLayout()
2203 ScDPMembers* ScDPLevel::GetMembersObject() in GetMembersObject()
2213 uno::Reference<container::XNameAccess> SAL_CALL ScDPLevel::getMembers() throw(uno::RuntimeException) in getMembers()
2218 uno::Sequence<sheet::MemberResult> SAL_CALL ScDPLevel::getResults() throw(uno::RuntimeException) in getResults()
2227 ::rtl::OUString SAL_CALL ScDPLevel::getName() throw(uno::RuntimeException) in getName()
2284 void SAL_CALL ScDPLevel::setName( const ::rtl::OUString& /* rNewName */ ) throw(uno::RuntimeExcepti… in setName()
2289 uno::Sequence<sheet::GeneralFunction> ScDPLevel::getSubTotals() const in getSubTotals()
2300 void ScDPLevel::setSubTotals(const uno::Sequence<sheet::GeneralFunction>& rNew) in setSubTotals()
2306 sal_Bool ScDPLevel::getShowEmpty() const in getShowEmpty()
2311 void ScDPLevel::setShowEmpty(sal_Bool bSet) in setShowEmpty()
2318 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScDPLevel::getPropertySetInfo() in getPropertySetInfo()
2338 void SAL_CALL ScDPLevel::setPropertyValue( const rtl::OUString& aPropertyName, const uno::Any& aVal… in setPropertyValue()
2365 uno::Any SAL_CALL ScDPLevel::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
2406 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScDPLevel ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
2543 ScDPLevel* pLevel = pSource->GetDimensionsObject()->getByIndex(nDim)-> in getElementNames()