Home
last modified time | relevance | path

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

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