Home
last modified time | relevance | path

Searched refs:createKey (Results 26 – 50 of 77) sorted by relevance

1234

/aoo4110/main/mysqlc/source/
H A Dmysqlc_services.cxx62 Reference< XRegistryKey > xNewKey( xKey->createKey( aMainKeyName.makeStringAndClear() ) ); in REGISTER_PROVIDER()
66 xNewKey->createKey(Services[i]); in REGISTER_PROVIDER()
/aoo4110/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx111 xKey = xRoot->createKey( OUSTR("SINGLETONS") ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
130 xEntry = xKey->createKey( singleton ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo4110/main/stoc/test/excomp/
H A Dexcomp1.cxx167 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
174 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
H A Dexcomp2.cxx238 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
245 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/aoo4110/main/sdext/source/pdfimport/
H A Dservices.cxx140 Reference< XRegistryKey > xNewKey( xRootKey->createKey( sMainKeyName ) ); in component_writeInfo()
141 … xNewKey->createKey( ::rtl::OUString::createFromAscii( pComponents->pAsciiServiceName ) ); in component_writeInfo()
/aoo4110/main/toolkit/source/helper/
H A Dregisterservices.cxx71 Reference< XRegistryKey > xNewKey = _rxParentKey->createKey( sImplName ); in registerServices()
72 xNewKey->createKey( ::rtl::OUString::createFromAscii( _pAsciiServiceName ) ); in registerServices()
82 xComponentServicesKey->createKey( ::rtl::OUString::createFromAscii( _pAsciiServiceName2 ) ); in registerServices()
/aoo4110/main/registry/inc/registry/
H A Dregistry.hxx57 RegError (REGISTRY_CALLTYPE *createKey) (RegKeyHandle, rtl_uString*, RegKeyHandle*);
432 inline RegError createKey(const ::rtl::OUString& keyName,
844 inline RegError RegistryKey::createKey(const ::rtl::OUString& keyName, in createKey() function in RegistryKey
850 RegError ret = m_registry.m_pApi->createKey(m_hImpl, keyName.pData, &rNewKey.m_hImpl); in createKey()
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java105 XRegistryKey xNewKey = xKey.createKey( "/" + impl_name + "/UNO/SERVICES" ); in writeRegistryServiceInfo()
108 xNewKey.createKey( supported_services[ nPos ] ); in writeRegistryServiceInfo()
/aoo4110/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx646 Reference< XRegistryKey> xNewKey = xKey->createKey( aImpltwo ); in writeDBLoaderInfo2()
649 Reference< XRegistryKey > xLoaderKey = xKey->createKey( aImpltwo ); in writeDBLoaderInfo2()
650 xNewKey = xLoaderKey->createKey( ::rtl::OUString::createFromAscii("Pattern") ); in writeDBLoaderInfo2()
/aoo4110/main/stoc/test/
H A Dtestsmgr_cpnt.cxx424 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
431 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/aoo4110/main/remotebridges/examples/
H A Dofficeclient.cxx290 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
296 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/aoo4110/main/bridges/test/java_uno/equals/
H A Dtestequals.cxx202 createKey(aKeyName); in writeInfo()
211 xKey->createKey(rServiceNames[i]); in writeInfo()
/aoo4110/main/registry/tools/
H A Dchecksingleton.cxx188 if ( singletonKey.createKey(singletonName, entryKey) ) in checkSingletons()
306 if ( indexRoot.createKey(OUString::createFromAscii("SINGLETONS"), singletonKey) ) in main()
/aoo4110/main/registry/source/
H A Dregkey.cxx95 RegError REGISTRY_CALLTYPE createKey(RegKeyHandle hKey, in createKey() function
111 return pKey->createKey(keyName, phNewKey); in createKey()
734 return createKey(hKey, keyName, phNewKey); in reg_createKey()
/aoo4110/main/jurt/com/sun/star/comp/loader/
H A DJavaLoader.java465 XRegistryKey newKey = regKey.createKey("/" + JavaLoader.class.getName() + "/UNO/SERVICE"); in writeRegistryServiceInfo()
468 newKey.createKey(supportedServices[i]); in writeRegistryServiceInfo()
/aoo4110/main/testtools/source/performance/
H A Dubobject.cxx268 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
270 xNewKey->createKey( OUString( RTL_CONSTASCII_USTRINGPARAM(SERVICENAME) ) ); in component_writeInfo()
/aoo4110/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx347 createKey(keyName); in writeInfo()
355 key->createKey(serviceNames[i]); in writeInfo()
/aoo4110/main/linguistic/workben/
H A Dsspellimp.cxx472 pRegistryKey->createKey( aImpl ); in SpellChecker_writeInfo()
476 xNewKey->createKey( aServices.getConstArray()[i] ); in SpellChecker_writeInfo()
/aoo4110/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx644 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey( in component_writeInfo()
650 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/aoo4110/main/sc/workben/
H A Daddin.cxx80 reinterpret_cast<registry::XRegistryKey*>(pRegistryKey)->createKey(aImpl) ); in component_writeInfo()
85 xNewKey->createKey( pArray[i] ); in component_writeInfo()
/aoo4110/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx547 createKey(keyName); in writeInfo()
555 key->createKey(serviceNames[i]); in writeInfo()
/aoo4110/main/desktop/test/deployment/active/
H A DServices.java60 createKey( in __writeRegistryServiceInfo()
/aoo4110/main/chart2/workbench/addin/
H A Dsampleaddin.cxx59 reinterpret_cast<registry::XRegistryKey*>( pRegistryKey )->createKey( aImpl ) ); in component_writeInfo()
64 xNewKey->createKey( pArray[i] ); in component_writeInfo()
/aoo4110/main/extensions/source/oooimprovement/
H A Doooimprovement_exports.cxx56 reg_key->createKey(buf.makeStringAndClear()); in writeInfo()
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_environment.h42 inline static System::String* createKey(System::String* oid, System::Type* t);

Completed in 91 milliseconds

1234