Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 93) sorted by relevance

1234

/trunk/test/testgui/source/pvt/gui/
H A DBenchmark.java62 private static int repeat = 2; field in Benchmark
90 if (i < repeat) in after()
102 for (i = 0; i < repeat; i++) { in coolStartup()
117 for (i = 0; i < repeat; i++) { in warmStartup()
131 for (i = 0; i < repeat; i++) { in newTextDocument()
145 for (i = 0; i < repeat; i++) { in newSpreadsheet()
159 for (i = 0; i < repeat; i++) { in newPresentation()
178 for (i = 0; i < repeat; i++) { in slideShow()
296 for (i = 0; i < repeat; i++) { in loadFinish()
388 for (i = 0; i < repeat; i++) { in save()
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimationListener.idl57 <p>Note that this event is not raised at the simple end of each repeat.</p>
68 <p>Associated with the repeat event is an integer that indicates which repeat iteration is
75 …The value is a 0-based integer, but the repeat event is not raised for the first iteration and so …
77 void repeat( [in] XAnimationNode Node, [in] long Repeat );
H A DXAnimationNode.idl131 <li><const>Timing::INDEFINITE</const> the element is defined to repeat indefinitely
134 no repeat count is defined for this element.</li>
142 /** the total duration for repeat.
148 to repeat the simple duration in seconds.</li>
149 <li><const>Timing::INDEFINITE</const> the element is defined to repeat indefinitely
152 No repeat duration is defined for this element. </li>
H A DEvent.idl54 /** an option repeat value. If the <member>Trigger</member> is
H A DEventTrigger.idl52 event is not raised at the simple end of each repeat.
H A DXTimeContainer.idl63 The deprecated <code>repeat</code> is not supported.
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java117 int repeat = 1; in FileProvider() local
142 repeat = (Integer) v; in FileProvider()
180 for (int j = 0; j < repeat; j++) { in FileProvider()
181 …meters runner = new TestClassRunnerForParameters(getTestClass().getJavaClass(), t, i * repeat + j); in FileProvider()
/trunk/main/setup_native/scripts/
H A Dosx_install_languagepack.applescript74 repeat with currentApp in found_ooos_all_paragraphs
78 end repeat
80 -- repeat with oneApp in found_ooos
82 -- end repeat
H A Dosx_install_patch.applescript72 repeat with currentApp in found_ooos_all_paragraphs
76 end repeat
78 -- repeat with oneApp in found_ooos
80 -- end repeat
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java74 public static int repeat = Integer.parseInt(System.getProperty("conversion.repeat", "8")); field in Conversion
145 …result.addRow("data", sourceFileId, scenario, counter % repeat , closeTime, saveTime, loadTime, so… in after()
149 } else if ("file".equalsIgnoreCase(clean) && counter % repeat == 0) { in after()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXSchema.idl76 The elements of a component schema are only parsed once,a repeat call
102 The elements of a component schema are only parsed once,a repeat call
127 The elements of a component schema are only parsed once,a repeat call
/trunk/main/offapi/com/sun/star/rendering/
H A DTexture.idl42 providing its own transformation matrix, repeat mode, and
134 The repeat mode is separated into x and y direction, this is
142 The repeat mode is separated into x and y direction, this is
H A DAnimationRepeat.idl28 /** This are the possible repeat modes for animations.<p>
31 animation is driven through, thus defining the possible repeat
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseStringFunctions.java165 repeat(xRowRes); in testFunctions()
286 …private void repeat(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in repeat() method in DBaseStringFunctions
/trunk/main/sc/source/ui/pagedlg/
H A Dpagedlg.src90 Text [ en-US ] = "Rows to repeat" ;
124 Text [ en-US ] = "Columns to repeat" ;
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMessageBox.java136 public void repeat() { in repeat() method in VclMessageBox
/trunk/main/sdext/source/presenter/
H A DPresenterCurrentSlideObserver.hxx77 …virtual void SAL_CALL repeat( const ::com::sun::star::uno::Reference< ::com::sun::star::animations…
H A DPresenterCurrentSlideObserver.cxx86 void SAL_CALL PresenterCurrentSlideObserver::repeat ( in repeat() function in sdext::presenter::PresenterCurrentSlideObserver
/trunk/main/sc/source/ui/vba/testvba/
H A DREADME37 …estClient exits the soffice process may still be running, if you wish to repeat tests you may want…
/trunk/main/offapi/com/sun/star/awt/
H A DXSpinField.idl84 /** enables/disables automatic repeat mode.
H A DUnoControlScrollBarModel.idl135 /** specifies the mouse repeat delay, in milliseconds.
/trunk/main/offapi/com/sun/star/chart2/
H A DXColorScheme.idl49 repeat in a cyclic way.</p>
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DDataPilotReadme.txt42 - repeat this step with the "tens" and "hundreds" field
/trunk/main/writerfilter/documentation/
H A DtablesInDoc.txt115 repeat difference times
/trunk/main/offapi/com/sun/star/form/component/
H A DNavigationToolBar.idl132 /** specifies a repeat delay for the control

Completed in 63 milliseconds

1234