Home
last modified time | relevance | path

Searched refs:nCurTime (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/vcl/source/window/
H A Dscrwnd.cxx201 sal_uLong nCurTime; in ImplRecalcScrollValues() local
207 nCurTime = (sal_uLong) ( MAX_TIME / pow( 10., fExp ) ); in ImplRecalcScrollValues()
210 nCurTime = MAX_TIME; in ImplRecalcScrollValues()
212 if( !nCurTime ) in ImplRecalcScrollValues()
213 nCurTime = 1UL; in ImplRecalcScrollValues()
215 if( mnRepaintTime <= nCurTime ) in ImplRecalcScrollValues()
216 mnTimeout = nCurTime - mnRepaintTime; in ImplRecalcScrollValues()
219 long nMult = mnRepaintTime / nCurTime; in ImplRecalcScrollValues()
221 if( !( mnRepaintTime % nCurTime ) ) in ImplRecalcScrollValues()
224 mnTimeout = ++nMult * nCurTime - mnRepaintTime; in ImplRecalcScrollValues()
/aoo42x/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx348 gint64 nCurTime = 0; in getMediaTime() local
350 if( gst_element_query_position( mpPlayer, GST_FORMAT_TIME, &nCurTime ) && in getMediaTime()
351 ( nCurTime >= 0 ) ) in getMediaTime()
353 fRet = static_cast< double >( nCurTime ) / NANO_TIME_FACTOR; in getMediaTime()
/aoo42x/main/vcl/source/app/
H A Dhelp.cxx654 sal_uLong nCurTime = Time::GetSystemTicks(); in ImplShowHelpWindow() local
655 …if ( ( ( nCurTime - pSVData->maHelpData.mnLastHelpHideTime ) < pParent->GetSettings().GetHelpSe… in ImplShowHelpWindow()
/aoo42x/main/vcl/os2/source/window/
H A Dsalframe.cxx3707 ULONG nCurTime; in SalFrameWndProc() local
3708 DosQuerySysInfo( QSV_MS_COUNT, QSV_MS_COUNT, (PVOID)&nCurTime, sizeof(ULONG)); in SalFrameWndProc()
3709 if( pSalData->mnNextTimerTime < nCurTime ) in SalFrameWndProc()
3713 WinPostMsg( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_POSTTIMER, 0, (MPARAM)nCurTime ); in SalFrameWndProc()
/aoo42x/main/vcl/win/source/window/
H A Dsalframe.cxx6312 DWORD nCurTime = GetTickCount(); in SalFrameWndProc() local
6313 if( pSalData->mnNextTimerTime < nCurTime ) in SalFrameWndProc()
6317 ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_POSTTIMER, 0, nCurTime ); in SalFrameWndProc()

Completed in 77 milliseconds