Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1921 DocShellMap::iterator itrEnd = maDocShells.end(); in getSrcDocument()
1922 DocShellMap::iterator itr = maDocShells.find(nFileId); in getSrcDocument()
1951 if (maDocShells.empty()) in getSrcDocument()
1957 maDocShells.insert(DocShellMap::value_type(nFileId, aSrcDoc)); in getSrcDocument()
2239 lcl_removeByFileId(nFileId, maDocShells); in refreshNames()
2241 if (maDocShells.empty()) in refreshNames()
2264 lcl_removeByFileId(nFileId, maDocShells); in breakLink()
2266 if (maDocShells.empty()) in breakLink()
2307 DocShellMap::iterator itrEnd = maDocShells.end(); in clear()
2308 for (DocShellMap::iterator itr = maDocShells.begin(); itr != itrEnd; ++itr) in clear()
[all …]
/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx723 DocShellMap maDocShells; member in ScExternalRefManager