Lines Matching refs:ScDPDimensions
90 SC_SIMPLE_SERVICE_INFO( ScDPDimensions, "ScDPDimensions", "com.sun.star.sheet.DataPilotSourceDime…
331 ScDPDimensions* ScDPSource::GetDimensionsObject() in GetDimensionsObject()
335 pDimensions = new ScDPDimensions(this); in GetDimensionsObject()
1070 ScDPDimensions* pDims = GetDimensionsObject(); in FillLevelList()
1252 ScDPDimensions::ScDPDimensions( ScDPSource* pSrc ) : in SC_IMPL_DUMMY_PROPERTY_LISTENER()
1262 ScDPDimensions::~ScDPDimensions() in ~ScDPDimensions()
1275 void ScDPDimensions::CountChanged() in CountChanged()
1301 uno::Any SAL_CALL ScDPDimensions::getByName( const rtl::OUString& aName ) in getByName()
1319 uno::Sequence<rtl::OUString> SAL_CALL ScDPDimensions::getElementNames() throw(uno::RuntimeException) in getElementNames()
1329 sal_Bool SAL_CALL ScDPDimensions::hasByName( const rtl::OUString& aName ) throw(uno::RuntimeExcepti… in hasByName()
1338 uno::Type SAL_CALL ScDPDimensions::getElementType() throw(uno::RuntimeException) in getElementType()
1343 sal_Bool SAL_CALL ScDPDimensions::hasElements() throw(uno::RuntimeException) in hasElements()
1350 long ScDPDimensions::getCount() const in getCount()
1357 ScDPDimension* ScDPDimensions::getByIndex(long nIndex) const in getByIndex()
1363 ((ScDPDimensions*)this)->ppDims = new ScDPDimension*[nDimCount]; in getByIndex()