Lines Matching refs:wsNewValue
1994 CFX_WideString wsNewValue; in Script_Som_DefaultValue() local
1996 wsNewValue = pValue->ToWideString(); in Script_Som_DefaultValue()
1998 CFX_WideString wsFormatValue(wsNewValue); in Script_Som_DefaultValue()
2023 pContainerWidgetData->GetFormatDataValue(wsNewValue, wsFormatValue); in Script_Som_DefaultValue()
2025 SetScriptContent(wsNewValue, wsFormatValue, true, true); in Script_Som_DefaultValue()
2067 CFX_WideString wsNewValue(iValue == 0 ? L"0" : L"1"); in Script_Boolean_Value() local
2068 CFX_WideString wsFormatValue(wsNewValue); in Script_Boolean_Value()
2071 pContainerWidgetData->GetFormatDataValue(wsNewValue, wsFormatValue); in Script_Boolean_Value()
2073 SetScriptContent(wsNewValue, wsFormatValue, true, true); in Script_Boolean_Value()
2194 CFX_WideString wsNewValue = pValue->ToWideString(); in Script_Draw_DefaultValue() local
2195 CFX_WideString wsFormatValue(wsNewValue); in Script_Draw_DefaultValue()
2196 SetScriptContent(wsNewValue, wsFormatValue, true, true); in Script_Draw_DefaultValue()