Lines Matching refs:pSubKeys
306 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in searchImplForLink() local
313 Reference < XRegistryKey > xImplKey( pSubKeys[i] ); in searchImplForLink()
351 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in searchLinkTargetForImpl() local
356 xImplKey = pSubKeys[i]; in searchLinkTargetForImpl()
703 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in prepareUserKeys() local
707 prepareUserKeys(xDest, xUnoKey, pSubKeys[i], implName, bRegister); in prepareUserKeys()
753 const Reference < XRegistryKey> * pSubKeys = subKeys.getConstArray(); in deleteAllImplementations() local
760 xImplKey = pSubKeys[i]; in deleteAllImplementations()
904 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in deleteAllServiceEntries() local
910 xServiceKey = pSubKeys[i]; in deleteAllServiceEntries()
1138 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in prepareRegistry() local
1143 xImplKey = pSubKeys[i]; in prepareRegistry()
1268 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in findImplementations() local
1272 findImplementations(pSubKeys[i], implNames); in findImplementations()