Home
last modified time | relevance | path

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

/aoo41x/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx352 gint64 nCurTime = 0; in getMediaTime() local
354 if( gst_element_query_position( mpPlayer, &aFormat, &nCurTime ) && in getMediaTime()
356 ( nCurTime >= 0 ) ) in getMediaTime()
358 fRet = static_cast< double >( nCurTime ) / NANO_TIME_FACTOR; in getMediaTime()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6309 DWORD nCurTime = GetTickCount(); in SalFrameWndProc() local
6310 if( pSalData->mnNextTimerTime < nCurTime ) in SalFrameWndProc()
6314 ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_POSTTIMER, 0, nCurTime ); in SalFrameWndProc()

Completed in 74 milliseconds