Home
last modified time | relevance | path

Searched refs:wsNewValue (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.cpp1037 CFX_WideString wsNewValue(wsValue); in InsertItem() local
1038 if (wsNewValue.IsEmpty()) in InsertItem()
1039 wsNewValue = wsLabel; in InsertItem()
1059 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
1065 InsertListTextItem(pNode, wsNewValue, nIndex); in InsertItem()
1088 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
Dcxfa_node.cpp1994 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
[all …]