Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1920 DocShellMap::iterator itrEnd = maDocShells.end(); in getSrcDocument()
1921 DocShellMap::iterator itr = maDocShells.find(nFileId); in getSrcDocument()
1956 maDocShells.insert(DocShellMap::value_type(nFileId, aSrcDoc)); in getSrcDocument()
2306 DocShellMap::iterator itrEnd = maDocShells.end(); in clear()
2307 for (DocShellMap::iterator itr = maDocShells.begin(); itr != itrEnd; ++itr) in clear()
2410 DocShellMap aNewDocShells; in purgeStaleSrcDocument()
2411 DocShellMap::iterator itr = maDocShells.begin(), itrEnd = maDocShells.end(); in purgeStaleSrcDocument()
/aoo41x/main/sc/inc/
H A Dexternalrefmgr.hxx410 typedef ::std::hash_map<sal_uInt16, SrcShell> DocShellMap; typedef in ScExternalRefManager
723 DocShellMap maDocShells;

Completed in 36 milliseconds