Lines Matching refs:maGroups
2890 maGroups( rGroups ) in ScDataPilotFieldGroupsObj()
2904 if( implFindByName( rName ) == maGroups.end() ) in getByName()
2913 if( !maGroups.empty() ) in getElementNames()
2915 aSeq.realloc( static_cast< sal_Int32 >( maGroups.size() ) ); in getElementNames()
2917 …for( ScFieldGroups::iterator aIt = maGroups.begin(), aEnd = maGroups.end(); aIt != aEnd; ++aIt, ++… in getElementNames()
2926 return implFindByName( rName ) != maGroups.end(); in hasByName()
2940 if( aIt == maGroups.end() ) in replaceByName()
2963 if( aIt != maGroups.end() ) in insertByName()
2972 maGroups.resize( maGroups.size() + 1 ); in insertByName()
2973 ScFieldGroup& rGroup = maGroups.back(); in insertByName()
2987 if( aIt == maGroups.end() ) in removeByName()
2990 maGroups.erase( aIt ); in removeByName()
2998 return static_cast< sal_Int32 >( maGroups.size() ); in getCount()
3005 if ((nIndex < 0) || (nIndex >= static_cast< sal_Int32 >( maGroups.size() ))) in getByIndex()
3007 …return Any( Reference< XNameAccess >( new ScDataPilotFieldGroupObj( *this, maGroups[ nIndex ].maNa… in getByIndex()
3029 return !maGroups.empty(); in hasElements()
3038 if( aIt == maGroups.end() ) in getFieldGroup()
3049 if( (aOldIt == maGroups.end()) || ((aNewIt != maGroups.end()) && (aNewIt != aOldIt)) ) in renameFieldGroup()
3058 for( ScFieldGroups::iterator aIt = maGroups.begin(), aEnd = maGroups.end(); aIt != aEnd; ++aIt ) in implFindByName()
3061 return maGroups.end(); in implFindByName()