Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_field.cpp249 WideString wsNewText; in defaultValue() local
251 wsNewText = pValue->ToWideString(); in defaultValue()
255 wsNewText = pWidgetAcc->NumericLimit( in defaultValue()
256 wsNewText, pWidgetAcc->GetLeadDigits(), pWidgetAcc->GetFracDigits()); in defaultValue()
260 WideString wsFormatText(wsNewText); in defaultValue()
262 wsFormatText = pContainerWidgetAcc->GetFormatDataValue(wsNewText); in defaultValue()
264 SetContent(wsNewText, wsFormatText, true, true, true); in defaultValue()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2360 WideString wsNewText(wsValue); in SetValue() local
2376 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
2378 wsNewText = widgetValue.GetValue(); in SetValue()
2380 wsNewText = NumericLimit(wsNewText, GetLeadDigits(), GetFracDigits()); in SetValue()
2386 if (wsNewText != L"0") in SetValue()
2387 wsNewText = NumericLimit(wsNewText, GetLeadDigits(), GetFracDigits()); in SetValue()
2394 m_pNode->SyncValue(wsNewText, true); in SetValue()