Home
last modified time | relevance | path

Searched refs:xNewKey (Results 1 – 25 of 29) sorted by path

12

/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx58 uno::Reference< registry::XRegistryKey> xNewKey( in component_writeInfo() local
64 xNewKey->createKey( pArray[i] ); in component_writeInfo()
/trunk/main/cppuhelper/source/
H A Dimplementationentry.cxx50 Reference< XRegistryKey > xNewKey( in component_writeInfoHelper() local
56 xNewKey->createKey( pArray[nPos] ); in component_writeInfoHelper()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx646 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/dbaccess/source/ui/browser/
H A Ddbloader.cxx173 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/embeddedobj/source/msole/
H A Doleregister.cxx89 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 Dregister.cxx76 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/embeddedobj/test/mtexecutor/
H A Dmteregister.cxx88 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/extensions/test/ole/cpnt/
H A Dcpnt.cxx376 Reference<XRegistryKey> xNewKey = in component_writeInfo() local
378 xNewKey->createKey( KEY2); in component_writeInfo()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx859 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/extensions/test/stm/
H A Dtestfactreg.cxx50 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 …]
/trunk/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx645 Reference< XRegistryKey > xNewKey( in component_writeInfo() local
652 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/trunk/main/io/test/stm/
H A Dtestfactreg.cxx66 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 …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java105 XRegistryKey xNewKey = xKey.createKey( "/" + impl_name + "/UNO/SERVICES" ); in writeRegistryServiceInfo() local
108 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java537 XRegistryKey xNewKey = xKey.createKey( "/" + impl_name + "/UNO/SERVICES" ); in writeRegistryServiceInfo() local
540 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx471 Reference< registry::XRegistryKey > xNewKey = in SpellChecker_writeInfo() local
476 xNewKey->createKey( aServices.getConstArray()[i] ); in SpellChecker_writeInfo()
/trunk/main/mysqlc/source/
H A Dmysqlc_services.cxx62 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/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSServices.cxx63 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/remotebridges/examples/
H A Dofficeclient.cxx289 Reference< XRegistryKey > xNewKey( in component_writeInfo() local
296 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/trunk/main/sal/test/unloading/
H A Dsamplelib1.cxx144 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 Dsamplelib2.cxx134 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()
/trunk/main/sax/test/sax/
H A Dtestsax.cxx806 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()
/trunk/main/sc/workben/
H A Daddin.cxx79 uno::Reference<registry::XRegistryKey> xNewKey( in component_writeInfo() local
85 xNewKey->createKey( pArray[i] ); in component_writeInfo()
/trunk/main/sdext/source/pdfimport/
H A Dservices.cxx140 Reference< XRegistryKey > xNewKey( xRootKey->createKey( sMainKeyName ) ); in component_writeInfo() local
141xNewKey->createKey( ::rtl::OUString::createFromAscii( pComponents->pAsciiServiceName ) ); in component_writeInfo()
/trunk/main/stoc/test/excomp/
H A Dexcomp1.cxx166 Reference< XRegistryKey > xNewKey( in component_writeInfo() local
174 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
H A Dexcomp2.cxx237 Reference< XRegistryKey > xNewKey( in component_writeInfo() local
245 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()

Completed in 100 milliseconds

12