Searched refs:nCurTime (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | scrwnd.cxx | 201 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()
|
/trunk/main/avmedia/source/gstreamer/ |
H A D | gstplayer.cxx | 348 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()
|
/trunk/main/vcl/source/app/ |
H A D | help.cxx | 654 sal_uLong nCurTime = Time::GetSystemTicks(); in ImplShowHelpWindow() local 655 …if ( ( ( nCurTime - pSVData->maHelpData.mnLastHelpHideTime ) < pParent->GetSettings().GetHelpSe… in ImplShowHelpWindow()
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 3707 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()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 6312 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 78 milliseconds