Home
last modified time | relevance | path

Searched refs:maLastAccess (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dexternalrefmgr.hxx406 tools::Time maLastAccess; member
408 SrcShell() : maLastAccess( tools::Time::SYSTEM ) {} in SrcShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dexternalrefmgr.hxx410 tools::Time maLastAccess; member
412 SrcShell() : maLastAccess( tools::Time::SYSTEM ) {} in SrcShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx2196 rEntry.second.maLastAccess = tools::Time(tools::Time::SYSTEM); in enableDocTimer()
2402 itr->second.maLastAccess = tools::Time( tools::Time::SYSTEM ); in getSrcDocument()
2413 itr->second.maLastAccess = tools::Time( tools::Time::SYSTEM ); in getSrcDocument()
2945 it->second.maLastAccess = tools::Time(tools::Time::SYSTEM); in refreshSrcDocument()
2951 aSrcDoc.maLastAccess = tools::Time(tools::Time::SYSTEM); in refreshSrcDocument()
3140 …t32 nSinceLastAccess = (tools::Time( tools::Time::SYSTEM ) - rEntry.second.maLastAccess).GetTime(); in purgeStaleSrcDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx2194 rEntry.second.maLastAccess = tools::Time(tools::Time::SYSTEM); in enableDocTimer()
2400 itr->second.maLastAccess = tools::Time( tools::Time::SYSTEM ); in getSrcDocument()
2411 itr->second.maLastAccess = tools::Time( tools::Time::SYSTEM ); in getSrcDocument()
2918 it->second.maLastAccess = tools::Time(tools::Time::SYSTEM); in refreshSrcDocument()
2924 aSrcDoc.maLastAccess = tools::Time(tools::Time::SYSTEM); in refreshSrcDocument()
3113 …t32 nSinceLastAccess = (tools::Time( tools::Time::SYSTEM ) - rEntry.second.maLastAccess).GetTime(); in purgeStaleSrcDocument()