Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dreg4msdocmsi.cxx45 if (query_preselect_registration_for_ms_application(handle, MSWORD)) in DetermineWordPreselectionState()
71 IsRegisteredFor(handle, MSWORD)) in InstallUiSequenceEntry()
132 if (IsSetMsiProp(handle, TEXT("SELECT_WORD")) && !IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry()
133 reg4 |= MSWORD; in InstallExecSequenceEntry()
134 else if (!IsSetMsiProp(handle, TEXT("SELECT_WORD")) && IsRegisteredFor(handle, MSWORD)) in InstallExecSequenceEntry()
135 unreg4 |= MSWORD; in InstallExecSequenceEntry()
171 Unregister4MsDoc(handle, MSWORD | HTML_EDITOR); in DeinstallExecSequenceEntry()
H A Dregister.cxx73 if (Register & MSWORD) in query_preselect_registration_for_ms_application()
100 if ((Register & MSWORD)) in Register4MsDoc()
134 if ((Unregister & MSWORD) && CurrentRegistrar->IsRegisteredFor(MSWORD)) in Unregister4MsDoc()
H A Dregistrar.cxx58 const int MSWORD = 0x1; variable
121 SaveRegisteredFor(MSWORD); in RegisterForMsWord()
152 SaveNotRegisteredFor(MSWORD); in UnregisterForMsWord()
635 if (IsRegisteredFor(MSWORD)) in RepairRegistrationState()
659 if (IsRegisteredFor(MSWORD)) in UnregisterAllAndCleanUpRegistry()
H A Dconstants.hxx27 extern const int MSWORD;

Completed in 28 milliseconds