Searched refs:newKey (Results 1 – 5 of 5) sorted by relevance
64 ::rtl::OString newKey(::rtl::OUString const & id) { in newKey() function141 if (m_map.get(&v, newKey(id))) { in get()193 m_map.put(newKey(id), b.makeStringAndClear()); in put()199 m_map.erase(newKey(id), true) || m_map.erase(oldKey(fileName), true); in erase()
117 String newKey = key.substring(os.length() + 1); in getIniParameters() local119 param.put(newKey, oldValue); in getIniParameters()
189 XRegistryKey newKey = regKey.createKey(keyName); in __writeRegistryServiceInfo() local192 newKey.setAsciiListValue(supportedComponents); in __writeRegistryServiceInfo()
465 XRegistryKey newKey = regKey.createKey("/" + JavaLoader.class.getName() + "/UNO/SERVICE"); in writeRegistryServiceInfo() local468 newKey.createKey(supportedServices[i]); in writeRegistryServiceInfo()
511 XRegistryKey newKey = regKey.createKey("/" + implName + "/UNO/SERVICES"); in writeRegistryServiceInfo() local513 newKey.createKey(serviceName); in writeRegistryServiceInfo()
Completed in 31 milliseconds