| /trunk/main/io/test/stm/ |
| H A D | testfactreg.cxx | 65 Reference< XRegistryKey > xNewKey = xKey->createKey( str ); in component_writeInfo() local 66 xNewKey->createKey( OPipeTest_getServiceName() ); in component_writeInfo() 71 xNewKey = xKey->createKey( str ); in component_writeInfo() 72 xNewKey->createKey( OPumpTest_getServiceName() ); in component_writeInfo() 77 xNewKey = xKey->createKey( str ); in component_writeInfo() 78 xNewKey->createKey( ODataStreamTest_getServiceName(1) ); in component_writeInfo() 83 xNewKey = xKey->createKey( str ); in component_writeInfo() 84 xNewKey->createKey( ODataStreamTest_getServiceName(2) ); in component_writeInfo() 89 xNewKey = xKey->createKey( str ); in component_writeInfo() 90 xNewKey->createKey( OObjectStreamTest_getServiceName(1) ); in component_writeInfo() [all …]
|
| /trunk/main/extensions/test/stm/ |
| H A D | testfactreg.cxx | 50 XRegistryKeyRef xNewKey = xKey->createKey( str ); in exService_writeRegEntry() local 51 xNewKey->createKey( OPipeTest_getServiceName() ); in exService_writeRegEntry() 54 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 55 xNewKey->createKey( ODataStreamTest_getServiceName(1) ); in exService_writeRegEntry() 58 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 59 xNewKey->createKey( ODataStreamTest_getServiceName(2) ); in exService_writeRegEntry() 62 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 63 xNewKey->createKey( OObjectStreamTest_getServiceName(1) ); in exService_writeRegEntry() 66 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 67 xNewKey->createKey( OObjectStreamTest_getServiceName(2) ); in exService_writeRegEntry() [all …]
|
| /trunk/main/sal/test/unloading/ |
| H A D | samplelib1.cxx | 140 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 144 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME1))); in component_writeInfo() 146 xNewKey= in component_writeInfo() 150 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME2))); in component_writeInfo() 151 xNewKey= in component_writeInfo() 155 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME3))); in component_writeInfo() 157 xNewKey= in component_writeInfo() 161 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME4))); in component_writeInfo()
|
| H A D | samplelib2.cxx | 131 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 135 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME1))); in component_writeInfo() 137 xNewKey= in component_writeInfo() 141 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME2))); in component_writeInfo() 142 xNewKey= in component_writeInfo() 146 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME3))); in component_writeInfo()
|
| /trunk/main/embeddedobj/test/mtexecutor/ |
| H A D | mteregister.cxx | 88 uno::Reference< registry::XRegistryKey > xNewKey; in component_writeInfo() local 92 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 98 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo() 100 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 106 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
|
| /trunk/main/embeddedobj/source/msole/ |
| H A D | oleregister.cxx | 89 uno::Reference< registry::XRegistryKey > xNewKey; in component_writeInfo() local 91 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 96 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo() 100 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 105 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
|
| /trunk/main/embeddedobj/test/MainThreadExecutor/ |
| H A D | register.cxx | 76 uno::Reference< registry::XRegistryKey > xNewKey; in component_writeInfo() local 78 xNewKey = xKey->createKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/") ) + in component_writeInfo() 84 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SServices.cxx | 63 Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) ); in REGISTER_PROVIDER() local 64 OSL_ENSURE(xNewKey.is(), "SKELETON::component_writeInfo : could not create a registry key !"); in REGISTER_PROVIDER() 67 xNewKey->createKey(Services[i]); in REGISTER_PROVIDER()
|
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_services.cxx | 62 Reference< XRegistryKey > xNewKey( xKey->createKey( aMainKeyName.makeStringAndClear() ) ); in REGISTER_PROVIDER() local 63 OSL_ENSURE(xNewKey.is(), "SKELETON::component_writeInfo : could not create a registry key !"); in REGISTER_PROVIDER() 66 xNewKey->createKey(Services[i]); in REGISTER_PROVIDER()
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | dbloader.cxx | 173 Reference< XRegistryKey> xNewKey = xKey->createKey( aImpltwo ); in writeDBLoaderInfo() local 177 xNewKey = xLoaderKey->createKey( ::rtl::OUString::createFromAscii("Pattern") ); in writeDBLoaderInfo() 178 xNewKey->setAsciiValue( ::rtl::OUString::createFromAscii(".component:DB*") ); in writeDBLoaderInfo()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testsax.cxx | 859 XRegistryKeyRef xNewKey = xKey->createKey( str ); in exService_writeRegEntry() local 860 xNewKey->createKey( OSaxParserTest_getServiceName() ); in exService_writeRegEntry() 863 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 864 xNewKey->createKey( OSaxWriterTest_getServiceName() ); in exService_writeRegEntry()
|
| /trunk/main/sax/test/sax/ |
| H A D | testsax.cxx | 799 Reference< XRegistryKey > xNewKey = xKey->createKey( str ); in component_writeInfo() local 800 xNewKey->createKey( OSaxParserTest_getServiceName() ); in component_writeInfo() 807 xNewKey = xKey->createKey( str ); in component_writeInfo() 808 xNewKey->createKey( OSaxWriterTest_getServiceName() ); in component_writeInfo()
|
| /trunk/main/cppuhelper/source/ |
| H A D | implementationentry.cxx | 50 Reference< XRegistryKey > xNewKey( in component_writeInfoHelper() local 56 xNewKey->createKey( pArray[nPos] ); in component_writeInfoHelper()
|
| /trunk/main/stoc/test/excomp/ |
| H A D | excomp1.cxx | 163 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 171 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|
| H A D | excomp2.cxx | 231 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 239 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|
| /trunk/main/toolkit/source/helper/ |
| H A D | registerservices.cxx | 71 Reference< XRegistryKey > xNewKey = _rxParentKey->createKey( sImplName ); in registerServices() local 72 xNewKey->createKey( ::rtl::OUString::createFromAscii( _pAsciiServiceName ) ); in registerServices() 74 return xNewKey; in registerServices()
|
| /trunk/main/sdext/source/pdfimport/ |
| H A D | services.cxx | 140 Reference< XRegistryKey > xNewKey( xRootKey->createKey( sMainKeyName ) ); in component_writeInfo() local 141 … xNewKey->createKey( ::rtl::OUString::createFromAscii( pComponents->pAsciiServiceName ) ); in component_writeInfo()
|
| /trunk/main/dbaccess/source/filter/xml/ |
| H A D | dbloader2.cxx | 646 Reference< XRegistryKey> xNewKey = xKey->createKey( aImpltwo ); in writeDBLoaderInfo2() local 650 xNewKey = xLoaderKey->createKey( ::rtl::OUString::createFromAscii("Pattern") ); in writeDBLoaderInfo2() 651 xNewKey->setAsciiValue( ::rtl::OUString::createFromAscii("private:factory/sdatabase") ); in writeDBLoaderInfo2()
|
| /trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | Factory.java | 105 XRegistryKey xNewKey = xKey.createKey( "/" + impl_name + "/UNO/SERVICES" ); in writeRegistryServiceInfo() local 108 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()
|
| /trunk/main/remotebridges/examples/ |
| H A D | officeclient.cxx | 288 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 295 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|
| /trunk/main/stoc/test/ |
| H A D | testsmgr_cpnt.cxx | 423 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 431 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|
| /trunk/main/testtools/source/performance/ |
| H A D | ubobject.cxx | 264 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 267 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM(SERVICENAME) ) ); in component_writeInfo()
|
| /trunk/main/linguistic/workben/ |
| H A D | sspellimp.cxx | 456 Reference< registry::XRegistryKey > xNewKey = in SpellChecker_writeInfo() local 461 xNewKey->createKey( aServices.getConstArray()[i] ); in SpellChecker_writeInfo()
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/ |
| H A D | FactoryHelper.java | 537 XRegistryKey xNewKey = xKey.createKey( "/" + impl_name + "/UNO/SERVICES" ); in writeRegistryServiceInfo() local 540 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()
|
| /trunk/main/filter/source/xsltfilter/ |
| H A D | XSLTFilter.cxx | 627 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 634 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|