Lines Matching refs:attributeValue
200 bool checkAttribute(OStringBuffer& attributeValue, sal_uInt16 attribute) in checkAttribute() argument
217 if (attributeValue.getLength() > 0) { in checkAttribute()
219 attributeValue.append("|"); in checkAttribute()
224 attributeValue.append("PropertyAttribute.MAYBEVOID"); in checkAttribute()
227 attributeValue.append("PropertyAttribute.BOUND"); in checkAttribute()
230 attributeValue.append("PropertyAttribute.CONSTRAINED"); in checkAttribute()
233 attributeValue.append("PropertyAttribute.TRANSIENT"); in checkAttribute()
236 attributeValue.append("PropertyAttribute.READONLY"); in checkAttribute()
239 attributeValue.append("PropertyAttribute.MAYBEAMBIGIOUS"); in checkAttribute()
242 attributeValue.append("PropertyAttribute.MAYBEDEFAULT"); in checkAttribute()
245 attributeValue.append("PropertyAttribute.REMOVEABLE"); in checkAttribute()
248 attributeValue.append("PropertyAttribute.OPTIONAL"); in checkAttribute()
254 attributeValue.insert(0, '('); in checkAttribute()
255 attributeValue.append(')'); in checkAttribute()
268 OStringBuffer attributeValue; in registerProperties() local
273 cast = checkAttribute(attributeValue, i->second.second); in registerProperties()
276 attributeValue.append('0'); in registerProperties()
285 o << attributeValue.makeStringAndClear() << ");\n"; in registerProperties()