Searched refs:nDelay (Results 1 – 14 of 14) sorted by relevance
137 const sal_Int64 nDelay) in ScheduleSingleTaskRelative() argument139 return ScheduleRepeatedTask(rTask, nDelay, 0); in ScheduleSingleTaskRelative()159 const sal_Int64 nDelay, in ScheduleRepeatedTask() argument168 TimerScheduler::ConvertFromTimeValue (aCurrentTime) + nDelay); in ScheduleRepeatedTask()
59 const sal_Int64 nDelay);
282 sal_uInt16 nCount = 0, nDelay = 60; in NewMarquee() local339 nDelay = (sal_uInt16)pOption->GetNumber(); in NewMarquee()408 aItemSet.Put( SdrTextAniDelayItem( nDelay ) ); in NewMarquee()744 sal_uInt16 nDelay = in OutHTML_DrawFrmFmtAsMarquee() local748 += ByteString::CreateFromInt32( nDelay ); in OutHTML_DrawFrmFmtAsMarquee()
539 TimeValue nDelay ; in run() local564 nDelay.Seconds = 0; in run()565 nDelay.Nanosec = getRandomValue(); in run()566 sleep( nDelay ); in run()
544 TimeValue nDelay ; in run() local569 nDelay.Seconds = 0; in run()570 nDelay.Nanosec = getRandomValue(); in run()571 sleep( nDelay ); in run()
840 sal_Int16 nDelay(0); in ActivityImpl() local841 getPropertyValue( nDelay, xProps, OUSTR("TextAnimationDelay") ); in ActivityImpl()843 mnFrequency = (nDelay ? nDelay : in ActivityImpl()
1814 sal_Bool bForce, sal_uLong nDelay ) in Resize() argument1841 if( nDelay==0 && aResizeTimer.IsActive() ) in Resize()1866 if( nDelay==HTMLTABLE_RESIZE_NOW ) in Resize()1872 else if( nDelay > 0 ) in Resize()1876 aResizeTimer.SetTimeout( nDelay ); in Resize()
156 sal_uLong nDelay = aMouseSettings.GetMenuDelay(); in Click() local170 aMouseSettings.SetMenuDelay( nDelay ); in Click()
239 void SetActionDelay( sal_uLong nDelay ) in SetActionDelay() argument240 { CopyData(); mpData->mnActionDelay = nDelay; } in SetActionDelay()243 void SetMenuDelay( sal_uLong nDelay ) in SetMenuDelay() argument244 { CopyData(); mpData->mnMenuDelay = nDelay; } in SetMenuDelay()
387 const sal_uInt16 nDelay = (sal_uInt16) nTimer; in WriteImageExtension() local404 *pGIF << nDelay; in WriteImageExtension()
1384 sal_uIntPtr nDelay = 0; in FillItemSet() local1394 nDelay = static_cast<sal_uIntPtr>(aNFReload.GetValue()); in FillItemSet()1402 nDelay = static_cast<sal_uIntPtr>(aNFAfter.GetValue()); in FillItemSet()1414 pInfo->setAutoloadDelay( nDelay ); in FillItemSet()
745 const sal_Int32 nDelay (nCurrentButtonBarAlpha>0 && nCurrentButtonBarAlpha<1 in StartFadeAnimation() local761 nDelay, in StartFadeAnimation()
340 sal_uLong nDelay=0 );
5211 sal_uLong nDelay = pControl->GetSettings().GetMouseSettings().GetActionDelay(); in Execute() local5212 while ( ( Time::GetSystemTicks() - nStart ) < nDelay + 100 ) in Execute()
Completed in 106 milliseconds