Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java146 final Object aProcessedValue = maSimpleTypeManager.PreprocessValue( in ParseAttributes() local
149 if (aProcessedValue == null) in ParseAttributes()
162 aProcessedValue); in ParseAttributes()
178 aProcessedValue, in ParseAttributes()
H A DAttributeValues.java44 final Object aProcessedValue) in AddAttribute() argument
51 aProcessedValue); in AddAttribute() local
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DSimpleTypeManager.java99 final Object aProcessedValue = aParser.Parse( in PreprocessValue() local
102 if (aProcessedValue != null) in PreprocessValue()
103 return aProcessedValue; in PreprocessValue()

Completed in 18 milliseconds