Lines Matching refs:ORegKey

41 	ORegKey* pKey = static_cast< ORegKey* >(hKey);  in acquireKey()
55 ORegKey* pKey = static_cast< ORegKey* >(hKey); in releaseKey()
69 ORegKey* pKey = static_cast< ORegKey* >(hKey); in isKeyReadOnly()
79 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getKeyName()
101 ORegKey* pKey = static_cast< ORegKey* >(hKey); in createKey()
123 ORegKey* pKey = static_cast< ORegKey* >(hKey); in openKey()
144 ORegKey* pKey = static_cast< ORegKey* >(hKey); in openSubKeys()
163 ORegistry* pReg = ((ORegKey*)(phSubKeys[0]))->getRegistry(); in closeSubKeys()
179 ORegKey* pKey = static_cast< ORegKey* >(hKey); in deleteKey()
197 ORegKey* pKey = static_cast< ORegKey* >(hKey); in closeKey()
213 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setValue()
226 ORegKey* pSubKey = 0; in setValue()
255 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setLongListValue()
268 ORegKey* pSubKey = 0; in setLongListValue()
297 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setStringListValue()
310 ORegKey* pSubKey = 0; in setStringListValue()
339 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setUnicodeListValue()
352 ORegKey* pSubKey = 0; in setUnicodeListValue()
384 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getValueInfo()
397 ORegKey* pSubKey = 0; in getValueInfo()
433 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getValue()
443 ORegKey* pSubKey = 0; in getValue()
472 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getLongListValue()
482 ORegKey* pSubKey = 0; in getLongListValue()
511 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getStringListValue()
521 ORegKey* pSubKey = 0; in getStringListValue()
550 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getUnicodeListValue()
560 ORegKey* pSubKey = 0; in getUnicodeListValue()
645 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getKeyType()
672 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getResolvedKeyName()
694 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getKeyNames()
807 rtl_uString_assign( pKeyName, ((ORegKey*)hKey)->getName().pData ); in reg_getKeyName()