Home
last modified time | relevance | path

Searched refs:DocShellMap (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()
1957 maDocShells.insert(DocShellMap::value_type(nFileId, aSrcDoc)); in getSrcDocument()
2307 DocShellMap::iterator itrEnd = maDocShells.end(); in clear()
2308 for (DocShellMap::iterator itr = maDocShells.begin(); itr != itrEnd; ++itr) in clear()
2411 DocShellMap aNewDocShells; in purgeStaleSrcDocument()
2412 DocShellMap::iterator itr = maDocShells.begin(), itrEnd = maDocShells.end(); in purgeStaleSrcDocument()
/trunk/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