Lines Matching refs:pIt2
332 OUStringList::reverse_iterator pIt2; in closePath() local
333 for ( pIt2 = lFolders.rbegin(); in closePath()
334 pIt2 != lFolders.rend() ; in closePath()
335 ++pIt2 ) in closePath()
337 ::rtl::OUString sPath = *pIt2; in closePath()
368 TStorageListenerList::iterator pIt2; in notifyPath() local
369 for ( pIt2 = rInfo.Listener.begin(); in notifyPath()
370 pIt2 != rInfo.Listener.end() ; in notifyPath()
371 ++pIt2 ) in notifyPath()
373 IStorageListener* pListener = *pIt2; in notifyPath()
396 …TStorageListenerList::iterator pIt2 = ::std::find(rInfo.Listener.begin(), rInfo.Listener.end(), pL… in addStorageListener() local
397 if (pIt2 == rInfo.Listener.end()) in addStorageListener()
418 …TStorageListenerList::iterator pIt2 = ::std::find(rInfo.Listener.begin(), rInfo.Listener.end(), pL… in removeStorageListener() local
419 if (pIt2 != rInfo.Listener.end()) in removeStorageListener()
420 rInfo.Listener.erase(pIt2); in removeStorageListener()