Searched refs:wsNewValue (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_object_imp.cpp | 1669 CFX_WideString wsNewValue = in Script_Som_DefaultValue() local 1671 CFX_WideString wsFormatValue(wsNewValue); in Script_Som_DefaultValue() 1696 pContainerWidgetData->GetFormatDataValue(wsNewValue, wsFormatValue); in Script_Som_DefaultValue() 1698 SetScriptContent(wsNewValue, wsFormatValue, TRUE, TRUE); in Script_Som_DefaultValue() 1739 CFX_WideString wsNewValue = (iValue == 0) ? FX_WSTRC(L"0") : FX_WSTRC(L"1"); in Script_Boolean_Value() local 1740 CFX_WideString wsFormatValue(wsNewValue); in Script_Boolean_Value() 1743 pContainerWidgetData->GetFormatDataValue(wsNewValue, wsFormatValue); in Script_Boolean_Value() 1745 SetScriptContent(wsNewValue, wsFormatValue, TRUE, TRUE); in Script_Boolean_Value() 1953 CFX_WideString wsNewValue = in Script_Draw_DefaultValue() local 1955 CFX_WideString wsFormatValue(wsNewValue); in Script_Draw_DefaultValue() [all …]
|
D | xfa_objectacc_imp.cpp | 2351 CFX_WideString wsNewValue(wsValue); in InsertItem() local 2352 if (wsNewValue.IsEmpty()) { in InsertItem() 2353 wsNewValue = wsLabel; in InsertItem() 2373 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem() 2379 InsertListTextItem(pNode, wsNewValue, nIndex); in InsertItem() 2403 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
|