Searched refs:sUse (Results 1 – 4 of 4) sorted by relevance
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/ |
H A D | AttributeBase.java | 44 final String sUse, in AttributeBase() argument 52 switch(sUse) in AttributeBase() 61 …ow new RuntimeException("value of 'use' attribute is neither 'optional' nor 'required' but "+sUse); in AttributeBase()
|
H A D | Attribute.java | 38 final String sUse, in Attribute() argument 44 super(aName, sUse, sDefault, sFixed, eFormDefault, aLocation); in Attribute()
|
H A D | AttributeReference.java | 39 final String sUse, in AttributeReference() argument 45 super(aReferencedName, sUse, sDefault, sFixed, eFormDefault, aLocation); in AttributeReference()
|
/trunk/main/sal/osl/w32/ |
H A D | security.c | 929 SID_NAME_USE sUse; in getUserNameImpl() local 933 DomainName, &nDomainName, &sUse)) in getUserNameImpl()
|
Completed in 20 milliseconds