Lines Matching refs:m_name
196 OUString m_name; member in stoc_defreg::NestedKeyImpl
217 m_name = m_localKey->getKeyName(); in NestedKeyImpl()
221 m_name = m_defaultKey->getKeyName(); in NestedKeyImpl()
245 m_name = m_localKey->getKeyName(); in NestedKeyImpl()
249 m_name = m_defaultKey->getKeyName(); in NestedKeyImpl()
270 Reference<XRegistryKey> tmpKey = rootKey->openKey(m_name); in computeChanges()
274 m_localKey = rootKey->openKey(m_name); in computeChanges()
332 return m_name; in getKeyName()
428 m_localKey = rootKey->createKey(m_name); in setLongValue()
471 m_localKey = rootKey->createKey(m_name); in setLongListValue()
514 m_localKey = rootKey->createKey(m_name); in setAsciiValue()
557 m_localKey = rootKey->createKey(m_name); in setAsciiListValue()
600 m_localKey = rootKey->createKey(m_name); in setStringValue()
643 m_localKey = rootKey->createKey(m_name); in setStringListValue()
686 m_localKey = rootKey->createKey(m_name); in setBinaryValue()
769 m_localKey = rootKey->createKey(m_name); in createKey()
1002 resolvedName = m_name + aLinkName; in createLink()
1004 resolvedName = m_name + OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + aLinkName; in createLink()
1015 m_localKey = rootKey->createKey(m_name); in createLink()
1056 resolvedName = m_name + rLinkName; in deleteLink()
1058 resolvedName = m_name + OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + rLinkName; in deleteLink()
1100 resolvedName = m_name + rLinkName; in getLinkTarget()
1102 resolvedName = m_name + OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + rLinkName; in getLinkTarget()