Home
last modified time | relevance | path

Searched refs:nMilliSeconds (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sax/source/tools/
H A Dconverter.cxx932 if (nMilliSeconds < 100) in convertDuration()
936 if (nMilliSeconds < 10) in convertDuration()
940 if (0 == (nMilliSeconds % 10)) in convertDuration()
942 if (0 == (nMilliSeconds % 100)) in convertDuration()
944 rBuffer.append(nMilliSeconds / 100); in convertDuration()
948 rBuffer.append(nMilliSeconds / 10); in convertDuration()
953 rBuffer.append(nMilliSeconds); in convertDuration()
1081 sal_Int32 nMilliSeconds(0); in convertDuration() local
1147 nMilliSeconds += 10 * in convertDuration()
1422 sal_Int32 nMilliSeconds(0); in convertDateOrDateTime() local
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dasyncrequests.cxx40 ::sal_Int32 nMilliSeconds) in lcl_sleep() argument
44 if (nMilliSeconds < 1) in lcl_sleep()
49 aTime.Seconds = (nMilliSeconds / 1000); in lcl_sleep()
50 aTime.Nanosec = (nMilliSeconds % 1000) * 1000000; in lcl_sleep()
58 void Request::wait(::sal_Int32 nMilliSeconds) in wait() argument
60 lcl_sleep(m_aJoiner, nMilliSeconds); in wait()
H A Dasyncrequests.hxx116 void wait(::sal_Int32 nMilliSeconds = WAIT_INFINITE);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DTimeHelper.java75 int nMilliSeconds = cal.get(Calendar.MILLISECOND); in stop() local
76 m_nMilliSeconds = nMilliSeconds - m_nMilliSeconds; in stop()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1575 sal_uLong nMilliSeconds = 0; in implts_updateTimer() local
1578 nMilliSeconds = (m_nAutoSaveTimeIntervall*60000); // [min] => 60.000 ms in implts_updateTimer()
1581 nMilliSeconds = m_nAutoSaveTimeIntervall; // [ms] in implts_updateTimer()
1587 nMilliSeconds = MIN_TIME_FOR_USER_IDLE; in implts_updateTimer()
1590 nMilliSeconds = 300; // let us some time, to finish this method .-) in implts_updateTimer()
1595nMilliSeconds = 300; // there is a minimum time frame, where the user can loose some key input dat… in implts_updateTimer()
1597 m_aTimer.SetTimeout(nMilliSeconds); in implts_updateTimer()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx697 void AnimationWindow::WaitInEffect( sal_uLong nMilliSeconds, sal_uLong nTime, in WaitInEffect() argument
700 clock_t aEnd = Time::GetSystemTicks() + nMilliSeconds; in WaitInEffect()
707 pProgress->SetState( nTime + nMilliSeconds + aCurrent - aEnd ); in WaitInEffect()
/trunk/main/sd/source/ui/inc/
H A Danimobjs.hxx170 void WaitInEffect( sal_uLong nMilliSeconds, sal_uLong nTime,
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1176 sal_Int16 nMilliSeconds = aDateTime.HundredthSeconds * 10; in ImplExportComments() local
1186 << nMilliSeconds in ImplExportComments()

Completed in 58 milliseconds