Searched refs:aOId2ObjectMap (Results 1 – 1 of 1) sorted by relevance
164 OId2ObjectMap aOId2ObjectMap; member268 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( rOId, 0 ) ) ); in defenv_registerInterface()316 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( rOId, 0 ) ) ); in defenv_registerProxyInterface()377 that->aOId2ObjectMap.erase( pOEntry->oid ); in s_stub_defenv_revokeInterface()503 ( that->aOId2ObjectMap.find( rOId ) ); in defenv_getRegisteredInterface()504 if (iFind != that->aOId2ObjectMap.end()) in defenv_getRegisteredInterface()561 OSL_ENSURE( that->aOId2ObjectMap.empty(), "### object entries left!" ); in defenv_release()745 OId2ObjectMap::const_iterator iPos( that->aOId2ObjectMap.begin() ); in uno_dumpEnvironment()746 while (iPos != that->aOId2ObjectMap.end()) in uno_dumpEnvironment()
Completed in 11 milliseconds