Searched refs:maPropertyNameToIdMap (Results 1 – 2 of 2) sorted by relevance
59 maPropertyNameToIdMap(), in Theme()477 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in setPropertyValue()478 if (iId == maPropertyNameToIdMap.end()) in setPropertyValue()519 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in getPropertyValue()520 if (iId == maPropertyNameToIdMap.end()) in getPropertyValue()539 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addPropertyChangeListener()540 if (iId == maPropertyNameToIdMap.end()) in addPropertyChangeListener()561 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in removePropertyChangeListener()562 if (iId == maPropertyNameToIdMap.end()) in removePropertyChangeListener()593 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addVetoableChangeListener()[all …]
207 PropertyNameToIdMap maPropertyNameToIdMap; member in sfx2::sidebar::Theme