Home
last modified time | relevance | path

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

/AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregister.cxx71 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in query_preselect_registration_for_ms_application() local
74 preselect = CurrentRegistrar->QueryPreselectMsWordRegistration(); in query_preselect_registration_for_ms_application()
76 preselect = CurrentRegistrar->QueryPreselectMsExcelRegistration(); in query_preselect_registration_for_ms_application()
78 preselect = CurrentRegistrar->QueryPreselectMsPowerPointRegistration(); in query_preselect_registration_for_ms_application()
98 RegistrarPtr CurrentRegistrar = CreateRegistrar(IsAllUserInstallation(handle), RegContext); in Register4MsDoc() local
101 CurrentRegistrar->RegisterForMsWord(); in Register4MsDoc()
104 CurrentRegistrar->RegisterForMsExcel(); in Register4MsDoc()
107 CurrentRegistrar->RegisterForMsPowerPoint(); in Register4MsDoc()
110 CurrentRegistrar->RegisterAsHtmlEditorForInternetExplorer(); in Register4MsDoc()
114 CurrentRegistrar->RegisterAsDefaultHtmlEditorForInternetExplorer(); in Register4MsDoc()
[all …]