Home
last modified time | relevance | path

Searched refs:nMS (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/vcl/os2/source/app/
H A Dsaltimer.cxx39 void ImplSalStartTimer( ULONG nMS, sal_Bool bMutex ) in ImplSalStartTimer() argument
45 pSalData->mnTimerMS = nMS; in ImplSalStartTimer()
47 pSalData->mnTimerOrgMS = nMS; in ImplSalStartTimer()
50 if ( nMS > MAX_SYSPERIOD ) in ImplSalStartTimer()
51 nMS = MAX_SYSPERIOD; in ImplSalStartTimer()
58 …ta->mnTimerId = WinStartTimer( pSalData->mhAB, pSalData->mpFirstInstance->mhComWnd, IDTIMER, nMS ); in ImplSalStartTimer()
59 pSalData->mnNextTimerTime = pSalData->mnLastEventTime + nMS; in ImplSalStartTimer()
70 void Os2SalTimer::Start( ULONG nMS ) in Start() argument
77 WinPostMsg( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (MPARAM)nMS ); in Start()
79 WinSendMsg( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (MPARAM)nMS ); in Start()
[all …]
/trunk/main/vcl/win/source/app/
H A Dsaltimer.cxx41 void ImplSalStartTimer( sal_uLong nMS, sal_Bool bMutex ) in ImplSalStartTimer() argument
46 pSalData->mnTimerMS = nMS; in ImplSalStartTimer()
48 pSalData->mnTimerOrgMS = nMS; in ImplSalStartTimer()
51 if ( nMS > MAX_SYSPERIOD ) in ImplSalStartTimer()
52 nMS = MAX_SYSPERIOD; in ImplSalStartTimer()
59 pSalData->mnTimerId = SetTimer( 0, 0, (UINT)nMS, SalTimerProc ); in ImplSalStartTimer()
60 pSalData->mnNextTimerTime = pSalData->mnLastEventTime + nMS; in ImplSalStartTimer()
69 void WinSalTimer::Start( sal_uLong nMS ) in Start() argument
76 … ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS ); in Start()
78 … ImplSendMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS ); in Start()
[all …]
H A Dsalinst.cxx986 void SalTimer::Start( sal_uLong nMS ) argument
993 ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS );
995 ImplSendMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS );
998 ImplSalStartTimer( nMS, FALSE );
/trunk/main/xmloff/source/style/
H A Ddurationhdl.cxx50 …const sal_Int16 nMS = ( ( aTime.Hours * 60 + aTime.Minutes ) * 60 + aTime.Seconds ) * 100 + aTime.… in importXML() local
51 rValue <<= nMS; in importXML()
61 sal_Int16 nMS = sal_Int16(); in exportXML() local
63 if(rValue >>= nMS) in exportXML()
66 DateTime aTime( nMS, 0, 0, 0, 0, 0, 0 ); in exportXML()
/trunk/main/vcl/aqua/source/app/
H A Dsaltimer.cxx39 void ImplSalStartTimer( sal_uLong nMS ) in ImplSalStartTimer() argument
45 NSTimeInterval aTI = double(nMS)/1000.0; in ImplSalStartTimer()
81 data1: (int)nMS in ImplSalStartTimer()
120 void AquaSalTimer::Start( sal_uLong nMS ) in Start() argument
122 ImplSalStartTimer( nMS ); in Start()
/trunk/main/vcl/source/app/
H A Dtimer.cxx87 static void ImplStartTimer( ImplSVData* pSVData, sal_uLong nMS ) in ImplStartTimer() argument
89 if ( !nMS ) in ImplStartTimer()
90 nMS = 1; in ImplStartTimer()
92 if ( nMS != pSVData->mnTimerPeriod ) in ImplStartTimer()
94 pSVData->mnTimerPeriod = nMS; in ImplStartTimer()
95 pSVData->mpSalTimer->Start( nMS ); in ImplStartTimer()
/trunk/main/vcl/unx/generic/app/
H A Dsaltimer.cxx57 void SalXLib::StartTimer( sal_uLong nMS ) in StartTimer() argument
62 m_nTimeoutMS = nMS; in StartTimer()
88 void X11SalTimer::Start( sal_uLong nMS ) in Start() argument
90 GetX11SalData()->GetLib()->StartTimer( nMS ); in Start()
/trunk/main/tools/source/datetime/
H A Dttime.cxx234 void Time::MakeTimeFromMS( sal_Int32 nMS ) in MakeTimeFromMS() argument
237 if ( nMS < 0 ) in MakeTimeFromMS()
239 nMS *= -1; in MakeTimeFromMS()
245 Time aTime( 0, 0, 0, nMS/10 ); in MakeTimeFromMS()
/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx498 void SvpSalInstance::StartTimer( sal_uLong nMS ) in StartTimer() argument
503 m_nTimeoutMS = nMS; in StartTimer()
526 void SvpSalTimer::Start( sal_uLong nMS ) in Start() argument
528 m_pInstance->StartTimer( nMS ); in Start()
H A Dsvpinst.hxx75 virtual void Start( sal_uLong nMS );
120 void StartTimer( sal_uLong nMS );
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx434 sal_uInt32 nMS = 0; in getReferences() local
479 if ( !( aTypeDesc >>= aMandatoryServices[ nMS ] ) ) in getReferences()
485 nMS++; in getReferences()
544 aMandatoryServices.realloc( nMS ); in getReferences()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java355 int nMS = (int)((dVal - (double)nDays) * fMilliSecondsPerDay + 0.5); in toTime() local
358 if ( nMS < 0 ) in toTime()
360 nMS *= -1; in toTime()
369 int nHundredthSeconds = nMS/10; in toTime()
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx357 sal_Int32 nMS = sal_Int32((dVal - (double)nDays) * fMilliSecondsPerDay + 0.5); in toTime() local
360 if ( nMS < 0 ) in toTime()
362 nMS *= -1; in toTime()
371 sal_Int32 nHundredthSeconds = nMS/10; in toTime()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx552 virtual void StartTimer( sal_uLong nMS );
752 void GtkXLib::StartTimer( sal_uLong nMS ) in StartTimer() argument
754 m_nTimeoutMS = nMS; // for restarting in StartTimer()
771 SalXLib::StartTimer( nMS ); in StartTimer()
/trunk/main/xmloff/source/draw/
H A Dximpshow.cxx136 const sal_Int32 nMS = ( aTime.Hours * 60 + aTime.Minutes ) * 60 + aTime.Seconds; in SdXMLShowsContext() local
137 aAny <<= nMS; in SdXMLShowsContext()
/trunk/main/vcl/inc/os2/
H A Dsaltimer.h36 void Start( ULONG nMS );
H A Dsalinst.h98 void ImplSalStartTimer( ULONG nMS, sal_Bool bMutex = FALSE );
/trunk/main/vcl/inc/unx/
H A Dsaltimer.h36 void Start( sal_uIntPtr nMS );
H A Dsaldata.hxx84 void StartTimer( sal_uLong nMS );
H A Dsaldisp.hxx252 virtual void StartTimer( sal_uLong nMS );
/trunk/main/vcl/inc/win/
H A Dsaltimer.h36 void Start( sal_uIntPtr nMS );
H A Dsalinst.h97 void ImplSalStartTimer( sal_uIntPtr nMS, sal_Bool bMutex = sal_False );
/trunk/main/vcl/inc/aqua/
H A Dsaltimer.h40 void Start( sal_uLong nMS );
/trunk/main/vcl/inc/
H A Dsaltimer.hxx49 virtual void Start( sal_uLong nMS ) = 0;
/trunk/main/tools/inc/tools/
H A Dtime.hxx69 void MakeTimeFromMS( sal_Int32 nMS );

Completed in 85 milliseconds

12