/aoo41x/main/io/test/stm/ |
H A D | testfactreg.cxx | 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() 89 xNewKey = xKey->createKey( str ); in component_writeInfo() 95 xNewKey = xKey->createKey( str ); in component_writeInfo() 101 xNewKey = xKey->createKey( str ); in component_writeInfo() 107 xNewKey = xKey->createKey( str ); in component_writeInfo() [all …]
|
/aoo41x/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() 66 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 70 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() 74 xNewKey = xKey->createKey( str ); in exService_writeRegEntry() [all …]
|
/aoo41x/main/sal/test/unloading/ |
H A D | samplelib1.cxx | 144 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 148 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME1))); in component_writeInfo() 150 xNewKey= in component_writeInfo() 154 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME2))); in component_writeInfo() 155 xNewKey= in component_writeInfo() 159 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME3))); in component_writeInfo() 161 xNewKey= in component_writeInfo() 165 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME4))); in component_writeInfo()
|
H A D | samplelib2.cxx | 134 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 138 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME1))); in component_writeInfo() 140 xNewKey= in component_writeInfo() 144 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME2))); in component_writeInfo() 145 xNewKey= in component_writeInfo() 149 xNewKey->createKey(OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME3))); in component_writeInfo()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/sax/test/sax/ |
H A D | testsax.cxx | 806 Reference< XRegistryKey > xNewKey = xKey->createKey( str ); in component_writeInfo() local 807 xNewKey->createKey( OSaxParserTest_getServiceName() ); in component_writeInfo() 814 xNewKey = xKey->createKey( str ); in component_writeInfo() 815 xNewKey->createKey( OSaxWriterTest_getServiceName() ); in component_writeInfo()
|
/aoo41x/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()
|
/aoo41x/main/cppuhelper/source/ |
H A D | implementationentry.cxx | 50 Reference< XRegistryKey > xNewKey( in component_writeInfoHelper() local 56 xNewKey->createKey( pArray[nPos] ); in component_writeInfoHelper()
|
/aoo41x/main/stoc/test/excomp/ |
H A D | excomp1.cxx | 166 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 174 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|
H A D | excomp2.cxx | 237 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 245 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/remotebridges/examples/ |
H A D | officeclient.cxx | 289 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 296 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|
/aoo41x/main/testtools/source/performance/ |
H A D | ubobject.cxx | 267 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 270 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM(SERVICENAME) ) ); in component_writeInfo()
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 471 Reference< registry::XRegistryKey > xNewKey = in SpellChecker_writeInfo() local 476 xNewKey->createKey( aServices.getConstArray()[i] ); in SpellChecker_writeInfo()
|
/aoo41x/main/jurt/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()
|
/aoo41x/main/filter/source/xsltfilter/ |
H A D | XSLTFilter.cxx | 643 Reference< XRegistryKey > xNewKey( in component_writeInfo() local 650 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
|