Lines Matching full:pvalue
81 void CJX_Subform::locale(CFXJSE_Value* pValue,
85 SetCData(XFA_Attribute::Locale, pValue->ToWideString(), true, true);
90 pValue->SetString(wsLocaleName.UTF8Encode().AsStringView());
93 void CJX_Subform::instanceIndex(CFXJSE_Value* pValue,
96 Script_Som_InstanceIndex(pValue, bSetting, eAttribute);
99 void CJX_Subform::allowMacro(CFXJSE_Value* pValue,
102 Script_Attribute_String(pValue, bSetting, eAttribute);
105 void CJX_Subform::anchorType(CFXJSE_Value* pValue,
108 Script_Attribute_String(pValue, bSetting, eAttribute);
111 void CJX_Subform::colSpan(CFXJSE_Value* pValue,
114 Script_Attribute_String(pValue, bSetting, eAttribute);
117 void CJX_Subform::columnWidths(CFXJSE_Value* pValue,
120 Script_Attribute_String(pValue, bSetting, eAttribute);
123 void CJX_Subform::h(CFXJSE_Value* pValue,
126 Script_Attribute_String(pValue, bSetting, eAttribute);
129 void CJX_Subform::hAlign(CFXJSE_Value* pValue,
132 Script_Attribute_String(pValue, bSetting, eAttribute);
135 void CJX_Subform::layout(CFXJSE_Value* pValue,
138 Script_Attribute_String(pValue, bSetting, eAttribute);
141 void CJX_Subform::maxH(CFXJSE_Value* pValue,
144 Script_Attribute_String(pValue, bSetting, eAttribute);
147 void CJX_Subform::maxW(CFXJSE_Value* pValue,
150 Script_Attribute_String(pValue, bSetting, eAttribute);
153 void CJX_Subform::minH(CFXJSE_Value* pValue,
156 Script_Attribute_String(pValue, bSetting, eAttribute);
159 void CJX_Subform::minW(CFXJSE_Value* pValue,
162 Script_Attribute_String(pValue, bSetting, eAttribute);
165 void CJX_Subform::presence(CFXJSE_Value* pValue,
168 Script_Attribute_String(pValue, bSetting, eAttribute);
171 void CJX_Subform::relevant(CFXJSE_Value* pValue,
174 Script_Attribute_String(pValue, bSetting, eAttribute);
177 void CJX_Subform::restoreState(CFXJSE_Value* pValue,
180 Script_Attribute_String(pValue, bSetting, eAttribute);
183 void CJX_Subform::scope(CFXJSE_Value* pValue,
186 Script_Attribute_String(pValue, bSetting, eAttribute);
189 void CJX_Subform::use(CFXJSE_Value* pValue,
192 Script_Attribute_String(pValue, bSetting, eAttribute);
195 void CJX_Subform::usehref(CFXJSE_Value* pValue,
198 Script_Attribute_String(pValue, bSetting, eAttribute);
201 void CJX_Subform::validationMessage(CFXJSE_Value* pValue,
204 Script_Som_ValidationMessage(pValue, bSetting, eAttribute);
207 void CJX_Subform::vAlign(CFXJSE_Value* pValue,
210 Script_Attribute_String(pValue, bSetting, eAttribute);
213 void CJX_Subform::w(CFXJSE_Value* pValue,
216 Script_Attribute_String(pValue, bSetting, eAttribute);
219 void CJX_Subform::x(CFXJSE_Value* pValue,
222 Script_Attribute_String(pValue, bSetting, eAttribute);
225 void CJX_Subform::y(CFXJSE_Value* pValue,
228 Script_Attribute_String(pValue, bSetting, eAttribute);