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.cxx107 Groups maGroups; member in __anon507c6b820111::ToolBarList
1410 : maGroups(), in ToolBarList()
1420 Groups::iterator iGroup (maGroups.find(eGroup)); in ClearGroup()
1421 if (iGroup != maGroups.end()) in ClearGroup()
1437 Groups::iterator iGroup (maGroups.find(eGroup)); in AddToolBar()
1438 if (iGroup == maGroups.end()) in AddToolBar()
1439 iGroup = maGroups.insert(Groups::value_type(eGroup,NameList())).first; in AddToolBar()
1441 if (iGroup != maGroups.end()) in AddToolBar()
1459 Groups::iterator iGroup (maGroups.find(eGroup)); in RemoveToolBar()
1460 if (iGroup != maGroups.end()) in RemoveToolBar()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2841 maGroups( rGroups ) in ScDataPilotFieldGroupsObj()
2854 if( implFindByName( rName ) == maGroups.end() ) in getByName()
2863 if( !maGroups.empty() ) in getElementNames()
2865 aSeq.realloc( static_cast< sal_Int32 >( maGroups.size() ) ); in getElementNames()
2867 …for( ScFieldGroups::iterator aIt = maGroups.begin(), aEnd = maGroups.end(); aIt != aEnd; ++aIt, ++… in getElementNames()
2876 return implFindByName( rName ) != maGroups.end(); in hasByName()
2889 if( aIt == maGroups.end() ) in replaceByName()
2911 if( aIt != maGroups.end() ) in insertByName()
2920 maGroups.resize( maGroups.size() + 1 ); in insertByName()
2921 ScFieldGroup& rGroup = maGroups.back(); in insertByName()
[all …]
/trunk/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 …]
/trunk/main/toolkit/inc/toolkit/controls/
H A Dcontrolmodelcontainerbase.hxx85 AllGroups maGroups; member in ControlModelContainerBase
/trunk/main/sc/inc/
H A Ddapiuno.hxx605 ScFieldGroups maGroups; member in ScDataPilotFieldGroupsObj