Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dreg4msdocmsi.cxx51 if (query_preselect_registration_for_ms_application(handle, MSEXCEL)) in DetermineExcelPreselectionState()
86 IsRegisteredFor(handle, MSEXCEL)) in InstallUiSequenceEntry()
137 if (IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && !IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry()
138 reg4 |= MSEXCEL; in InstallExecSequenceEntry()
139 else if (!IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry()
140 unreg4 |= MSEXCEL; in InstallExecSequenceEntry()
176 Unregister4MsDoc(handle, MSEXCEL); in DeinstallExecSequenceEntry()
H A Dregister.cxx75 else if (Register & MSEXCEL) in query_preselect_registration_for_ms_application()
103 if ((Register & MSEXCEL)) in Register4MsDoc()
140 if ((Unregister & MSEXCEL) && CurrentRegistrar->IsRegisteredFor(MSEXCEL)) in Unregister4MsDoc()
H A Dregistrar.cxx59 const int MSEXCEL = 0x2; variable
224 SaveRegisteredFor(MSEXCEL); in RegisterForMsExcel()
247 SaveNotRegisteredFor(MSEXCEL); in UnregisterForMsExcel()
638 if (IsRegisteredFor(MSEXCEL)) in RepairRegistrationState()
662 if (IsRegisteredFor(MSEXCEL)) in UnregisterAllAndCleanUpRegistry()
H A Dconstants.hxx28 extern const int MSEXCEL;

Completed in 12 milliseconds