Lines Matching refs:pIt1
316 OUStringList::iterator pIt1 ; in closePath() local
318 for ( pIt1 = lFolders.begin(); in closePath()
319 pIt1 != lFolders.end() ; in closePath()
320 ++pIt1 ) in closePath()
323 sCurrentRelPath += *pIt1; in closePath()
325 *pIt1 = sCurrentRelPath; in closePath()
363 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in notifyPath() local
364 if (pIt1 == m_lStorages.end()) in notifyPath()
367 TStorageInfo& rInfo = pIt1->second; in notifyPath()
391 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in addStorageListener() local
392 if (pIt1 == m_lStorages.end()) in addStorageListener()
395 TStorageInfo& rInfo = pIt1->second; in addStorageListener()
413 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in removeStorageListener() local
414 if (pIt1 == m_lStorages.end()) in removeStorageListener()
417 TStorageInfo& rInfo = pIt1->second; in removeStorageListener()