Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java81 if (aAttributesPerState == null) in ParseData()
83 aAttributesPerState = new HashMap<>(); in ParseData()
84 maStateIdToAttributesMap.put(nStateId, aAttributesPerState); in ParseData()
96 aAttributesPerState.put( in ParseData()
100 aAttributesPerState.put( in ParseData()
119 if (aAttributesPerState == null) in ParseAttributes()
144 aAttributesPerState); in ParseAttributes()
184 for (final AttributeDescriptor aAttribute : aAttributesPerState.values()) in ParseAttributes()
215 final Map<Integer,AttributeDescriptor> aAttributesPerState) in ProcessAttribute() argument
222 aAttributeDescriptor = aAttributesPerState.get(nAttributeNameId); in ProcessAttribute()
[all …]

Completed in 13 milliseconds