Lines Matching refs:maGroups
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()
1002 aCurrentGroup = maGroups.end(); in implUpdateGroupStructure()
1008 size_t nGroups = maGroups.size(); in implUpdateGroupStructure()
1009 maGroups.resize( nGroups + 1 ); in implUpdateGroupStructure()
1010 aCurrentGroup = maGroups.begin() + nGroups; in implUpdateGroupStructure()