Lines Matching refs:std

45 …::std::hash_map< ::rtl::OUString, int, ::rtl::OUStringHash >::iterator it = m_aAtomMap.find( rStri…  in getAtom()
56 void AtomProvider::getAll( ::std::list< ::utl::AtomDescription >& atoms ) in getAll()
59 …::std::hash_map< ::rtl::OUString, int, ::rtl::OUStringHash >::const_iterator it = m_aAtomMap.begin… in getAll()
71 void AtomProvider::getRecent( int atom, ::std::list< ::utl::AtomDescription >& atoms ) in getRecent()
75 …::std::hash_map< ::rtl::OUString, int, ::rtl::OUStringHash >::const_iterator it = m_aAtomMap.begin… in getRecent()
93 …::std::hash_map< int, ::rtl::OUString, ::std::hash< int > >::const_iterator it = m_aStringMap.find… in getString()
119 …for( ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::iterator it = m_aAtomLists.begin()… in ~MultiAtomProvider()
126 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::iterator it = in insertAtomClass()
136 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::iterator it = in getAtom()
152 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = in getLastAtom()
158 void MultiAtomProvider::getRecent( int atomClass, int atom, ::std::list< ::utl::AtomDescription >& … in getRecent()
160 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = in getRecent()
170 ::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = in getString()
181 …::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = m_aAtomLists.find( … in hasAtom()
185 void MultiAtomProvider::getClass( int atomClass, ::std::list< ::utl::AtomDescription >& atoms) const in getClass()
187 …::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = m_aAtomLists.find( … in getClass()
197 …::std::hash_map< int, AtomProvider*, ::std::hash< int > >::const_iterator it = m_aAtomLists.find( … in overrideAtom()
236 ::std::list< ::utl::AtomDescription > atoms; in getClass()
254 ::std::list< ::utl::AtomDescription > atoms; in getRecentAtoms()