Home
last modified time | relevance | path

Searched refs:localKey (Results 1 – 6 of 6) sorted by relevance

/trunk/main/idlc/source/
H A Dastdump.cxx48 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 Dastenum.cxx70 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 Daststruct.cxx90 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 Dastunion.cxx272 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 Dastinterface.cxx113 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()
/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx153 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 35 milliseconds