Home
last modified time | relevance | path

Searched refs:maGroups (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx106 Groups maGroups; member in __anond1b6f9ba0111::ToolBarList
1409 : 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 …]
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx826 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 …]
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2890 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 …]
/trunk/main/toolkit/inc/toolkit/controls/
H A Dcontrolmodelcontainerbase.hxx85 AllGroups maGroups; member in ControlModelContainerBase
/trunk/main/sc/inc/
H A Ddapiuno.hxx732 ScFieldGroups maGroups; member in ScDataPilotFieldGroupsObj

Completed in 46 milliseconds