Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/forms/
H A Dproperty_meta_data.cxx153 …typedef ::std::hash_multimap< AttributeDescription, PropertyGroup, AttributeHash > AttributeGroups; typedef
156 const AttributeGroups& lcl_getAttributeGroups() in lcl_getAttributeGroups()
159 static AttributeGroups s_attributeGroups; in lcl_getAttributeGroups()
166 … s_attributeGroups.insert( AttributeGroups::value_type( desc->attribute, desc->propertyGroup ) ); in lcl_getAttributeGroups()
224 const AttributeGroups& rAttributeGroups = lcl_getAttributeGroups(); in getPropertyGroupList()
226 ::std::pair< AttributeGroups::const_iterator, AttributeGroups::const_iterator > in getPropertyGroupList()
241 … for ( AttributeGroups::const_iterator group = range.first; group != range.second; ++group ) in getPropertyGroupList()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchemaBase.java54 AttributeGroups = new TypeContainer<>(); in SchemaBase()
79 else if (AttributeGroups.Contains(sTypeName)) in GetTypeForName()
80 return AttributeGroups.Get(sTypeName); in GetTypeForName()
118 public final TypeContainer<AttributeGroup> AttributeGroups; field in SchemaBase
H A DSchema.java51 AttributeGroups = aBase.AttributeGroups; in Schema()
105 public final TypeContainer<AttributeGroup> AttributeGroups; field in Schema
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java168 WriteComment(" %d Attribute Groups.", aSchema.AttributeGroups.GetCount()); in WriteAttributeGroups()
169 for (final Node aType : aSchema.AttributeGroups.GetSorted()) in WriteAttributeGroups()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttributeGroupReference.java76 return aSchemaBase.AttributeGroups.Get(maReferencedElement); in GetReferencedAttributeGroup()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DCopyVisitor.java74 maTargetSchemaBase.AttributeGroups.Add( in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java170 WriteTopLevelNodes(maSchemaBase.AttributeGroups.GetSorted()); in WriteJsonData()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java234 maSchemaBase.AttributeGroups.Add(ParseAttributeGroup()); in ProcessTopLevelStartElement()

Completed in 49 milliseconds