Home
last modified time | relevance | path

Searched defs:AttributeAssignment (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/xmloff/source/forms/
H A Dformattributes.hxx242 struct AttributeAssignment struct in xmloff::OAttribute2Property
250 const SvXMLEnumMapEntry* pEnumMap; // the enum map, if appliable
251 …mantics; // for booleanss: attribute and property value have the same or an inverse semantics?
253 AttributeAssignment() : pEnumMap(NULL), bInverseSemantics(sal_False) { } in AttributeAssignment() function