Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttributeBase.java64 msFixed = sFixed; in AttributeBase()
103 if (msFixed != null) in toString()
104 sText += ", fixed to "+msFixed; in toString()
115 private final String msFixed; field in AttributeBase