Searched refs:current_state (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 204 INSTALLSTATE current_state; in GetDelta() local 210 WarningMessageInt( L"writer current_state = ", current_state ); in GetDelta() 215 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta() 232 WarningMessageInt( L"calc current_state = ", current_state ); in GetDelta() 237 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta() 254 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta() 271 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta() 288 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta() 343 INSTALLSTATE current_state; in InstallActiveXControl() local 372 if ( current_state == INSTALLSTATE_LOCAL && nDeinstallMode ) in InstallActiveXControl() [all …]
|
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | msihelper.cxx | 96 INSTALLSTATE current_state; in IsModuleInstalled() local 98 MsiGetFeatureState(handle, name, ¤t_state, &future_state); in IsModuleInstalled() 99 return (current_state == INSTALLSTATE_LOCAL); in IsModuleInstalled() 104 INSTALLSTATE current_state; in IsModuleSelectedForInstallation() local 106 MsiGetFeatureState(handle, name, ¤t_state, &future_state); in IsModuleSelectedForInstallation() 112 INSTALLSTATE current_state; in IsModuleSelectedForDeinstallation() local 114 MsiGetFeatureState(handle, name, ¤t_state, &future_state); in IsModuleSelectedForDeinstallation() 115 return ((current_state == INSTALLSTATE_LOCAL) && (future_state == INSTALLSTATE_ABSENT)); in IsModuleSelectedForDeinstallation()
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 91 INSTALLSTATE current_state; in WriteRegistry() local 93 UINT ret = MsiGetComponentState( hMSI, componentName, ¤t_state, &comp_state ); in WriteRegistry() 96 if (current_state == INSTALLSTATE_ABSENT) in WriteRegistry() 98 else if (current_state == INSTALLSTATE_DEFAULT) in WriteRegistry() 100 else if (current_state == INSTALLSTATE_LOCAL) in WriteRegistry() 102 else if (current_state == INSTALLSTATE_REMOVED) in WriteRegistry() 104 else if (current_state == INSTALLSTATE_SOURCE) in WriteRegistry() 106 else if (current_state == INSTALLSTATE_UNKNOWN) in WriteRegistry() 125 …if ( comp_state == INSTALLSTATE_LOCAL || ( current_state == INSTALLSTATE_LOCAL && comp_state == IN… in WriteRegistry() 132 …if ( current_state == INSTALLSTATE_LOCAL && (comp_state == INSTALLSTATE_ABSENT || comp_state == IN… in WriteRegistry()
|
/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 357 INSTALLSTATE current_state; in LookForRegisteredExtensions() local 365 …if ( ( ERROR_SUCCESS == MsiGetFeatureState( handle, L"gm_p_Wrt", ¤t_state, &future_state ) )… in LookForRegisteredExtensions() 366 …( (future_state == INSTALLSTATE_LOCAL) || ((current_state == INSTALLSTATE_LOCAL) && (future_state … in LookForRegisteredExtensions() 369 …ForRegisteredExtensions: Install state Writer is [%d], will be [%d]", current_state, future_state … in LookForRegisteredExtensions() 375 …if ( ( ERROR_SUCCESS == MsiGetFeatureState( handle, L"gm_p_Calc", ¤t_state, &future_state ) … in LookForRegisteredExtensions() 376 …( (future_state == INSTALLSTATE_LOCAL) || ((current_state == INSTALLSTATE_LOCAL) && (future_state … in LookForRegisteredExtensions() 379 …okForRegisteredExtensions: Install state Calc is [%d], will be [%d]", current_state, future_state … in LookForRegisteredExtensions() 385 …if ( ( ERROR_SUCCESS == MsiGetFeatureState( handle, L"gm_p_Impress", ¤t_state, &future_state… in LookForRegisteredExtensions() 386 …( (future_state == INSTALLSTATE_LOCAL) || ((current_state == INSTALLSTATE_LOCAL) && (future_state … in LookForRegisteredExtensions() 389 …orRegisteredExtensions: Install state Impress is [%d], will be [%d]", current_state, future_state … in LookForRegisteredExtensions()
|
/aoo4110/main/setup_native/source/win32/customactions/regpatchactivex/ |
H A D | regpatchactivex.cxx | 91 INSTALLSTATE current_state; in PatchActiveXControl() local 94 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", ¤t_state, &future_st… in PatchActiveXControl() 99 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in PatchActiveXControl()
|
/aoo4110/main/writerfilter/source/rtftok/ |
H A D | FlexLexer.h | 96 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
|
H A D | RTFScanner.skl | 285 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state )); 900 * next_state = yy_try_NUL_trans( current_state );
|
Completed in 31 milliseconds