Lines Matching refs:insertion
195 ::std::pair< Ptr2ObjectMap::iterator, bool > insertion( in append()
198 OSL_ASSERT( insertion.second || in append()
201 insertion.first->second == this) ); in append()
267 std::pair<OId2ObjectMap::iterator, bool> const insertion( in defenv_registerInterface() local
269 if (insertion.second) in defenv_registerInterface()
272 insertion.first->second = pOEntry; in defenv_registerInterface()
278 ObjectEntry * pOEntry = insertion.first->second; in defenv_registerInterface()
315 std::pair<OId2ObjectMap::iterator, bool> const insertion( in defenv_registerProxyInterface() local
317 if (insertion.second) in defenv_registerProxyInterface()
320 insertion.first->second = pOEntry; in defenv_registerProxyInterface()
326 ObjectEntry * pOEntry = insertion.first->second; in defenv_registerProxyInterface()
982 ::std::pair< OUString2EnvironmentMap::iterator, bool > insertion( in registerEnvironment()
986 insertion.second, "### insertion of env into map failed?!" ); in registerEnvironment()