Lines Matching refs:m_localReg

141 	Reference<XSimpleRegistry>	m_localReg;  member in stoc_defreg::NestedRegistryImpl
268 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in computeChanges()
302 Reference<XRegistryKey> localRoot(m_pRegistry->m_localReg->getRootKey()); in computeName()
427 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongValue()
470 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongListValue()
513 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiValue()
556 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiListValue()
599 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringValue()
642 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringListValue()
685 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setBinaryValue()
714 localKey = m_pRegistry->m_localReg->getRootKey()->openKey(resolvedName); in openKey()
750 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
768 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createKey()
771 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
817 m_pRegistry->m_localReg->getRootKey()->deleteKey(resolvedName); in deleteKey()
1009 isCreated = m_pRegistry->m_localReg->getRootKey()->createLink(resolvedName, aLinkTarget); in createLink()
1014 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createLink()
1017 isCreated = m_pRegistry->m_localReg->getRootKey()->createLink(resolvedName, aLinkTarget); in createLink()
1064 m_pRegistry->m_localReg->getRootKey()->deleteLink(resolvedName); in deleteLink()
1110 linkTarget = m_pRegistry->m_localReg->getRootKey()->getLinkTarget(resolvedName); in getLinkTarget()
1210 return new RegistryEnumueration( m_localReg, m_defaultReg ); in createEnumeration()
1215 return getCppuType( &m_localReg ); in getElementType()
1221 return m_localReg.is() || m_defaultReg.is(); in hasElements()
1262 aArguments[0] >>= m_localReg; in initialize()
1264 if ( m_localReg == m_defaultReg ) in initialize()
1275 if ( m_localReg.is() && m_localReg->isValid() ) in getURL()
1276 return m_localReg->getURL(); in getURL()
1300 if ( (m_localReg.is() && m_localReg->isValid()) || in isValid()
1316 if ( m_localReg.is() && m_localReg->isValid() ) in close()
1318 m_localReg->close(); in close()
1347 if ( m_localReg.is() && m_localReg->isValid() ) in getRootKey()
1351 localKey = m_localReg->getRootKey(); in getRootKey()
1377 if ( m_localReg.is() && m_localReg->isValid() ) in isReadOnly()
1378 return m_localReg->isReadOnly(); in isReadOnly()
1392 if ( m_localReg.is() && m_localReg->isValid() ) in mergeKey()
1394 m_localReg->mergeKey(aKeyName, aUrl); in mergeKey()