Lines Matching refs:pValue

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