Home
last modified time | relevance | path

Searched refs:m_lDocCache (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/framework/source/services/
H A Dautorecovery.cxx826 for( pIt = m_lDocCache.begin(); in addStatusListener()
827 pIt != m_lDocCache.end() ; in addStatusListener()
1130 m_lDocCache.clear(); in implts_readConfig()
1196 m_lDocCache.push_back(aInfo); in implts_readConfig()
1343 for ( pIt = m_lDocCache.begin(); in implts_persistAllActiveViewNames()
1344 pIt != m_lDocCache.end() ; in implts_persistAllActiveViewNames()
1748 …AutoRecovery::TDocumentList::iterator pIt = AutoRecovery::impl_searchDocument(m_lDocCache, xDocume… in implts_registerDocument()
1749 if (pIt != m_lDocCache.end()) in implts_registerDocument()
1849 m_lDocCache.push_back(aNew); in implts_registerDocument()
1851 …AutoRecovery::TDocumentList::iterator pIt1 = AutoRecovery::impl_searchDocument(m_lDocCache, xDocu… in implts_registerDocument()
[all …]
/AOO42X/main/framework/inc/services/
H A Dautorecovery.hxx389 TDocumentList m_lDocCache; member in framework::AutoRecovery