Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 25 of 137) sorted by relevance

123456

/trunk/main/sal/osl/unx/asm/
H A Dinterlck_sparc.s91 nop ! delay slot
114 nop ! delay slot
175 mov -4096, %o1 ! delay slot
182 mov %o1, %o0 ! delay slot
197 mov -4096, %o1 ! delay slot
202 st %o1, [%o0] ! delay slot
204 mov %o1, %o0 ! delay slot
232 nop ! delay slot
234 add %o2, 1, %o0 ! delay slot
258 nop ! delay slot
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java76 robot.delay(100); in click()
85 robot.delay(100); in doubleClick()
97 robot.delay(100); in rightClick()
125 robot.delay(100); in drag()
/trunk/main/vos/source/
H A Dtimer.cxx456 TTimeValue delay; in run() local
464 delay = m_pHead->getRemainingTime(); in run()
465 pDelay=&delay; in run()
/trunk/main/migrationanalysis/src/driver_docs/
H A DDocAnalysisRunMacro.vbs285 Sub DAdiagMsg( msg, delay)
293 Sub DAErrMsg( msg, delay)
294 daWshShell.Popup msg, delay, daTitle, 16
/trunk/main/test/source/cpp/
H A Dofficeconnection.cxx128 TimeValue delay = { 1, 0 }; // 1 sec in setUp() local
131 osl_joinProcessWithTimeout(process_, &delay)); in setUp()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx239 sal_Int32 delay(xDocProps->getAutoloadSecs()); in FlushDocInfo() local
240 SetAutoLoad( INetURLObject(url), delay * 1000, in FlushDocInfo()
241 (delay > 0) || url.getLength() ); in FlushDocInfo()
1424 sal_Int32 delay(xDocProps->getAutoloadSecs()); in FinishedLoading() local
1425 SetAutoLoad( INetURLObject(url), delay * 1000, in FinishedLoading()
1426 (delay > 0) || url.getLength() ); in FinishedLoading()
/trunk/main/sal/osl/unx/
H A Dthread.c547 struct timespec delay; in osl_waitThread() local
549 SET_TIMESPEC(delay, pDelay->Seconds, pDelay->Nanosec); in osl_waitThread()
551 SLEEP_TIMESPEC(delay); in osl_waitThread()
/trunk/main/offapi/com/sun/star/form/component/
H A DNavigationToolBar.idl132 /** specifies a repeat delay for the control
136 The delay between two such triggers (in milliseconds) is specified with this property.
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlScrollBarModel.idl135 /** specifies the mouse repeat delay, in milliseconds.
140 mouse button and to press it again. The delay between two such triggers
H A DUnoControlSpinButtonModel.idl156 /** specifies the mouse repeat delay, in milliseconds.
161 mouse button and to press it again. The delay between two such triggers
H A DUnoControlCurrencyFieldModel.idl172 /** specifies the mouse repeat delay, in milliseconds.
177 mouse button and to press it again. The delay between two such triggers
H A DUnoControlNumericFieldModel.idl160 /** specifies the mouse repeat delay, in milliseconds.
165 mouse button and to press it again. The delay between two such triggers
H A DUnoControlTimeFieldModel.idl153 /** specifies the mouse repeat delay, in milliseconds.
158 mouse button and to press it again. The delay between two such triggers
H A DUnoControlDateFieldModel.idl206 /** specifies the mouse repeat delay, in milliseconds.
211 mouse button and to press it again. The delay between two such triggers
H A DUnoControlButtonModel.idl213 /** specifies the mouse repeat delay, in milliseconds.
218 mouse button and to press it again. The delay between two such triggers
H A DUnoControlFormattedFieldModel.idl231 /** specifies the mouse repeat delay, in milliseconds.
236 mouse button and to press it again. The delay between two such triggers
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx267 sal_Int32 delay = xDocProps->getAutoloadSecs(); in ~SwSrcView() local
268 pDocShell->SetAutoLoad(INetURLObject(url), delay, in ~SwSrcView()
269 (delay != 0) || !url.equalsAscii("")); in ~SwSrcView()
/trunk/main/cui/source/tabpages/
H A Dtextanim.src52 /* step delay */ RSC_CD_FIXEDTEXT_HEIGHT + RSC_SP_CTRL_GROUP_Y + \
53 /* delay time */ RSC_CD_TEXTBOX_HEIGHT)
/trunk/main/offapi/com/sun/star/sheet/
H A DCellAreaLink.idl94 /** specifies the delay time between two refresh actions in seconds.
/trunk/main/x11_extensions/inc/
H A DXrender.h175 unsigned long delay; member
H A Drenderproto.h568 CARD32 delay B32;
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl184 "flowchart-delay",
H A DTextProperties.idl287 /** This is the delay in thousandths of a second between each
/trunk/main/oox/source/dump/
H A Doledumper.ini598 0x00008000=delay
621 0x00001000=delay
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.src418 Text [ en-US ] = "delay between characters" ;

Completed in 407 milliseconds

123456