Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/customize/
H A Dcfg.cxx5083 ::std::equal_to< ::rtl::OUString > > ImageInfo; in SvxIconSelectorDialog() typedef
5167 ImageInfo mImageInfo; in SvxIconSelectorDialog()
5173 mImageInfo.insert( ImageInfo::value_type( names[n], false )); in SvxIconSelectorDialog()
5176 ImageInfo::const_iterator pConstIter = mImageInfo.begin(); in SvxIconSelectorDialog()
5197 ImageInfo aImageInfo; in SvxIconSelectorDialog()
5203 aImageInfo.insert( ImageInfo::value_type( names[n], false )); in SvxIconSelectorDialog()
5209 ImageInfo::iterator pIter = aImageInfo.find( names[n] ); in SvxIconSelectorDialog()
5213 aImageInfo.insert( ImageInfo::value_type( names[n], true )); in SvxIconSelectorDialog()

Completed in 28 milliseconds