Searched defs:AttributeAssignment (Results 1 – 1 of 1) sorted by relevance
242 struct AttributeAssignment struct in xmloff::OAttribute2Property250 const SvXMLEnumMapEntry* pEnumMap; // the enum map, if applicable251 …emantics; // for booleans: attribute and property value have the same or an inverse semantics?253 AttributeAssignment() : pEnumMap(NULL), bInverseSemantics(sal_False) { } in AttributeAssignment() argument