Searched refs:aFormFeatures (Results 1 – 1 of 1) sorted by relevance
372 FormFeatures aFormFeatures; in implUpdateImages() local373 aFormFeatures.reserve( nItemCount ); in implUpdateImages()379 aFormFeatures.push_back( nId ); in implUpdateImages()383 CommandURLs aCommandURLs( aFormFeatures.size() ); in implUpdateImages()384 for ( FormFeatures::const_iterator formFeature = aFormFeatures.begin(); in implUpdateImages()385 formFeature != aFormFeatures.end(); in implUpdateImages()389 aCommandURLs[ formFeature - aFormFeatures.begin() ] = lcl_getCommandURL( *formFeature ); in implUpdateImages()397 for ( FormFeatures::const_iterator formFeature = aFormFeatures.begin(); in implUpdateImages()398 formFeature != aFormFeatures.end(); in implUpdateImages()
Completed in 22 milliseconds