Home
last modified time | relevance | path

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

/aoo41x/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()

Completed in 15 milliseconds