/trunk/test/testgui/source/pvt/gui/ |
H A D | Benchmark.java | 62 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 D | XAnimationListener.idl | 57 <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 D | XAnimationNode.idl | 131 <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 D | Event.idl | 54 /** an option repeat value. If the <member>Trigger</member> is
|
H A D | EventTrigger.idl | 52 event is not raised at the simple end of each repeat.
|
H A D | XTimeContainer.idl | 63 The deprecated <code>repeat</code> is not supported.
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileProvider.java | 117 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 D | osx_install_languagepack.applescript | 74 repeat with currentApp in found_ooos_all_paragraphs 78 end repeat 80 -- repeat with oneApp in found_ooos 82 -- end repeat
|
H A D | osx_install_patch.applescript | 72 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 D | Conversion.java | 74 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 D | XSchema.idl | 76 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 D | Texture.idl | 42 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 D | AnimationRepeat.idl | 28 /** 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 D | DBaseStringFunctions.java | 66 repeat(xRowRes); in testFunctions() 157 …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 D | pagedlg.src | 90 Text [ en-US ] = "Rows to repeat" ; 124 Text [ en-US ] = "Columns to repeat" ;
|
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclMessageBox.java | 136 public void repeat() { in repeat() method in VclMessageBox
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterCurrentSlideObserver.hxx | 77 …virtual void SAL_CALL repeat( const ::com::sun::star::uno::Reference< ::com::sun::star::animations…
|
H A D | PresenterCurrentSlideObserver.cxx | 86 void SAL_CALL PresenterCurrentSlideObserver::repeat ( in repeat() function in sdext::presenter::PresenterCurrentSlideObserver
|
/trunk/main/sc/source/ui/vba/testvba/ |
H A D | README | 37 …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 D | XSpinField.idl | 84 /** enables/disables automatic repeat mode.
|
H A D | UnoControlScrollBarModel.idl | 135 /** specifies the mouse repeat delay, in milliseconds.
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | XColorScheme.idl | 49 repeat in a cyclic way.</p>
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | DataPilotReadme.txt | 42 - repeat this step with the "tens" and "hundreds" field
|
/trunk/main/writerfilter/documentation/ |
H A D | tablesInDoc.txt | 115 repeat difference times
|
/trunk/main/offapi/com/sun/star/form/component/ |
H A D | NavigationToolBar.idl | 132 /** specifies a repeat delay for the control
|