Home
last modified time | relevance | path

Searched refs:nDelay (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx745 const sal_Int32 nDelay (nCurrentButtonBarAlpha>0 && nCurrentButtonBarAlpha<1 in StartFadeAnimation() local
761 nDelay, in StartFadeAnimation()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx239 void SetActionDelay( sal_uLong nDelay ) in SetActionDelay() argument
240 { CopyData(); mpData->mnActionDelay = nDelay; } in SetActionDelay()
243 void SetMenuDelay( sal_uLong nDelay ) in SetMenuDelay() argument
244 { CopyData(); mpData->mnMenuDelay = nDelay; } in SetMenuDelay()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenuitemcomponent.cxx156 sal_uLong nDelay = aMouseSettings.GetMenuDelay(); in Click() local
170 aMouseSettings.SetMenuDelay( nDelay ); in Click()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1814 sal_Bool bForce, sal_uLong nDelay ) in Resize() argument
1841 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()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx282 sal_uInt16 nCount = 0, nDelay = 60; in NewMarquee() local
339 nDelay = (sal_uInt16)pOption->GetNumber(); in NewMarquee()
408 aItemSet.Put( SdrTextAniDelayItem( nDelay ) ); in NewMarquee()
744 sal_uInt16 nDelay = in OutHTML_DrawFrmFmtAsMarquee() local
748 += ByteString::CreateFromInt32( nDelay ); in OutHTML_DrawFrmFmtAsMarquee()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx340 sal_uLong nDelay=0 );
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx840 sal_Int16 nDelay(0); in ActivityImpl() local
841 getPropertyValue( nDelay, xProps, OUSTR("TextAnimationDelay") ); in ActivityImpl()
843 mnFrequency = (nDelay ? nDelay : in ActivityImpl()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1384 sal_uIntPtr nDelay = 0; in FillItemSet() local
1394 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()
/trunk/main/sdext/source/presenter/
H A DPresenterTimer.cxx137 const sal_Int64 nDelay) in ScheduleSingleTaskRelative() argument
139 return ScheduleRepeatedTask(rTask, nDelay, 0); in ScheduleSingleTaskRelative()
159 const sal_Int64 nDelay, in ScheduleRepeatedTask() argument
168 TimerScheduler::ConvertFromTimeValue (aCurrentTime) + nDelay); in ScheduleRepeatedTask()
H A DPresenterTimer.hxx59 const sal_Int64 nDelay);
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx539 TimeValue nDelay ; in run() local
564 nDelay.Seconds = 0; in run()
565 nDelay.Nanosec = getRandomValue(); in run()
566 sleep( nDelay ); in run()
/trunk/main/framework/test/
H A Dthreadtest.cxx544 TimeValue nDelay ; in run() local
569 nDelay.Seconds = 0; in run()
570 nDelay.Nanosec = getRandomValue(); in run()
571 sleep( nDelay ); in run()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx387 const sal_uInt16 nDelay = (sal_uInt16) nTimer; in WriteImageExtension() local
404 *pGIF << nDelay; in WriteImageExtension()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5211 sal_uLong nDelay = pControl->GetSettings().GetMouseSettings().GetActionDelay(); in Execute() local
5212 while ( ( Time::GetSystemTicks() - nStart ) < nDelay + 100 ) in Execute()

Completed in 99 milliseconds