Searched refs:localKey (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/idlc/source/ |
H A D | astdump.cxx | 48 RegistryKey localKey; in dump() local 51 localKey = rKey; in dump() 98 if (localKey.setValue(emptyStr, RG_VALUETYPE_BINARY, in dump() 123 if (localKey.setValue(emptyStr, RG_VALUETYPE_BINARY, in dump() 135 localKey.releaseKey(); in dump() 143 RegistryKey localKey; in dump() local 164 if (localKey.setValue(emptyStr, RG_VALUETYPE_BINARY, (RegValue)pBlob, aBlobSize)) in dump() 228 RegistryKey localKey; in dump() local 231 localKey)) { in dump() 339 if (localKey.setValue( in dump() [all …]
|
H A D | astenum.cxx | 70 RegistryKey localKey; in dump() local 71 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump() 105 if (localKey.setValue(emptyStr, RG_VALUETYPE_BINARY, in dump() 110 …getFullName().getStr(), OUStringToOString(localKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getSt… in dump()
|
H A D | aststruct.cxx | 90 RegistryKey localKey; in dump() local 91 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump() 176 if (localKey.setValue(emptyStr, RG_VALUETYPE_BINARY, in dump() 181 …getFullName().getStr(), OUStringToOString(localKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getSt… in dump()
|
H A D | astunion.cxx | 272 RegistryKey localKey; in dump() local 273 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump() 360 if (localKey.setValue(OUString(), RG_VALUETYPE_BINARY, in dump() 365 …getFullName().getStr(), OUStringToOString(localKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getSt… in dump()
|
H A D | astinterface.cxx | 113 RegistryKey localKey; in dump() local 114 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump() 257 if (localKey.setValue(emptyStr, RG_VALUETYPE_BINARY, (RegValue)pBlob, aBlobSize)) in dump() 261 …getFullName().getStr(), OUStringToOString(localKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getSt… in dump()
|
/aoo42x/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 153 Reference<XRegistryKey>& localKey, 206 Reference<XRegistryKey>& localKey, in NestedKeyImpl() argument 212 m_localKey = localKey; in NestedKeyImpl() 710 Reference<XRegistryKey> localKey, defaultKey; in openKey() local 721 if ( localKey.is() || defaultKey.is() ) in openKey() 748 Reference<XRegistryKey> localKey, defaultKey; in createKey() local 751 if ( localKey.is() ) in createKey() 764 Reference<XRegistryKey> localKey, defaultKey; in createKey() local 773 if ( localKey.is() ) in createKey() 1351 localKey = m_localReg->getRootKey(); in getRootKey() [all …]
|
Completed in 43 milliseconds