Home
last modified time | relevance | path

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

/trunk/main/cppu/source/uno/
H A Dlbenv.cxx129 ::std::equal_to< OUString > > OId2ObjectMap; typedef
164 OId2ObjectMap aOId2ObjectMap;
267 std::pair<OId2ObjectMap::iterator, bool> const insertion( in defenv_registerInterface()
268 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( sOId, 0 ) ) ); in defenv_registerInterface()
315 std::pair<OId2ObjectMap::iterator, bool> const insertion( in defenv_registerProxyInterface()
316 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( sOId, 0 ) ) ); in defenv_registerProxyInterface()
502 OId2ObjectMap::const_iterator const iFind in defenv_getRegisteredInterface()
745 OId2ObjectMap::const_iterator iPos( that->aOId2ObjectMap.begin() ); in uno_dumpEnvironment()

Completed in 36 milliseconds