Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx477 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in setPropertyValue() local
478 if (iId == maPropertyNameToIdMap.end()) in setPropertyValue()
481 const PropertyType eType (GetPropertyType(iId->second)); in setPropertyValue()
485 const ThemeItem eItem (iId->second); in setPropertyValue()
519 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in getPropertyValue() local
520 if (iId == maPropertyNameToIdMap.end()) in getPropertyValue()
523 const PropertyType eType (GetPropertyType(iId->second)); in getPropertyValue()
527 const ThemeItem eItem (iId->second); in getPropertyValue()
539 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addPropertyChangeListener() local
540 if (iId == maPropertyNameToIdMap.end()) in addPropertyChangeListener()
[all …]
H A DResourceManager.cxx179 iId(aOrderedIds.begin()), in GetMatchingDecks()
181 iId!=iEnd; in GetMatchingDecks()
182 ++iId) in GetMatchingDecks()
184 rDecks.push_back(iId->second); in GetMatchingDecks()
227 iId(aOrderedIds.begin()), in GetMatchingPanels()
229 iId!=iEnd; in GetMatchingPanels()
230 ++iId) in GetMatchingPanels()
232 rPanelIds.push_back(iId->second); in GetMatchingPanels()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationUpdater.cxx259 vector<Reference<XResourceId> >::iterator iId; in CleanRequestedConfiguration() local
260 for (iId=aResourcesToDeactivate.begin(); iId!=aResourcesToDeactivate.end(); ++iId) in CleanRequestedConfiguration()
261 if (iId->is()) in CleanRequestedConfiguration()
262 xCC->requestResourceDeactivation(*iId); in CleanRequestedConfiguration()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx519 ::std::vector<Reference<XResourceId> >::const_iterator iId; in IsCacheable()
520 for (iId=maCacheableResources.begin(); iId!=maCacheableResources.end(); ++iId) in IsCacheable()
522 if ((*iId)->compareTo(rpDescriptor->mxViewId) == 0) in IsCacheable()