Searched refs:RegContext (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | register.cxx | 70 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in query_preselect_registration_for_ms_application() local 71 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in query_preselect_registration_for_ms_application() 97 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in Register4MsDoc() local 98 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Register4MsDoc() 131 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in Unregister4MsDoc() local 132 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Unregister4MsDoc() 193 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in Unregister4MsDocAll() local 194 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Unregister4MsDocAll() 213 RegistrationContextInformation RegContext(handle, GetOfficeExecutablePath(handle)); in RepairRegister4MsDocSettings() local 214 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in RepairRegister4MsDocSettings() [all …]
|
H A D | userregistrar.cxx | 38 UserRegistrar::UserRegistrar(const RegistrationContextInformation& RegContext) : in UserRegistrar() argument 39 Registrar(RegContext) in UserRegistrar()
|
H A D | registrar.cxx | 78 Registrar::Registrar(const RegistrationContextInformation& RegContext) : in Registrar() argument 79 m_ContextInformation(RegContext), in Registrar()
|
H A D | userregistrar.hxx | 39 UserRegistrar(const RegistrationContextInformation& RegContext);
|
H A D | registrar.hxx | 40 Registrar(const RegistrationContextInformation& RegContext);
|
Completed in 24 milliseconds