Home
last modified time | relevance | path

Searched refs:wsFormatValue (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1998 CFX_WideString wsFormatValue(wsNewValue); in Script_Som_DefaultValue() local
2023 pContainerWidgetData->GetFormatDataValue(wsNewValue, wsFormatValue); in Script_Som_DefaultValue()
2025 SetScriptContent(wsNewValue, wsFormatValue, true, true); in Script_Som_DefaultValue()
2068 CFX_WideString wsFormatValue(wsNewValue); in Script_Boolean_Value() local
2071 pContainerWidgetData->GetFormatDataValue(wsNewValue, wsFormatValue); in Script_Boolean_Value()
2073 SetScriptContent(wsNewValue, wsFormatValue, true, true); in Script_Boolean_Value()
2195 CFX_WideString wsFormatValue(wsNewValue); in Script_Draw_DefaultValue() local
2196 SetScriptContent(wsNewValue, wsFormatValue, true, true); in Script_Draw_DefaultValue()
5093 CFX_WideString wsFormatValue(wsValue); in MoveBufferMapData() local
5096 pWidgetData->GetFormatDataValue(wsValue, wsFormatValue); in MoveBufferMapData()
[all …]
Dcxfa_widgetdata.cpp1888 CFX_WideString wsFormatValue(wsValue); in SyncValue() local
1891 pContainerWidgetData->GetFormatDataValue(wsValue, wsFormatValue); in SyncValue()
1893 m_pNode->SetContent(wsValue, wsFormatValue, bNotify); in SyncValue()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp266 CFX_WideString wsFormatValue(wsData); in SetImageEdit() local
267 GetFormatDataValue(wsData, wsFormatValue); in SetImageEdit()
268 m_pNode->SetContent(wsData, wsFormatValue, true); in SetImageEdit()