Searched refs:IsRegisteredFor (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | reg4msdocmsi.cxx | 71 IsRegisteredFor(handle, MSWORD)) in InstallUiSequenceEntry() 86 IsRegisteredFor(handle, MSEXCEL)) in InstallUiSequenceEntry() 101 IsRegisteredFor(handle, MSPOWERPOINT)) in InstallUiSequenceEntry() 132 if (IsSetMsiProp(handle, TEXT("SELECT_WORD")) && !IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry() 134 else if (!IsSetMsiProp(handle, TEXT("SELECT_WORD")) && IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry() 137 if (IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && !IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry() 139 else if (!IsSetMsiProp(handle, TEXT("SELECT_EXCEL")) && IsRegisteredFor(handle, MSEXCEL)) in InstallExecSequenceEntry() 142 if (IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && !IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry() 144 …else if (!IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry()
|
H A D | registrar.cxx | 610 bool Registrar::IsRegisteredFor(int State) const in IsRegisteredFor() function in Registrar 635 if (IsRegisteredFor(MSWORD)) in RepairRegistrationState() 638 if (IsRegisteredFor(MSEXCEL)) in RepairRegistrationState() 641 if (IsRegisteredFor(MSPOWERPOINT)) in RepairRegistrationState() 647 if (IsRegisteredFor(HTML_EDITOR)) in RepairRegistrationState() 650 if (IsRegisteredFor(DEFAULT_SHELL_HTML_EDITOR)) in RepairRegistrationState() 659 if (IsRegisteredFor(MSWORD)) in UnregisterAllAndCleanUpRegistry() 662 if (IsRegisteredFor(MSEXCEL)) in UnregisterAllAndCleanUpRegistry() 665 if (IsRegisteredFor(MSPOWERPOINT)) in UnregisterAllAndCleanUpRegistry() 671 if (IsRegisteredFor(HTML_EDITOR)) in UnregisterAllAndCleanUpRegistry() [all …]
|
H A D | register.cxx | 134 if ((Unregister & MSWORD) && CurrentRegistrar->IsRegisteredFor(MSWORD)) in Unregister4MsDoc() 137 if ((Unregister & HTML_EDITOR) && CurrentRegistrar->IsRegisteredFor(HTML_EDITOR)) in Unregister4MsDoc() 140 if ((Unregister & MSEXCEL) && CurrentRegistrar->IsRegisteredFor(MSEXCEL)) in Unregister4MsDoc() 143 if ((Unregister & MSPOWERPOINT) && CurrentRegistrar->IsRegisteredFor(MSPOWERPOINT)) in Unregister4MsDoc() 146 …if ((Unregister & DEFAULT_HTML_EDITOR_FOR_IE) && CurrentRegistrar->IsRegisteredFor(DEFAULT_HTML_ED… in Unregister4MsDoc() 149 …if ((Unregister & DEFAULT_SHELL_HTML_EDITOR) && CurrentRegistrar->IsRegisteredFor(DEFAULT_SHELL_HT… in Unregister4MsDoc() 224 bool IsRegisteredFor(MSIHANDLE handle, int State) in IsRegisteredFor() function 233 Registered = CurrentRegistrar->IsRegisteredFor(State); in IsRegisteredFor()
|
H A D | register.hxx | 64 bool IsRegisteredFor(MSIHANDLE handle, int State);
|
H A D | registrar.hxx | 44 bool IsRegisteredFor(int State) const;
|
Completed in 19 milliseconds