Lines Matching refs:xSource

169 									const Reference < XRegistryKey >& xSource)  in deleteAllLinkReferences()
172 Reference < XRegistryKey > xKey = xSource->openKey( in deleteAllLinkReferences()
252 const Reference < XRegistryKey > & xSource, in prepareLink()
256 OUString linkRefName = xSource->getKeyName(); in prepareLink()
287 xSource->createLink(linkName, linkRefName); in prepareLink()
744 const Reference < XRegistryKey >& xSource, in deleteAllImplementations()
749 Sequence < Reference < XRegistryKey > > subKeys = xSource->openKeys(); in deleteAllImplementations()
814 subKeys = xSource->openKeys(); in deleteAllImplementations()
817 rtl::OUString path(xSource->getKeyName()); in deleteAllImplementations()
818 xSource->closeKey(); in deleteAllImplementations()
823 rtl::OUString path(xSource->getKeyName()); in deleteAllImplementations()
824 xSource->closeKey(); in deleteAllImplementations()
896 const Reference < XRegistryKey >& xSource, in deleteAllServiceEntries()
900 Sequence< Reference < XRegistryKey > > subKeys = xSource->openKeys(); in deleteAllServiceEntries()
956 subKeys = xSource->openKeys(); in deleteAllServiceEntries()
959 rtl::OUString path(xSource->getKeyName()); in deleteAllServiceEntries()
960 xSource->closeKey(); in deleteAllServiceEntries()
965 rtl::OUString path(xSource->getKeyName()); in deleteAllServiceEntries()
966 xSource->closeKey(); in deleteAllServiceEntries()
1121 const Reference < XRegistryKey >& xSource, in prepareRegistry()
1127 Sequence< Reference < XRegistryKey > > subKeys = xSource->openKeys(); in prepareRegistry()
1233 static void findImplementations( const Reference < XRegistryKey > & xSource, in findImplementations() argument
1240 Reference < XRegistryKey > xKey = xSource->openKey( in findImplementations()
1247 OUString implName = OUString(xSource->getKeyName().getStr() + 1).replace('/', '.').getStr(); in findImplementations()
1264 Sequence< Reference < XRegistryKey > > subKeys = xSource->openKeys(); in findImplementations()