Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/services/
H A Dautorecovery.cxx1130 m_lDocCache.clear(); in implts_readConfig()
1749 if (pIt != m_lDocCache.end()) in implts_registerDocument()
1849 m_lDocCache.push_back(aNew); in implts_registerDocument()
1876 if (pIt == m_lDocCache.end()) in implts_deregisterDocument()
1892 if (pIt != m_lDocCache.end()) in implts_deregisterDocument()
1893 m_lDocCache.erase(pIt); in implts_deregisterDocument()
1921 if (pIt != m_lDocCache.end()) in implts_markDocumentModifiedAgainstLastBackup()
1946 if (pIt != m_lDocCache.end()) in implts_updateModifiedState()
1979 if (pIt == m_lDocCache.end()) in implts_updateDocumentUsedForSavingState()
1997 if (pIt == m_lDocCache.end()) in implts_markDocumentAsSaved()
[all …]
/aoo4110/main/framework/inc/services/
H A Dautorecovery.hxx389 TDocumentList m_lDocCache; member in framework::AutoRecovery

Completed in 40 milliseconds