Lines Matching refs:ScDataPilotFieldGroupsObj

191 SC_SIMPLE_SERVICE_INFO( ScDataPilotFieldGroupsObj, "ScDataPilotFieldGroupsObj", "com.sun.star.sheet…
2439 aInfo.Groups = new ScDataPilotFieldGroupsObj( aGroups ); in getGroupInfo()
2889 ScDataPilotFieldGroupsObj::ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups ) : in ScDataPilotFieldGroupsObj() function in ScDataPilotFieldGroupsObj
2894 ScDataPilotFieldGroupsObj::~ScDataPilotFieldGroupsObj() in ~ScDataPilotFieldGroupsObj()
2900 Any SAL_CALL ScDataPilotFieldGroupsObj::getByName( const OUString& rName ) in getByName()
2909 Sequence< OUString > SAL_CALL ScDataPilotFieldGroupsObj::getElementNames() throw(RuntimeException) in getElementNames()
2923 sal_Bool SAL_CALL ScDataPilotFieldGroupsObj::hasByName( const OUString& rName ) throw(RuntimeExcept… in hasByName()
2931 void SAL_CALL ScDataPilotFieldGroupsObj::replaceByName( const OUString& rName, const Any& rElement ) in replaceByName()
2954 void SAL_CALL ScDataPilotFieldGroupsObj::insertByName( const OUString& rName, const Any& rElement ) in insertByName()
2978 void SAL_CALL ScDataPilotFieldGroupsObj::removeByName( const OUString& rName ) in removeByName()
2995 sal_Int32 SAL_CALL ScDataPilotFieldGroupsObj::getCount() throw(RuntimeException) in getCount()
3001 Any SAL_CALL ScDataPilotFieldGroupsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3012 Reference<XEnumeration> SAL_CALL ScDataPilotFieldGroupsObj::createEnumeration() throw(RuntimeExcept… in createEnumeration()
3020 uno::Type SAL_CALL ScDataPilotFieldGroupsObj::getElementType() throw(RuntimeException) in getElementType()
3026 sal_Bool SAL_CALL ScDataPilotFieldGroupsObj::hasElements() throw(RuntimeException) in hasElements()
3034 ScFieldGroup& ScDataPilotFieldGroupsObj::getFieldGroup( const OUString& rName ) throw(RuntimeExcept… in getFieldGroup()
3043 void ScDataPilotFieldGroupsObj::renameFieldGroup( const OUString& rOldName, const OUString& rNewNam… in renameFieldGroup()
3056 ScFieldGroups::iterator ScDataPilotFieldGroupsObj::implFindByName( const OUString& rName ) in implFindByName()
3084 ScDataPilotFieldGroupObj::ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const OUStr… in ScDataPilotFieldGroupObj()