/aoo41x/main/vcl/os2/source/app/ |
H A D | saltimer.cxx | 39 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 …]
|
/aoo41x/main/vcl/win/source/app/ |
H A D | saltimer.cxx | 41 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 D | salinst.cxx | 986 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 );
|
/aoo41x/main/xmloff/source/style/ |
H A D | durationhdl.cxx | 50 …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()
|
/aoo41x/main/vcl/aqua/source/app/ |
H A D | saltimer.cxx | 39 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()
|
/aoo41x/main/vcl/source/app/ |
H A D | timer.cxx | 87 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()
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | saltimer.cxx | 57 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()
|
/aoo41x/main/tools/source/datetime/ |
H A D | ttime.cxx | 234 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()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpinst.cxx | 498 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 D | svpinst.hxx | 75 virtual void Start( sal_uLong nMS ); 120 void StartTimer( sal_uLong nMS );
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdservice.cxx | 434 sal_uInt32 nMS = 0; in getReferences() local 479 if ( !( aTypeDesc >>= aMandatoryServices[ nMS ] ) ) in getReferences() 485 nMS++; in getReferences() 544 aMandatoryServices.realloc( nMS ); in getReferences()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 357 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()
|
/aoo41x/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 552 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()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | ximpshow.cxx | 136 const sal_Int32 nMS = ( aTime.Hours * 60 + aTime.Minutes ) * 60 + aTime.Seconds; in SdXMLShowsContext() local 137 aAny <<= nMS; in SdXMLShowsContext()
|
/aoo41x/main/vcl/inc/win/ |
H A D | saltimer.h | 36 void Start( sal_uIntPtr nMS );
|
H A D | salinst.h | 97 void ImplSalStartTimer( sal_uIntPtr nMS, sal_Bool bMutex = sal_False );
|
/aoo41x/main/vcl/inc/os2/ |
H A D | saltimer.h | 36 void Start( ULONG nMS );
|
H A D | salinst.h | 98 void ImplSalStartTimer( ULONG nMS, sal_Bool bMutex = FALSE );
|
/aoo41x/main/vcl/inc/unx/ |
H A D | saltimer.h | 36 void Start( sal_uIntPtr nMS );
|
H A D | saldata.hxx | 84 void StartTimer( sal_uLong nMS );
|
H A D | saldisp.hxx | 252 virtual void StartTimer( sal_uLong nMS );
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | saltimer.h | 40 void Start( sal_uLong nMS );
|
/aoo41x/main/vcl/inc/ |
H A D | saltimer.hxx | 49 virtual void Start( sal_uLong nMS ) = 0;
|
/aoo41x/main/tools/inc/tools/ |
H A D | time.hxx | 69 void MakeTimeFromMS( sal_Int32 nMS );
|
/aoo41x/extras/l10n/source/ks/ |
H A D | localize.sdf | 1034 …ks dbadmin.src#PAGE_DS_PROPERTIES_1.LB_BOOLEANCOMPARISON.4.stringlist.text\nMS ایكسیس 2002-02…
|