Lines Matching refs:xKey
113 uno::Reference< registry::XRegistryKey > xKey; in createInstance() local
116 xKey = (*it)->openKey( aKey ); in createInstance()
117 if ( xKey.is() ) in createInstance()
121 RegistryKeyCloser aCloser( xKey ); in createInstance()
123 if ( xKey->isValid() ) in createInstance()
127 if ( xKey->getValueType() in createInstance()
131 xKey->getBinaryValue() ); in createInstance()
145 aModuleKeys.push_back( xKey ); in createInstance()
363 uno::Reference< registry::XRegistryKey > xKey = aKeys[ n ]; in queryMore() local
367 RegistryKeyCloser aCloser( xKey ); in queryMore()
371 if ( xKey->isValid() ) in queryMore()
373 if ( xKey->getValueType() in queryMore()
384 xKey->getBinaryValue() ); in queryMore()
417 m_aModuleKeys.push_back( xKey ); in queryMore()
427 m_aCurrentModuleSubKeys.push_back( xKey ); in queryMore()
583 xKey( m_aCurrentModuleSubKeys.front() ); in queryNext() local
594 if ( xKey->isValid() ) in queryNext()
596 if ( xKey->getValueType() in queryNext()
600 xKey->getBinaryValue() ); in queryNext()