Searched refs:PropertyNameMap (Results 1 – 1 of 1) sorted by relevance
76 typedef ::std::map< OUString, Any > PropertyNameMap; typedef in oox::__anon6f33bc770111::GenericPropertySet77 PropertyNameMap maPropMap;106 PropertyNameMap::iterator aIt = maPropMap.find( rPropertyName ); in getPropertyValue()123 …for( PropertyNameMap::iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; ++aIt… in getProperties()135 PropertyNameMap::iterator aIt = maPropMap.find( rPropertyName ); in getPropertyByName()
Completed in 23 milliseconds