Home
last modified time | relevance | path

Searched refs:nCurrTime (Results 1 – 3 of 3) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Deventqueue.cxx198 const double nCurrTime( mpTimer->getElapsedTime() ); in process_() local
204 && (maEvents.empty() || maEvents.top().nTime > nCurrTime)) in process_()
216 (bFireAllEvents || maEvents.top().nTime <= nCurrTime) ) in process_()
/trunk/main/canvas/source/tools/
H A Delapsedtime.cxx100 LONGLONG nCurrTime = timeGetTime(); in getSystemTime() local
101 return double(nCurrTime) / 1000.0; in getSystemTime()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx720 const double nCurrTime( maTimer.getElapsedTime() ); in perform() local
721 updateShapeAttributes( nCurrTime, parentBounds ); in perform()
725 static_cast<sal_uInt32>(nCurrTime * 1000.0)) ); in perform()

Completed in 14 milliseconds