Searched refs:bWarnings (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/registry/source/ |
H A D | regimpl.cxx | 910 sal_Bool bWarnings, sal_Bool bReport) in loadKey() argument 942 if (_ret == REG_MERGE_CONFLICT && bWarnings) in loadKey() 958 sal_Bool bWarnings, sal_Bool bReport) in saveKey() argument 983 bWarnings, bReport); in saveKey() 989 bWarnings, bReport); in saveKey() 1010 sal_Bool bWarnings, in loadAndSaveValue() argument 1094 (_ret == REG_MERGE_CONFLICT && bWarnings)) in loadAndSaveValue() 1344 sal_Bool bWarnings, in loadAndSaveKeys() argument 1387 sName, nCut, bWarnings, bReport); in loadAndSaveKeys() 1391 sName, nCut, bWarnings, bReport); in loadAndSaveKeys() [all …]
|
H A D | registry.cxx | 346 sal_Bool bWarnings, in mergeKey() argument 372 _ret = pReg->loadKey(pNewKey, regFileName, bWarnings, bReport); in mergeKey() 373 if (_ret == REG_MERGE_ERROR || (_ret == REG_MERGE_CONFLICT && bWarnings)) in mergeKey() 385 return pReg->loadKey(pKey, regFileName, bWarnings, bReport); in mergeKey() 502 sal_Bool bWarnings, in reg_mergeKey() argument 512 return mergeKey(pKey->getRegistry(), hKey, keyName, regFileName, bWarnings, bReport); in reg_mergeKey()
|
H A D | regimpl.hxx | 138 sal_Bool bWarnings=sal_False, 155 sal_Bool bWarnings=sal_False,
|
/aoo4110/main/registry/inc/registry/ |
H A D | registry.hxx | 210 sal_Bool bWarnings = sal_False, 1246 sal_Bool bWarnings, in mergeKey() argument 1248 …{ return m_pApi->mergeKey(m_hImpl, rKey.m_hImpl, keyName.pData, regFileName.pData, bWarnings, bRe… in mergeKey()
|
H A D | registry.h | 387 sal_Bool bWarnings,
|
Completed in 31 milliseconds