Searched refs:maDocShells (Results 1 – 2 of 2) sorted by relevance
1920 DocShellMap::iterator itrEnd = maDocShells.end(); in getSrcDocument()1921 DocShellMap::iterator itr = maDocShells.find(nFileId); in getSrcDocument()1950 if (maDocShells.empty()) in getSrcDocument()1956 maDocShells.insert(DocShellMap::value_type(nFileId, aSrcDoc)); in getSrcDocument()2238 lcl_removeByFileId(nFileId, maDocShells); in refreshNames()2240 if (maDocShells.empty()) in refreshNames()2263 lcl_removeByFileId(nFileId, maDocShells); in breakLink()2265 if (maDocShells.empty()) in breakLink()2306 DocShellMap::iterator itrEnd = maDocShells.end(); in clear()2307 for (DocShellMap::iterator itr = maDocShells.begin(); itr != itrEnd; ++itr) in clear()[all …]
723 DocShellMap maDocShells; member in ScExternalRefManager