Home
last modified time | relevance | path

Searched refs:subKeys2 (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/stoc/source/implementationregistration/
H A Dimplreg.cxx783 Sequence< Reference < XRegistryKey > > subKeys2 = xKey->openKeys(); in deleteAllImplementations() local
785 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() local
1177 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 123 milliseconds