Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/form/
H A Ddataaccessdescriptor.cxx65 typedef ::std::map< ::rtl::OUString, PropertyMapEntry* > MapString2PropertyEntry; typedef in svx::ODADescriptorImpl
90 static const MapString2PropertyEntry& getPropertyMap( );
116 const MapString2PropertyEntry& rProperties = getPropertyMap(); in buildFrom()
125 MapString2PropertyEntry::const_iterator aPropPos = rProperties.find( pValues->Name ); in buildFrom()
193 const ODADescriptorImpl::MapString2PropertyEntry& ODADescriptorImpl::getPropertyMap( ) in getPropertyMap()
196 static MapString2PropertyEntry s_aProperties; in getPropertyMap()
232 const MapString2PropertyEntry& rProperties = getPropertyMap(); in getPropertyMapEntry()
236 for ( MapString2PropertyEntry::const_iterator loop = rProperties.begin(); in getPropertyMapEntry()

Completed in 19 milliseconds