Home
last modified time | relevance | path

Searched refs:RegistrarPtr (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregister.cxx47 typedef std::auto_ptr<Registrar> RegistrarPtr; typedef
51RegistrarPtr CreateRegistrar(bool InstallForAllUser, const RegistrationContextInformation& RegCtx) in CreateRegistrar()
53 RegistrarPtr RegPtr; in CreateRegistrar()
56 RegPtr = RegistrarPtr(new Registrar(RegCtx)); in CreateRegistrar()
58 RegPtr = RegistrarPtr(new UserRegistrar(RegCtx)); in CreateRegistrar()
71 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in query_preselect_registration_for_ms_application()
98 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Register4MsDoc()
132 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Unregister4MsDoc()
194 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Unregister4MsDocAll()
214 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in RepairRegister4MsDocSettings()
[all …]

Completed in 15 milliseconds