Lines Matching refs:i

168 		for (sal_Int32 i = 0; i < rKeys.getLength(); ++i)  in Notify()  local
170 if (rKeys[i] == m_aEntries[j].m_aName) in Notify()
188 for (sal_Int32 i = 0; i < ENTRY_COUNT; ++i) in Commit() local
189 if (m_aEntries[i].m_eState == Entry::MODIFIED) in Commit()
191 aKeys[nCount] = m_aEntries[i].m_aName; in Commit()
192 aValues[nCount] = m_aEntries[i].m_aValue; in Commit()
194 m_aEntries[i].m_eState = Entry::KNOWN; in Commit()
226 for (sal_Int32 i = 0; i < rKeys.getLength(); ++i) in notifyListeners() local
231 aTheKey += rKeys[i]; in notifyListeners()
243 for (NotificationList::size_type i = 0; i < aNotifications.size(); ++i) in notifyListeners() local
244 if (aNotifications[i].first.is()) in notifyListeners()
245 aNotifications[i].first-> in notifyListeners()
246 propertiesChange(aNotifications[i].second); in notifyListeners()
267 for (sal_Int32 i = 0; i < ENTRY_COUNT; ++i) in Impl() local
268 aKeys[i] = m_aEntries[i].m_aName; in Impl()
289 for (int i = 0; i < ENTRY_COUNT; ++i) in getProperty() local
290 if (m_aEntries[i].m_eState == Entry::UNKNOWN) in getProperty()
292 aKeys[nCount] = m_aEntries[i].m_aName; in getProperty()
293 nIndices[nCount] = i; in getProperty()
308 for (sal_Int32 i = 0; i < nCount; ++i) in getProperty() local
310 int nIndex = nIndices[i]; in getProperty()
313 m_aEntries[nIndices[i]].m_aValue = aValues[i]; in getProperty()
314 m_aEntries[nIndices[i]].m_eState = Entry::KNOWN; in getProperty()
361 for (sal_Int32 i = 0; i < rPropertyNames.getLength(); ++i) in addPropertiesChangeListener() local
362 rEntry.insert(rPropertyNames[i]); in addPropertiesChangeListener()
376 for (sal_Int32 i = 0; i < rPropertyNames.getLength(); ++i) in removePropertiesChangeListener() local
377 aIt->second.erase(rPropertyNames[i]); in removePropertiesChangeListener()