Home
last modified time | relevance | path

Searched refs:m_pRegistry (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx198 NestedRegistryImpl* m_pRegistry; member in stoc_defreg::NestedKeyImpl
208 : m_pRegistry(pDefaultRegistry) in NestedKeyImpl()
210 m_pRegistry->acquire(); in NestedKeyImpl()
224 m_state = m_pRegistry->m_state; in NestedKeyImpl()
230 : m_pRegistry(pKey->m_pRegistry) in NestedKeyImpl()
232 m_pRegistry->acquire(); in NestedKeyImpl()
252 m_state = m_pRegistry->m_state; in NestedKeyImpl()
258 if ( m_pRegistry ) in ~NestedKeyImpl()
259 m_pRegistry->release(); in ~NestedKeyImpl()
277 m_state = m_pRegistry->m_state; in computeChanges()
[all …]
/aoo42x/main/registry/source/
H A Dkeyimpl.cxx48 , m_pRegistry(pReg) in ORegKey()
243 if (m_pRegistry->isReadOnly()) in getValueInfo()
251 REG_GUARD(m_pRegistry->m_mutex); in getValueInfo()
309 if (m_pRegistry->isReadOnly()) in setValue()
384 if (m_pRegistry->isReadOnly()) in setLongListValue()
443 if (m_pRegistry->isReadOnly()) in setStringListValue()
511 if (m_pRegistry->isReadOnly()) in setUnicodeListValue()
582 if (m_pRegistry->isReadOnly()) in getValue()
675 if (m_pRegistry->isReadOnly()) in getLongListValue()
772 if (m_pRegistry->isReadOnly()) in getStringListValue()
[all …]
H A Dkeyimpl.hxx117 { return m_pRegistry->isReadOnly(); } in isReadOnly()
122 { return m_pRegistry; } in getRegistry()
125 { return m_pRegistry->getStoreFile(); } in getStoreFile()
142 ORegistry* m_pRegistry; member in ORegKey

Completed in 38 milliseconds