Searched refs:subKeys2 (Results 1 – 1 of 1) sorted by relevance
783 Sequence< Reference < XRegistryKey > > subKeys2 = xKey->openKeys(); in deleteAllImplementations() local785 if (subKeys2.getLength()) in deleteAllImplementations()787 const Reference < XRegistryKey > * pSubKeys2 = subKeys2.getConstArray(); in deleteAllImplementations()789 for (sal_Int32 j = 0; j < subKeys2.getLength(); j++) in deleteAllImplementations()1175 Sequence< Reference < XRegistryKey > > subKeys2 = xKey->openKeys(); in prepareRegistry() local1177 if (subKeys2.getLength()) in prepareRegistry()1179 const Reference < XRegistryKey > * pSubKeys2 = subKeys2.getConstArray(); in prepareRegistry()1181 for (sal_Int32 j = 0; j < subKeys2.getLength(); j++) in prepareRegistry()
Completed in 86 milliseconds