Home
last modified time | relevance | path

Searched refs:aCurrentGroup (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx619 GroupedFilterList::iterator aCurrentGroup = _rAllFilters.end(); // no current group in lcl_GroupAndClassify() local
661 aCurrentGroup = aGroupPos; in lcl_GroupAndClassify()
664 aCurrentGroup = _rAllFilters.insert( _rAllFilters.end(), FilterGroup() ); in lcl_GroupAndClassify()
670 …DBG_ASSERT( aCurrentGroup != _rAllFilters.end(), "sfx2::lcl_GroupAndClassify: invalid current grou… in lcl_GroupAndClassify()
709 aCurrentGroup->push_back( FilterDescriptor( aBelongsToLocal->second->First, String() ) ); in lcl_GroupAndClassify()
711 FilterGroup::iterator aInsertPos = aCurrentGroup->end(); in lcl_GroupAndClassify()
718 aCurrentGroup->push_back( FilterDescriptor( pFilter->GetUIName(), sFilterWildcard ) ); in lcl_GroupAndClassify()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx920 AllGroups::iterator aCurrentGroup = maGroups.end(); // the group which we're currently building in implUpdateGroupStructure() local
946 aCurrentGroup = maGroups.begin() + nGroups; in implUpdateGroupStructure()
948 aCurrentGroup->push_back( *pControlModels ); in implUpdateGroupStructure()
969 aCurrentGroup = maGroups.end(); in implUpdateGroupStructure()
984 aCurrentGroup->push_back( *pControlModels ); in implUpdateGroupStructure()
1002 aCurrentGroup = maGroups.end(); in implUpdateGroupStructure()
1010 aCurrentGroup = maGroups.begin() + nGroups; in implUpdateGroupStructure()
1012 aCurrentGroup->push_back( *pControlModels ); in implUpdateGroupStructure()

Completed in 26 milliseconds