Home
last modified time | relevance | path

Searched refs:nTime (Results 1 – 25 of 82) sorted by last modified time

1234

/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx212 sal_uLong nTime = Time::GetSystemTicks(); in MouseMove() local
213 if( (nTime - mnFirstMouseMove) >= SHOW_MOUSE_TIMEOUT ) in MouseMove()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx124 double nTime = ((double)aActTime.Get100Sec() / 100 + in ScGetActTime() local
128 PushDouble( (double) nDiff + nTime ); in ScGetActTime()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx487 …void SetAutoLoad( const INetURLObject&, sal_uInt32 nTime, sal_Bool bReload …
846 AutoReloadTimer_Impl( const String& rURL, sal_uInt32 nTime, sal_Bool bReloadP,
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1328 const INetURLObject& rUrl, sal_uInt32 nTime, sal_Bool bReload ) in SetAutoLoad() argument
1336 nTime, bReload, this ); in SetAutoLoad()
1616 const String& rURL, sal_uInt32 nTime, sal_Bool bReloadP, SfxObjectShell* pSh ) in AutoReloadTimer_Impl() argument
1619 SetTimeout( nTime ); in AutoReloadTimer_Impl()
1809 sal_uInt32 nTime = aValue.GetToken( 0, ';' ).ToInt32() ; in SetAttribute() local
1823 xDocProps->setAutoloadSecs( nTime ); in SetAttribute()
/trunk/main/oox/source/xls/
H A Dunitconverter.cxx219 sal_Int32 nTime = getLimitedValue< sal_Int32, double >( fTime * 86400, 0, 86399 ); in calcDateTimeFromSerial() local
220 aDateTime.Seconds = static_cast< sal_uInt16 >( nTime % 60 ); in calcDateTimeFromSerial()
221 nTime /= 60; in calcDateTimeFromSerial()
222 aDateTime.Minutes = static_cast< sal_uInt16 >( nTime % 60 ); in calcDateTimeFromSerial()
223 aDateTime.Hours = static_cast< sal_uInt16 >( nTime / 60 ); in calcDateTimeFromSerial()
/trunk/main/vcl/source/window/
H A Dwindow.cxx3841 sal_uLong nTime = Time::GetSystemTicks(); in ImplCallMouseMove() local
3858 …ImplHandleMouseEvent( mpWindowImpl->mpFrameWindow, EVENT_MOUSEMOVE, bLeave, nX, nY, nTime, nCode, … in ImplCallMouseMove()
H A Dscrwnd.cxx394 const sal_uLong nTime = Time::GetSystemTicks(); in IMPL_LINK() local
399 mnRepaintTime = Max( Time::GetSystemTicks() - nTime, 1UL ); in IMPL_LINK()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx125 bool ProcessAnimations (const double nTime);
H A DSlsAnimationFunction.hxx52 static double Linear (const double nTime);
57 static double FastInSlowOut_Sine (const double nTime);
62 static double FastInSlowOut_Root (const double nTime);
67 static double SlowInSlowOut_0to0_Sine (const double nTime);
73 static double Vibrate_Sine (const double nTime);
77 static Point ScalePoint (const Point& rPoint, const double nTime);
91 const double nTime);
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx339 sal_uLong nTime = pTime->GetMSFromTime(); in IMPL_LINK() local
341 WaitInEffect( nTime, nTmpTime, pProgress ); in IMPL_LINK()
342 nTmpTime += nTime; in IMPL_LINK()
697 void AnimationWindow::WaitInEffect( sal_uLong nMilliSeconds, sal_uLong nTime, in WaitInEffect() argument
707 pProgress->SetState( nTime + nMilliSeconds + aCurrent - aEnd ); in WaitInEffect()
940 long nTime = rAnimBmp.nWait; in AddObj() local
941 Time* pTime = new Time( 0, 0, nTime / 100, nTime % 100 ); in AddObj()
1099 long nTime = pTime->Get100Sec(); in CreateAnimObj() local
1100 nTime += pTime->GetSec() * 100; in CreateAnimObj()
1161 aAnimBmp.nWait = nTime; in CreateAnimObj()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx69 void operator () (const double nTime);
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx898 sal_Int32 nDate = 0,nTime = 0; in fetchRow() local
902 memcpy(&nTime, pData+ 4, 4); in fetchRow()
904 if ( !nDate && !nTime ) in fetchRow()
911 lcl_CalDate(nDate,nTime,aDateTime); in fetchRow()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlayobject.hxx157 virtual void Trigger(sal_uInt32 nTime);
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx455 sal_Int32 nTime = nTimeout; in waitWhileLoading() local
472 --nTime; in waitWhileLoading()
473 if (nTime<1) in waitWhileLoading()
/trunk/main/slideshow/source/engine/
H A Deventqueue.cxx54 return this->nTime > rEvent.nTime; in operator <()
204 && (maEvents.empty() || maEvents.top().nTime > nCurrTime)) in process_()
216 (bFireAllEvents || maEvents.top().nTime <= nCurrTime) ) in process_()
310 nTimeout = maEvents.top().nTime - nCurrentTime; in nextTimeout()
312 nTimeout = ::std::min(nTimeout, maNextEvents.front().nTime - nCurrentTime); in nextTimeout()
314 nTimeout = ::std::min(nTimeout, maNextNextEvents.top().nTime - nCurrentTime); in nextTimeout()
/trunk/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx294 sal_Int32 nTime = SvtHelpOptions().GetHelpAgentTimeoutPeriod(); in implts_startTimer() local
301 m_aTimer.SetTimeout(nTime*1000); // sec => ms ! in implts_startTimer()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx353 time_t nTime = time (NULL); in getLocalTime() local
355 struct tm *pLocalTime = localtime_r (&nTime, &aTime); in getLocalTime()
/trunk/main/vcl/source/app/
H A Dtimer.cxx108 sal_uLong nTime = Time::GetSystemTicks(); in ImplTimerCallbackProc() local
127 if ( (pTimerData->mnUpdateTime+pTimerData->mpSVTimer->mnTimeout) <= nTime ) in ImplTimerCallbackProc()
130 pTimerData->mnUpdateTime = nTime; in ImplTimerCallbackProc()
178 if ( pTimerData->mnUpdateTime == nTime ) in ImplTimerCallbackProc()
/trunk/main/vcl/inc/win/
H A Dsaldata.hxx225 void CALLBACK SalTimerProc( HWND hWnd, UINT nMsg, UINT_PTR nId, DWORD nTime );
/trunk/main/vcl/inc/os2/
H A Dsaldata.hxx183 void SalTimerProc( HWND hWnd, UINT nMsg, UINT nId, ULONG nTime );
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx1003 ULONG nTime = 0; in open() local
1005 nTime = Time::GetSystemTicks(); in open()
1203 nTime = Time::GetSystemTicks() - nTime; in open()
1207 aText += UniString::CreateFromInt64( nTime ); in open()
1217 ULONG nTime = 0; in openAll() local
1219 nTime = Time::GetSystemTicks(); in openAll()
1285 nTime = Time::GetSystemTicks() - nTime; in openAll()
1289 aText += UniString::CreateFromInt64( nTime ); in openAll()
/trunk/main/tools/source/rc/
H A Drc.cxx58 nTime = 0; in Time()
/trunk/main/tools/source/fsys/
H A Dunx.hxx58 inline Time Unx2Time( time_t nTime ) in Unx2Time() argument
62 pTime = localtime_r( &nTime, &atm ); in Unx2Time()
/trunk/main/tools/source/datetime/
H A Ddatetime.cxx369 long nTime = rDateTime1.GetMSFromTime() - rDateTime2.GetMSFromTime(); in operator -() local
370 if ( nTime ) in operator -()
372 double fTime = double(nTime); in operator -()
/trunk/main/tools/source/debug/
H A Ddebug.cxx124 sal_uIntPtr nTime; member
870 time_t nTime = time( 0 ); in ImplDbgInitFile() local
876 pTime = localtime( &nTime ); in ImplDbgInitFile()
1356 sal_uIntPtr nTime; in DbgProf() local
1392 nTime = ImplGetPerfTime(); in DbgProf()
1406 nTime -= pProfData->nStart; in DbgProf()
1407 nTime -= pProfData->nContinueTime; in DbgProf()
1409 if ( nTime < pProfData->nMinTime ) in DbgProf()
1410 pProfData->nMinTime = nTime; in DbgProf()
1413 pProfData->nMaxTime = nTime; in DbgProf()
[all …]

Completed in 177 milliseconds

1234