Searched refs:maGroups (Results 1 – 5 of 5) sorted by relevance
106 Groups maGroups; member in __anon5cc921030111::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()1440 if (iGroup != maGroups.end()) in AddToolBar()1458 Groups::iterator iGroup (maGroups.find(eGroup)); in RemoveToolBar()1459 if (iGroup != maGroups.end()) in RemoveToolBar()1480 Groups::const_iterator iGroup (maGroups.find(eGroup)); in MakeRequestedToolBarList()[all …]
826 return maGroups.size(); in getGroupCount()909 maGroups.clear(); in implUpdateGroupStructure()916 maGroups.reserve( aControlModels.getLength() ); 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()1002 aCurrentGroup = maGroups.end(); in implUpdateGroupStructure()1008 size_t nGroups = maGroups.size(); in implUpdateGroupStructure()1009 maGroups.resize( nGroups + 1 ); in implUpdateGroupStructure()[all …]
2890 maGroups( rGroups ) in ScDataPilotFieldGroupsObj()2913 if( !maGroups.empty() ) in getElementNames()2940 if( aIt == maGroups.end() ) in replaceByName()2963 if( aIt != maGroups.end() ) in insertByName()2972 maGroups.resize( maGroups.size() + 1 ); in insertByName()2987 if( aIt == maGroups.end() ) in removeByName()2990 maGroups.erase( aIt ); in removeByName()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()[all …]
85 AllGroups maGroups; member in ControlModelContainerBase
732 ScFieldGroups maGroups; member in ScDataPilotFieldGroupsObj
Completed in 70 milliseconds