Searched refs:maPropertyNameToIdMap (Results 1 – 2 of 2) sorted by relevance
64 maPropertyNameToIdMap(), in Theme()500 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in setPropertyValue()501 if (iId == maPropertyNameToIdMap.end()) in setPropertyValue()546 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in getPropertyValue()547 if (iId == maPropertyNameToIdMap.end()) in getPropertyValue()570 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addPropertyChangeListener()571 if (iId == maPropertyNameToIdMap.end()) in addPropertyChangeListener()596 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in removePropertyChangeListener()597 if (iId == maPropertyNameToIdMap.end()) in removePropertyChangeListener()632 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addVetoableChangeListener()[all …]
228 PropertyNameToIdMap maPropertyNameToIdMap; member in sfx2::sidebar::Theme