Searched refs:maGroups (Results 1 – 5 of 5) sorted by relevance
106 Groups maGroups; member in __anone2a1d9ea0111::ToolBarList1409 : maGroups(), in ToolBarList()1419 Groups::iterator iGroup (maGroups.find(eGroup)); in ClearGroup()1420 if (iGroup != maGroups.end()) in ClearGroup()1436 Groups::iterator iGroup (maGroups.find(eGroup)); in AddToolBar()1437 if (iGroup == maGroups.end()) in AddToolBar()1438 iGroup = maGroups.insert(Groups::value_type(eGroup,NameList())).first; in AddToolBar()1440 if (iGroup != maGroups.end()) in AddToolBar()1458 Groups::iterator iGroup (maGroups.find(eGroup)); in RemoveToolBar()1459 if (iGroup != maGroups.end()) in RemoveToolBar()[all …]
826 return maGroups.size(); in getGroupCount()836 if ( ( _nGroup < 0 ) || ( _nGroup >= (sal_Int32)maGroups.size() ) ) in getGroup()844 AllGroups::const_iterator aGroupPos = maGroups.begin() + _nGroup; in getGroup()909 maGroups.clear(); in implUpdateGroupStructure()916 maGroups.reserve( aControlModels.getLength() ); in implUpdateGroupStructure()920 AllGroups::iterator aCurrentGroup = maGroups.end(); // the group which we're currently building in implUpdateGroupStructure()944 size_t nGroups = maGroups.size(); in implUpdateGroupStructure()945 maGroups.resize( nGroups + 1 ); in implUpdateGroupStructure()946 aCurrentGroup = maGroups.begin() + nGroups; in implUpdateGroupStructure()969 aCurrentGroup = maGroups.end(); in implUpdateGroupStructure()[all …]
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()[all …]
85 AllGroups maGroups; member in ControlModelContainerBase
732 ScFieldGroups maGroups; member in ScDataPilotFieldGroupsObj