Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp33 WideString wsNewValue(iValue == 0 ? L"0" : L"1"); in defaultValue() local
34 WideString wsFormatValue(wsNewValue); in defaultValue()
37 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in defaultValue()
39 SetContent(wsNewValue, wsFormatValue, true, true, true); in defaultValue()
Dcjx_draw.cpp46 WideString wsNewValue = pValue->ToWideString(); in defaultValue() local
47 SetContent(wsNewValue, wsNewValue, true, true, true); in defaultValue()
Dcjx_object.cpp1367 WideString wsNewValue; in ScriptSomDefaultValue() local
1370 wsNewValue = pValue->ToWideString(); in ScriptSomDefaultValue()
1373 WideString wsFormatValue(wsNewValue); in ScriptSomDefaultValue()
1397 wsFormatValue = pContainerNode->GetFormatDataValue(wsNewValue); in ScriptSomDefaultValue()
1399 SetContent(wsNewValue, wsFormatValue, true, true, true); in ScriptSomDefaultValue()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4388 WideString wsNewValue(wsValue); in InsertItem() local
4389 if (wsNewValue.IsEmpty()) in InsertItem()
4390 wsNewValue = wsLabel; in InsertItem()
4405 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()
4411 InsertListTextItem(pNode, wsNewValue, nIndex); in InsertItem()
4435 InsertListTextItem(pSaveItems, wsNewValue, nIndex); in InsertItem()