Lines Matching refs:pValue

110 void CJX_ExclGroup::defaultValue(CFXJSE_Value* pValue,  in defaultValue()  argument
118 pWidgetAcc->SetSelectedMemberByValue(pValue->ToWideString().AsStringView(), in defaultValue()
126 pValue->SetNull(); in defaultValue()
129 pValue->SetString(wsValue.UTF8Encode().AsStringView()); in defaultValue()
132 void CJX_ExclGroup::rawValue(CFXJSE_Value* pValue, in rawValue() argument
135 defaultValue(pValue, bSetting, eAttribute); in rawValue()
138 void CJX_ExclGroup::transient(CFXJSE_Value* pValue, in transient() argument
142 void CJX_ExclGroup::access(CFXJSE_Value* pValue, in access() argument
145 Script_Attribute_String(pValue, bSetting, eAttribute); in access()
148 void CJX_ExclGroup::accessKey(CFXJSE_Value* pValue, in accessKey() argument
151 Script_Attribute_String(pValue, bSetting, eAttribute); in accessKey()
154 void CJX_ExclGroup::anchorType(CFXJSE_Value* pValue, in anchorType() argument
157 Script_Attribute_String(pValue, bSetting, eAttribute); in anchorType()
160 void CJX_ExclGroup::borderColor(CFXJSE_Value* pValue, in borderColor() argument
163 Script_Som_BorderColor(pValue, bSetting, eAttribute); in borderColor()
166 void CJX_ExclGroup::borderWidth(CFXJSE_Value* pValue, in borderWidth() argument
169 Script_Som_BorderWidth(pValue, bSetting, eAttribute); in borderWidth()
172 void CJX_ExclGroup::colSpan(CFXJSE_Value* pValue, in colSpan() argument
175 Script_Attribute_String(pValue, bSetting, eAttribute); in colSpan()
178 void CJX_ExclGroup::fillColor(CFXJSE_Value* pValue, in fillColor() argument
181 Script_Som_FillColor(pValue, bSetting, eAttribute); in fillColor()
184 void CJX_ExclGroup::h(CFXJSE_Value* pValue, in h() argument
187 Script_Attribute_String(pValue, bSetting, eAttribute); in h()
190 void CJX_ExclGroup::hAlign(CFXJSE_Value* pValue, in hAlign() argument
193 Script_Attribute_String(pValue, bSetting, eAttribute); in hAlign()
196 void CJX_ExclGroup::layout(CFXJSE_Value* pValue, in layout() argument
199 Script_Attribute_String(pValue, bSetting, eAttribute); in layout()
202 void CJX_ExclGroup::mandatory(CFXJSE_Value* pValue, in mandatory() argument
205 Script_Som_Mandatory(pValue, bSetting, eAttribute); in mandatory()
208 void CJX_ExclGroup::mandatoryMessage(CFXJSE_Value* pValue, in mandatoryMessage() argument
211 Script_Som_MandatoryMessage(pValue, bSetting, eAttribute); in mandatoryMessage()
214 void CJX_ExclGroup::maxH(CFXJSE_Value* pValue, in maxH() argument
217 Script_Attribute_String(pValue, bSetting, eAttribute); in maxH()
220 void CJX_ExclGroup::maxW(CFXJSE_Value* pValue, in maxW() argument
223 Script_Attribute_String(pValue, bSetting, eAttribute); in maxW()
226 void CJX_ExclGroup::minH(CFXJSE_Value* pValue, in minH() argument
229 Script_Attribute_String(pValue, bSetting, eAttribute); in minH()
232 void CJX_ExclGroup::minW(CFXJSE_Value* pValue, in minW() argument
235 Script_Attribute_String(pValue, bSetting, eAttribute); in minW()
238 void CJX_ExclGroup::presence(CFXJSE_Value* pValue, in presence() argument
241 Script_Attribute_String(pValue, bSetting, eAttribute); in presence()
244 void CJX_ExclGroup::relevant(CFXJSE_Value* pValue, in relevant() argument
247 Script_Attribute_String(pValue, bSetting, eAttribute); in relevant()
250 void CJX_ExclGroup::use(CFXJSE_Value* pValue, in use() argument
253 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
256 void CJX_ExclGroup::usehref(CFXJSE_Value* pValue, in usehref() argument
259 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
262 void CJX_ExclGroup::validationMessage(CFXJSE_Value* pValue, in validationMessage() argument
265 Script_Som_ValidationMessage(pValue, bSetting, eAttribute); in validationMessage()
268 void CJX_ExclGroup::vAlign(CFXJSE_Value* pValue, in vAlign() argument
271 Script_Attribute_String(pValue, bSetting, eAttribute); in vAlign()
274 void CJX_ExclGroup::w(CFXJSE_Value* pValue, in w() argument
277 Script_Attribute_String(pValue, bSetting, eAttribute); in w()
280 void CJX_ExclGroup::x(CFXJSE_Value* pValue, in x() argument
283 Script_Attribute_String(pValue, bSetting, eAttribute); in x()
286 void CJX_ExclGroup::y(CFXJSE_Value* pValue, in y() argument
289 Script_Attribute_String(pValue, bSetting, eAttribute); in y()