Lines Matching refs:IsSetMsiProp
284 bool IsSetMsiProp( MSIHANDLE handle, LPCSTR name ) in IsSetMsiProp() function
363 bool bRegisterNone = IsSetMsiProp( handle, "REGISTER_NO_MSO_TYPES" ); in LookForRegisteredExtensions()
401 if ( IsSetMsiProp( handle, "REGISTER_ALL_MSO_TYPES" ) ) in LookForRegisteredExtensions()
440 if ( IsSetMsiProp( handle, "SELECT_WORD" ) ) in RegisterSomeExtensions()
452 if ( IsSetMsiProp( handle, "SELECT_EXCEL" ) ) in RegisterSomeExtensions()
464 if ( IsSetMsiProp( handle, "SELECT_POWERPOINT" ) ) in RegisterSomeExtensions()
482 if ( IsSetMsiProp( handle, "FILETYPEDIALOGUSED" ) ) in FindRegisteredExtensions()
490 bool bRegisterAll = IsSetMsiProp( handle, "REGISTER_ALL_MSO_TYPES" ); in FindRegisteredExtensions()
492 if ( IsSetMsiProp( handle, "REGISTER_NO_MSO_TYPES" ) ) in FindRegisteredExtensions()
504 if ( IsSetMsiProp( handle, "SELECT_WORD" ) ) in FindRegisteredExtensions()
506 if ( IsSetMsiProp( handle, "SELECT_EXCEL" ) ) in FindRegisteredExtensions()
508 if ( IsSetMsiProp( handle, "SELECT_POWERPOINT" ) ) in FindRegisteredExtensions()