Searched refs:MSPOWERPOINT (Results 1 – 4 of 4) sorted by relevance
57 if (query_preselect_registration_for_ms_application(handle, MSPOWERPOINT)) in DeterminePowerPointPreselectionState()101 IsRegisteredFor(handle, MSPOWERPOINT)) in InstallUiSequenceEntry()142 if (IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && !IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry()143 reg4 |= MSPOWERPOINT; in InstallExecSequenceEntry()144 …else if (!IsSetMsiProp(handle, TEXT("SELECT_POWERPOINT")) && IsRegisteredFor(handle, MSPOWERPOINT)) in InstallExecSequenceEntry()145 unreg4 |= MSPOWERPOINT; in InstallExecSequenceEntry()181 Unregister4MsDoc(handle, MSPOWERPOINT); in DeinstallExecSequenceEntry()
77 else if (Register & MSPOWERPOINT) in query_preselect_registration_for_ms_application()106 if ((Register & MSPOWERPOINT)) in Register4MsDoc()143 if ((Unregister & MSPOWERPOINT) && CurrentRegistrar->IsRegisteredFor(MSPOWERPOINT)) in Unregister4MsDoc()
60 const int MSPOWERPOINT = 0x4; variable284 SaveRegisteredFor(MSPOWERPOINT); in RegisterForMsPowerPoint()315 SaveNotRegisteredFor(MSPOWERPOINT); in UnregisterForMsPowerPoint()641 if (IsRegisteredFor(MSPOWERPOINT)) in RepairRegistrationState()665 if (IsRegisteredFor(MSPOWERPOINT)) in UnregisterAllAndCleanUpRegistry()
29 extern const int MSPOWERPOINT;
Completed in 19 milliseconds