Lines Matching refs:pKey

41 	ORegKey* pKey = static_cast< ORegKey* >(hKey);  in acquireKey()  local
42 if (pKey != 0) in acquireKey()
44 ORegistry* pReg = pKey->getRegistry(); in acquireKey()
45 (void) pReg->acquireKey(pKey); in acquireKey()
55 ORegKey* pKey = static_cast< ORegKey* >(hKey); in releaseKey() local
56 if (pKey != 0) in releaseKey()
58 ORegistry* pReg = pKey->getRegistry(); in releaseKey()
59 (void) pReg->releaseKey(pKey); in releaseKey()
69 ORegKey* pKey = static_cast< ORegKey* >(hKey); in isKeyReadOnly() local
70 return (pKey != 0) ? pKey->isReadOnly() : sal_False; in isKeyReadOnly()
79 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getKeyName() local
80 if (pKey) in getKeyName()
82 rtl_uString_assign( pKeyName, pKey->getName().pData ); in getKeyName()
101 ORegKey* pKey = static_cast< ORegKey* >(hKey); in createKey() local
102 if (!pKey) in createKey()
105 if (pKey->isDeleted()) in createKey()
108 if (pKey->isReadOnly()) in createKey()
111 return pKey->createKey(keyName, phNewKey); in createKey()
123 ORegKey* pKey = static_cast< ORegKey* >(hKey); in openKey() local
124 if (!pKey) in openKey()
127 if (pKey->isDeleted()) in openKey()
130 return pKey->openKey(keyName, phOpenKey); in openKey()
144 ORegKey* pKey = static_cast< ORegKey* >(hKey); in openSubKeys() local
145 if (!pKey) in openSubKeys()
148 if (pKey->isDeleted()) in openSubKeys()
151 return pKey->openSubKeys(keyName, pphSubKeys, pnSubKeys); in openSubKeys()
179 ORegKey* pKey = static_cast< ORegKey* >(hKey); in deleteKey() local
180 if (!pKey) in deleteKey()
183 if (pKey->isDeleted()) in deleteKey()
186 if (pKey->isReadOnly()) in deleteKey()
189 return pKey->deleteKey(keyName); in deleteKey()
197 ORegKey* pKey = static_cast< ORegKey* >(hKey); in closeKey() local
198 if (!pKey) in closeKey()
201 return pKey->closeKey(hKey); in closeKey()
213 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setValue() local
214 if (!pKey) in setValue()
217 if (pKey->isDeleted()) in setValue()
220 if (pKey->isReadOnly()) in setValue()
227 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setValue()
234 RegError _ret2 = pKey->closeKey(pSubKey); in setValue()
241 return pKey->closeKey(pSubKey); in setValue()
244 return pKey->setValue(valueName, valueType, pData, valueSize); in setValue()
255 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setLongListValue() local
256 if (!pKey) in setLongListValue()
259 if (pKey->isDeleted()) in setLongListValue()
262 if (pKey->isReadOnly()) in setLongListValue()
269 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setLongListValue()
276 RegError _ret2 = pKey->closeKey(pSubKey); in setLongListValue()
283 return pKey->closeKey(pSubKey); in setLongListValue()
286 return pKey->setLongListValue(valueName, pValueList, len); in setLongListValue()
297 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setStringListValue() local
298 if (!pKey) in setStringListValue()
301 if (pKey->isDeleted()) in setStringListValue()
304 if (pKey->isReadOnly()) in setStringListValue()
311 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setStringListValue()
318 RegError _ret2 = pKey->closeKey(pSubKey); in setStringListValue()
325 return pKey->closeKey(pSubKey); in setStringListValue()
328 return pKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
339 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setUnicodeListValue() local
340 if (!pKey) in setUnicodeListValue()
343 if (pKey->isDeleted()) in setUnicodeListValue()
346 if (pKey->isReadOnly()) in setUnicodeListValue()
353 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setUnicodeListValue()
360 RegError _ret2 = pKey->closeKey(pSubKey); in setUnicodeListValue()
367 return pKey->closeKey(pSubKey); in setUnicodeListValue()
370 return pKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
384 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getValueInfo() local
385 if (!pKey) in getValueInfo()
388 if (pKey->isDeleted()) in getValueInfo()
398 RegError _ret = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getValueInfo()
404 (void) pKey->releaseKey(pSubKey); in getValueInfo()
411 return pKey->releaseKey(pSubKey); in getValueInfo()
415 if (pKey->getValueInfo(valueName, &valueType, &valueSize) != REG_NO_ERROR) in getValueInfo()
433 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getValue() local
434 if (!pKey) in getValue()
437 if (pKey->isDeleted()) in getValue()
444 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getValue()
451 (void) pKey->releaseKey(pSubKey); in getValue()
455 return pKey->releaseKey(pSubKey); in getValue()
458 return pKey->getValue(valueName, pValue); in getValue()
472 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getLongListValue() local
473 if (!pKey) in getLongListValue()
476 if (pKey->isDeleted()) in getLongListValue()
483 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getLongListValue()
490 (void) pKey->releaseKey(pSubKey); in getLongListValue()
494 return pKey->releaseKey(pSubKey); in getLongListValue()
497 return pKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue()
511 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getStringListValue() local
512 if (!pKey) in getStringListValue()
515 if (pKey->isDeleted()) in getStringListValue()
522 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getStringListValue()
529 (void) pKey->releaseKey(pSubKey); in getStringListValue()
533 return pKey->releaseKey(pSubKey); in getStringListValue()
536 return pKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue()
550 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getUnicodeListValue() local
551 if (!pKey) in getUnicodeListValue()
554 if (pKey->isDeleted()) in getUnicodeListValue()
561 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getUnicodeListValue()
568 (void) pKey->releaseKey(pSubKey); in getUnicodeListValue()
572 return pKey->releaseKey(pSubKey); in getUnicodeListValue()
575 return pKey->getUnicodeListValue(valueName, pValueList, pLen); in getUnicodeListValue()
645 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getKeyType() local
646 if (!pKey) in getKeyType()
649 if (pKey->isDeleted()) in getKeyType()
652 return pKey->getKeyType(keyName, pKeyType); in getKeyType()
672 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getResolvedKeyName() local
673 if (!pKey) in getResolvedKeyName()
676 if (pKey->isDeleted()) in getResolvedKeyName()
680 RegError _ret = pKey->getResolvedKeyName(keyName, resolvedName); in getResolvedKeyName()
694 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getKeyNames() local
695 if (!pKey) in getKeyNames()
698 if (pKey->isDeleted()) in getKeyNames()
701 return pKey->getKeyNames(keyName, pSubKeyNames, pnSubKeys); in getKeyNames()