• Home
  • Raw
  • Download

Lines Matching refs:bNotify

219                               bool bNotify) {  in SetAttribute()  argument
225 bNotify); in SetAttribute()
229 SetCData(eAttr, WideString(wsValue), bNotify, false); in SetAttribute()
232 SetBoolean(eAttr, !wsValue.EqualsASCII("0"), bNotify); in SetAttribute()
238 bNotify); in SetAttribute()
241 SetMeasure(eAttr, CXFA_Measurement(wsValue), bNotify); in SetAttribute()
255 bool bNotify) { in SetAttribute() argument
258 SetAttribute(attr.value().attribute, wsValue, bNotify); in SetAttribute()
334 void CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { in SetBoolean() argument
335 CFX_XMLElement* elem = SetValue(eAttr, (void*)(uintptr_t)bValue, bNotify); in SetBoolean()
346 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger() argument
347 CFX_XMLElement* elem = SetValue(eAttr, (void*)(uintptr_t)iValue, bNotify); in SetInteger()
384 bool bNotify) { in SetEnum() argument
385 CFX_XMLElement* elem = SetValue(eAttr, (void*)(uintptr_t)eValue, bNotify); in SetEnum()
398 bool bNotify) { in SetMeasure() argument
400 OnChanging(eAttr, bNotify); in SetMeasure()
402 OnChanged(eAttr, bNotify, false); in SetMeasure()
441 bool bNotify, in SetCData() argument
445 OnChanging(eAttr, bNotify); in SetCData()
454 OnChanged(eAttr, bNotify, bScriptModify); in SetCData()
483 bool bNotify, in SetAttributeValue() argument
489 OnChanging(XFA_Attribute::Value, bNotify); in SetAttributeValue()
493 OnChanged(XFA_Attribute::Value, bNotify, bScriptModify); in SetAttributeValue()
526 bool bNotify) { in SetValue() argument
528 OnChanging(eAttr, bNotify); in SetValue()
530 OnChanged(eAttr, bNotify, false); in SetValue()
539 bool bNotify, in SetContent() argument
555 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
597 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
614 pChildValue->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
619 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
623 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
656 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData); in SetContent()
676 pBindNode->JSObject()->SetContent(wsContent, wsXMLValue, bNotify, in SetContent()
693 SetAttributeValue(wsContent, wsXMLValue, bNotify, bScriptModify); in SetContent()
696 pArrayNode->JSObject()->SetContent(wsContent, wsContent, bNotify, in SetContent()
1052 void CJX_Object::OnChanging(XFA_Attribute eAttr, bool bNotify) { in OnChanging() argument
1053 if (!bNotify || !ToNode(GetXFAObject())->IsInitialized()) in OnChanging()
1062 bool bNotify, in OnChanged() argument
1064 if (bNotify && ToNode(GetXFAObject())->IsInitialized()) in OnChanged()