Lines Matching refs:subKeys

305         Sequence< Reference < XRegistryKey > > subKeys( xKey->openKeys() );  in searchImplForLink()  local
306 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in searchImplForLink()
309 for (sal_Int32 i = 0; i < subKeys.getLength(); i++) in searchImplForLink()
349 Sequence< Reference < XRegistryKey > > subKeys = xKey->openKeys(); in searchLinkTargetForImpl() local
351 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in searchLinkTargetForImpl()
354 for (sal_Int32 i = 0; i < subKeys.getLength(); i++) in searchLinkTargetForImpl()
698 Sequence< Reference < XRegistryKey> > subKeys = xKey->openKeys(); in prepareUserKeys() local
700 if (subKeys.getLength()) in prepareUserKeys()
703 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in prepareUserKeys()
705 for (sal_Int32 i = 0; i < subKeys.getLength(); i++) in prepareUserKeys()
749 Sequence < Reference < XRegistryKey > > subKeys = xSource->openKeys(); in deleteAllImplementations() local
751 if (subKeys.getLength() > 0) in deleteAllImplementations()
753 const Reference < XRegistryKey> * pSubKeys = subKeys.getConstArray(); in deleteAllImplementations()
758 for (sal_Int32 i = 0; i < subKeys.getLength(); i++) in deleteAllImplementations()
814 subKeys = xSource->openKeys(); in deleteAllImplementations()
815 if (subKeys.getLength() == 0) in deleteAllImplementations()
900 Sequence< Reference < XRegistryKey > > subKeys = xSource->openKeys(); in deleteAllServiceEntries() local
902 if (subKeys.getLength() > 0) in deleteAllServiceEntries()
904 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in deleteAllServiceEntries()
908 for (sal_Int32 i = 0; i < subKeys.getLength(); i++) in deleteAllServiceEntries()
956 subKeys = xSource->openKeys(); in deleteAllServiceEntries()
957 if (subKeys.getLength() == 0) in deleteAllServiceEntries()
1127 Sequence< Reference < XRegistryKey > > subKeys = xSource->openKeys(); in prepareRegistry() local
1129 if (!subKeys.getLength()) in prepareRegistry()
1138 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in prepareRegistry()
1141 for (sal_Int32 i = 0; i < subKeys.getLength(); i++) in prepareRegistry()
1264 Sequence< Reference < XRegistryKey > > subKeys = xSource->openKeys(); in findImplementations() local
1266 if (subKeys.getLength() > 0) in findImplementations()
1268 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in findImplementations()
1270 for (sal_Int32 i = 0; i < subKeys.getLength(); i++) in findImplementations()