Home
last modified time | relevance | path

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

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