Searched refs:aImageInfo (Results 1 – 1 of 1) sorted by relevance
5197 ImageInfo aImageInfo; in SvxIconSelectorDialog() local5203 aImageInfo.insert( ImageInfo::value_type( names[n], false )); in SvxIconSelectorDialog()5209 ImageInfo::iterator pIter = aImageInfo.find( names[n] ); in SvxIconSelectorDialog()5210 if ( pIter != aImageInfo.end() ) in SvxIconSelectorDialog()5213 aImageInfo.insert( ImageInfo::value_type( names[n], true )); in SvxIconSelectorDialog()5217 pConstIter = aImageInfo.begin(); in SvxIconSelectorDialog()5218 while ( pConstIter != aImageInfo.end() ) in SvxIconSelectorDialog()
Completed in 38 milliseconds