Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx101 typedef ::std::map< ::rtl::OUString, uno::Any, IsLessIgnoreCase > ElementMap; typedef in vbahelper::__anon487ff16e0111::SequenceToContainer
105 ElementMap maElementMap;
156 ElementMap::iterator aIt = maElementMap.find( rName ); in getByName()