Home
last modified time | relevance | path

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

/aoo42x/main/registry/source/
H A Dregistry.cxx56 ORegistry* pReg = (ORegistry*) hReg; in acquire()
68 ORegistry* pReg = (ORegistry*) hReg; in release()
127 ORegistry* pReg = new ORegistry(); in createRegistry()
145 ORegistry* pReg; in openRootKey()
173 ORegistry* pReg = new ORegistry(); in openRegistry()
257 ORegistry* pReg = static_cast< ORegistry* >(hReg); in loadKey()
308 ORegistry* pReg = static_cast< ORegistry* >(hReg); in saveKey()
349 ORegistry* pReg = static_cast< ORegistry* >(hReg); in mergeKey()
394 ORegistry* pReg = static_cast< ORegistry* >(hReg); in dumpRegistry()
523 ORegistry* pReg = new ORegistry(); in reg_createRegistry()
[all …]
H A Dregimpl.cxx443 ORegistry::ORegistry() in ORegistry() function in ORegistry
454 ORegistry::~ORegistry() in ~ORegistry()
527 RegError ORegistry::closeRegistry() in closeRegistry()
553 ORegistry* pReg = new ORegistry(); in destroyRegistry()
609 RegError ORegistry::acquireKey (RegKeyHandle hKey) in acquireKey()
624 RegError ORegistry::releaseKey (RegKeyHandle hKey) in releaseKey()
752 RegError ORegistry::closeKey(RegKeyHandle hKey) in closeKey()
915 std::auto_ptr< ORegistry > pReg (new ORegistry()); in loadKey()
963 std::auto_ptr< ORegistry > pReg (new ORegistry()); in saveKey()
1134 RegError ORegistry::checkBlop(OStoreStream& rValue, in checkBlop()
[all …]
H A Dkeyimpl.hxx35 ORegKey(const rtl::OUString& keyName, ORegistry* pReg);
121 ORegistry* getRegistry() const in getRegistry()
142 ORegistry* m_pRegistry;
H A Dregimpl.hxx66 class ORegistry class
69 ORegistry();
111 ~ORegistry();
H A Dregkey.cxx44 ORegistry* pReg = pKey->getRegistry(); in acquireKey()
58 ORegistry* pReg = pKey->getRegistry(); in releaseKey()
163 ORegistry* pReg = ((ORegKey*)(phSubKeys[0]))->getRegistry(); in closeSubKeys()
H A Dkeyimpl.cxx43 ORegKey::ORegKey(const OUString& keyName, ORegistry* pReg) in ORegKey()

Completed in 116 milliseconds