Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/forms/
H A Dproperty_meta_data.cxx103 typedef ::std::map< PropertyGroup, PropertyDescriptionList > IndexedPropertyGroups; typedef
106 const IndexedPropertyGroups& lcl_getIndexedPropertyGroups() in lcl_getIndexedPropertyGroups()
109 static IndexedPropertyGroups s_indexedPropertyGroups; in lcl_getIndexedPropertyGroups()
215 const IndexedPropertyGroups& rPropertyGroups( lcl_getIndexedPropertyGroups() ); in getPropertyGroup()
216 const IndexedPropertyGroups::const_iterator pos = rPropertyGroups.find( i_propertyGroup ); in getPropertyGroup()
240 const IndexedPropertyGroups& rPropertyGroups = lcl_getIndexedPropertyGroups(); in getPropertyGroupList()
244 … const IndexedPropertyGroups::const_iterator groupPos = rPropertyGroups.find( propGroup ); in getPropertyGroupList()

Completed in 20 milliseconds