Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp37 WideString wsNewValue(iValue == 0 ? L"0" : L"1"); in defaultValue() local
38 WideString wsFormatValue(wsNewValue); in defaultValue()
42 wsFormatValue = pContainerWidgetAcc->GetFormatDataValue(wsNewValue); in defaultValue()
44 SetContent(wsNewValue, wsFormatValue, true, true, true); in defaultValue()
Dcjx_draw.cpp127 WideString wsNewValue = pValue->ToWideString(); in defaultValue() local
128 SetContent(wsNewValue, wsNewValue, true, true, true); in defaultValue()
Dcjx_object.cpp1513 WideString wsNewValue; in Script_Som_DefaultValue() local
1515 wsNewValue = pValue->ToWideString(); in Script_Som_DefaultValue()
1517 WideString wsFormatValue(wsNewValue); in Script_Som_DefaultValue()
1541 wsFormatValue = pContainerWidgetAcc->GetFormatDataValue(wsNewValue); in Script_Som_DefaultValue()
1543 SetContent(wsNewValue, wsFormatValue, true, true, true); in Script_Som_DefaultValue()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2079 WideString wsNewValue(wsValue); in InsertItem() local
2080 if (wsNewValue.IsEmpty()) in InsertItem()
2081 wsNewValue = wsLabel; in InsertItem()
2096 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
2102 InsertListTextItem(pNode, wsNewValue, nIndex); in InsertItem()
2126 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()