Home
last modified time | relevance | path

Searched refs:pIt1 (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/framework/source/accelerators/
H A Dstorageholder.cxx316 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()
364 if (pIt1 == m_lStorages.end()) in notifyPath()
367 TStorageInfo& rInfo = pIt1->second; in notifyPath()
392 if (pIt1 == m_lStorages.end()) in addStorageListener()
395 TStorageInfo& rInfo = pIt1->second; in addStorageListener()
414 if (pIt1 == m_lStorages.end()) in removeStorageListener()
[all …]
/aoo4110/main/filter/source/config/cache/
H A Dfilterfactory.cxx521 QueryTokenizer::const_iterator pIt1; in impl_getSortedFilterList() local
527 pIt1 = lTokens.find(QUERY_PARAM_MODULE); in impl_getSortedFilterList()
528 if (pIt1 != lTokens.end()) in impl_getSortedFilterList()
529 sModule = pIt1->second; in impl_getSortedFilterList()
530 pIt1 = lTokens.find(QUERY_PARAM_IFLAGS); in impl_getSortedFilterList()
531 if (pIt1 != lTokens.end()) in impl_getSortedFilterList()
532 nIFlags = ::rtl::OUString(pIt1->second).toInt32(); in impl_getSortedFilterList()
533 pIt1 = lTokens.find(QUERY_PARAM_EFLAGS); in impl_getSortedFilterList()
534 if (pIt1 != lTokens.end()) in impl_getSortedFilterList()
535 nEFlags = ::rtl::OUString(pIt1->second).toInt32(); in impl_getSortedFilterList()
/aoo4110/main/framework/source/services/
H A Dautorecovery.cxx1851 …AutoRecovery::TDocumentList::iterator pIt1 = AutoRecovery::impl_searchDocument(m_lDocCache, xDocu… in implts_registerDocument() local
1852 AutoRecovery::TDocumentInfo& rInfo = *pIt1; in implts_registerDocument()

Completed in 39 milliseconds