Home
last modified time | relevance | path

Searched refs:attributeValue (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/unodevtools/source/skeletonmaker/
H A Djavacompskeleton.cxx200 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()
[all …]
/AOO41X/main/xmloff/source/forms/
H A Delementexport.cxx499 ::rtl::OUString attributeValue; in exportGenericHandlerAttributes()
512 attributeValue = handler->getAttributeValue( propValue ); in exportGenericHandlerAttributes()
536 attributeValue = handler->getAttributeValue( aValues ); in exportGenericHandlerAttributes()
542 attributeValue in exportGenericHandlerAttributes()