Lines Matching refs:ScDataPilotFieldGroupObj

192 SC_SIMPLE_SERVICE_INFO( ScDataPilotFieldGroupObj, "ScDataPilotFieldGroupObj", "com.sun.star.sheet.D…
2906 return Any( Reference< XNameAccess >( new ScDataPilotFieldGroupObj( *this, rName ) ) ); in getByName()
3007 …return Any( Reference< XNameAccess >( new ScDataPilotFieldGroupObj( *this, maGroups[ nIndex ].maNa… in getByIndex()
3084 ScDataPilotFieldGroupObj::ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const OUStr… in ScDataPilotFieldGroupObj() function in ScDataPilotFieldGroupObj
3091 ScDataPilotFieldGroupObj::~ScDataPilotFieldGroupObj() in ~ScDataPilotFieldGroupObj()
3098 Any SAL_CALL ScDataPilotFieldGroupObj::getByName( const OUString& rName ) in getByName()
3109 Sequence< OUString > SAL_CALL ScDataPilotFieldGroupObj::getElementNames() throw(RuntimeException) in getElementNames()
3115 sal_Bool SAL_CALL ScDataPilotFieldGroupObj::hasByName( const OUString& rName ) throw(RuntimeExcepti… in hasByName()
3124 void SAL_CALL ScDataPilotFieldGroupObj::replaceByName( const OUString& rName, const Any& rElement ) in replaceByName()
3150 void SAL_CALL ScDataPilotFieldGroupObj::insertByName( const OUString& rName, const Any& /*rElement*… in insertByName()
3167 void SAL_CALL ScDataPilotFieldGroupObj::removeByName( const OUString& rName ) in removeByName()
3184 sal_Int32 SAL_CALL ScDataPilotFieldGroupObj::getCount() throw(RuntimeException) in getCount()
3190 Any SAL_CALL ScDataPilotFieldGroupObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3202 Reference< XEnumeration > SAL_CALL ScDataPilotFieldGroupObj::createEnumeration() throw(RuntimeExcep… in createEnumeration()
3210 uno::Type SAL_CALL ScDataPilotFieldGroupObj::getElementType() throw(RuntimeException) in getElementType()
3216 sal_Bool SAL_CALL ScDataPilotFieldGroupObj::hasElements() throw(RuntimeException) in hasElements()
3224 OUString SAL_CALL ScDataPilotFieldGroupObj::getName() throw(RuntimeException) in getName()
3230 void SAL_CALL ScDataPilotFieldGroupObj::setName( const OUString& rName ) throw(RuntimeException) in setName()
3240 ScDataPilotFieldGroupItemObj::ScDataPilotFieldGroupItemObj( ScDataPilotFieldGroupObj& rParent, cons… in ScDataPilotFieldGroupItemObj()