Lines Matching refs:Res_value
98 Res_value value; in GetXmlStyleBag()
104 if (value.dataType == Res_value::TYPE_ATTRIBUTE) { in GetXmlStyleBag()
112 if (value.dataType == Res_value::TYPE_REFERENCE) { in GetXmlStyleBag()
155 value.type = Res_value::TYPE_ATTRIBUTE; in ResolveAttrs()
167 if (value.type != Res_value::TYPE_NULL) { in ResolveAttrs()
174 } else if (value.data != Res_value::DATA_NULL_EMPTY) { in ResolveAttrs()
189 if (value.type == Res_value::TYPE_REFERENCE && value.data == 0) { in ResolveAttrs()
191 value.type = Res_value::TYPE_NULL; in ResolveAttrs()
192 value.data = Res_value::DATA_NULL_UNDEFINED; in ResolveAttrs()
207 (value.type != Res_value::TYPE_NULL || value.data == Res_value::DATA_NULL_EMPTY)) { in ResolveAttrs()
267 Res_value attribute_value{}; in ApplyStyle()
275 if (value.type == Res_value::TYPE_NULL && value.data != Res_value::DATA_NULL_EMPTY) { in ApplyStyle()
287 if (value.type == Res_value::TYPE_NULL && value.data != Res_value::DATA_NULL_EMPTY) { in ApplyStyle()
299 if (value.type != Res_value::TYPE_NULL) { in ApplyStyle()
306 } else if (value.data != Res_value::DATA_NULL_EMPTY) { in ApplyStyle()
322 if (value.type == Res_value::TYPE_REFERENCE && value.data == 0U) { in ApplyStyle()
324 value.type = Res_value::TYPE_NULL; in ApplyStyle()
325 value.data = Res_value::DATA_NULL_UNDEFINED; in ApplyStyle()
340 if (value.type != Res_value::TYPE_NULL || value.data == Res_value::DATA_NULL_EMPTY) { in ApplyStyle()
379 Res_value attribute_value{}; in RetrieveAttributes()
386 if (value.type != Res_value::TYPE_NULL) { in RetrieveAttributes()
395 if (value.type == Res_value::TYPE_REFERENCE && value.data == 0U) { in RetrieveAttributes()
396 value.type = Res_value::TYPE_NULL; in RetrieveAttributes()
397 value.data = Res_value::DATA_NULL_UNDEFINED; in RetrieveAttributes()
410 (value.type != Res_value::TYPE_NULL || in RetrieveAttributes()
411 value.data == Res_value::DATA_NULL_EMPTY)) { in RetrieveAttributes()