Home | History | Annotate | Download | only in xfa

Lines Matching refs:pValue

15 void CJX_TextEdit::vScrollPolicy(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_TextEdit::use(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_TextEdit::allowRichText(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_TextEdit::multiLine(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_TextEdit::usehref(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute);
45 void CJX_TextEdit::hScrollPolicy(CFXJSE_Value* pValue,
48 Script_Attribute_String(pValue, bSetting, eAttribute);