Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx204 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 …]
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dmsihelper.cxx98 INSTALLSTATE current_state; in IsModuleInstalled() local
100 MsiGetFeatureState(handle, name, &current_state, &future_state); in IsModuleInstalled()
101 return (current_state == INSTALLSTATE_LOCAL); in IsModuleInstalled()
106 INSTALLSTATE current_state; in IsModuleSelectedForInstallation() local
108 MsiGetFeatureState(handle, name, &current_state, &future_state); in IsModuleSelectedForInstallation()
114 INSTALLSTATE current_state; in IsModuleSelectedForDeinstallation() local
116 MsiGetFeatureState(handle, name, &current_state, &future_state); in IsModuleSelectedForDeinstallation()
117 return ((current_state == INSTALLSTATE_LOCAL) && (future_state == INSTALLSTATE_ABSENT)); in IsModuleSelectedForDeinstallation()
/aoo42x/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx91 INSTALLSTATE current_state; in WriteRegistry() local
93 UINT ret = MsiGetComponentState( hMSI, componentName, &current_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()
/aoo42x/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx357 INSTALLSTATE current_state; in LookForRegisteredExtensions() local
365 …if ( ( ERROR_SUCCESS == MsiGetFeatureState( handle, L"gm_p_Wrt", &current_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", &current_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", &current_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()
/aoo42x/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx91 INSTALLSTATE current_state; in PatchActiveXControl() local
94 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_st… in PatchActiveXControl()
99 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in PatchActiveXControl()
/aoo42x/main/writerfilter/source/rtftok/
H A DFlexLexer.h96 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
H A DRTFScanner.skl285 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 45 milliseconds