Searched refs:ObjectEntry (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/cppu/source/uno/ |
| H A D | lbenv.cxx | 71 struct ObjectEntry; 83 struct ObjectEntry struct 90 inline ObjectEntry( const OUString & rOId_ ); 124 void *, ObjectEntry *, FctPtrHash, 128 OUString, ObjectEntry *, FctOUStringHash, 172 inline ObjectEntry::ObjectEntry( OUString const & rOId_ ) in ObjectEntry() function in __anon6c1465160111::ObjectEntry 181 inline void ObjectEntry::append( in append() 206 inline InterfaceEntry * ObjectEntry::find( in find() 239 inline sal_Int32 ObjectEntry::find( in find() 271 ObjectEntry * pOEntry = new ObjectEntry( sOId ); in defenv_registerInterface() [all …]
|
| /trunk/main/connectivity/source/sdbcx/ |
| H A D | VCollection.cxx | 58 typedef typename ObjectMap::value_type ObjectEntry; typedef in __anonb4ffed0a0111::OHardRefMap 116 … m_aElements.push_back(m_aNameMap.insert(m_aNameMap.begin(), ObjectEntry(_sName,_xObject))); in insert() 125 … m_aElements.push_back(m_aNameMap.insert(m_aNameMap.begin(), ObjectEntry(*i,ObjectType()))); in reFill() 137 … (*aFind) = m_aNameMap.insert(m_aNameMap.begin(), ObjectEntry(_sNewName,(*aFind)->second)); in rename()
|