Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/sidebar/
H A DTheme.cxx501 if (iId == maPropertyNameToIdMap.end()) in setPropertyValue()
508 const ThemeItem eItem (iId->second); in setPropertyValue()
547 if (iId == maPropertyNameToIdMap.end()) in getPropertyValue()
554 const ThemeItem eItem (iId->second); in getPropertyValue()
578 eItem = iId->second; in addPropertyChangeListener()
604 eItem = iId->second; in removePropertyChangeListener()
640 eItem = iId->second; in addVetoableChangeListener()
666 eItem = iId->second; in removeVetoableChangeListener()
714 if (iId == maPropertyNameToIdMap.end()) in getPropertyByName()
721 const ThemeItem eItem (iId->second); in getPropertyByName()
[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()
/aoo41x/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()
/aoo41x/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx523 ::std::vector<Reference<XResourceId> >::const_iterator iId; in IsCacheable()
524 for (iId=maCacheableResources.begin(); iId!=maCacheableResources.end(); ++iId) in IsCacheable()
526 if ((*iId)->compareTo(rpDescriptor->mxViewId) == 0) in IsCacheable()

Completed in 71 milliseconds