Searched refs:maPropertyNameToIdMap (Results 1 – 2 of 2) sorted by relevance
59 maPropertyNameToIdMap(), in Theme()479 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in setPropertyValue()480 if (iId == maPropertyNameToIdMap.end()) in setPropertyValue()524 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in getPropertyValue()525 if (iId == maPropertyNameToIdMap.end()) in getPropertyValue()547 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addPropertyChangeListener()548 if (iId == maPropertyNameToIdMap.end()) in addPropertyChangeListener()572 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in removePropertyChangeListener()573 if (iId == maPropertyNameToIdMap.end()) in removePropertyChangeListener()607 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addVetoableChangeListener()[all …]
228 PropertyNameToIdMap maPropertyNameToIdMap; member in sfx2::sidebar::Theme