Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttributeBase.java79 public Use GetUse () in GetUse() method in AttributeBase
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java496 WritePair("use", aNode.GetUse().toString()); in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java317 aAttribute.GetUse()==Use.Optional ? 'o' : 'u', in WriteAttributes()