Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx1081 ScDPLevels* pLevels = pHier->GetLevelsObject(); in FillLevelList()
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()
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()
[all …]
/trunk/main/sc/inc/
H A Ddptabsrc.hxx100 class ScDPLevels;
513 ScDPLevels* pLevels;
519 ScDPLevels* GetLevelsObject();
539 class ScDPLevels : public cppu::WeakImplHelper2< class
551 ScDPLevels( ScDPSource* pSrc, long nD, long nH );
552 virtual ~ScDPLevels();

Completed in 35 milliseconds