diff options
Diffstat (limited to 'qadevOOo/tests/java/ifc')
23 files changed, 23 insertions, 23 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XTabController.java b/qadevOOo/tests/java/ifc/awt/_XTabController.java index 8b649780c043..8fa384497cd3 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTabController.java +++ b/qadevOOo/tests/java/ifc/awt/_XTabController.java @@ -36,7 +36,7 @@ import com.sun.star.awt.XTabControllerModel; * <li><code> activateTabOrder()</code></li> * <li><code> autoTabOrder()</code></li> * <li><code> getContainer()</code></li> -* <li><code> getCotrols()</code></li> +* <li><code> getControls()</code></li> * <li><code> getModel()</code></li> * <li><code> setContainer()</code></li> * <li><code> setModel()</code></li> diff --git a/qadevOOo/tests/java/ifc/bridge/_XUnoUrlResolver.java b/qadevOOo/tests/java/ifc/bridge/_XUnoUrlResolver.java index f8f32686ed56..16bbceb45456 100644 --- a/qadevOOo/tests/java/ifc/bridge/_XUnoUrlResolver.java +++ b/qadevOOo/tests/java/ifc/bridge/_XUnoUrlResolver.java @@ -111,7 +111,7 @@ public class _XUnoUrlResolver extends MultiMethodTest { try { // create a connection XConnection xCon = xAcc.accept(connectString); - // create a bridge over that conmnection + // create a bridge over that connection xBridge = xBrdgFctr.createBridge( "MyBridge", "urp", xCon, xInstProv); } catch (com.sun.star.lang.IllegalArgumentException e) { diff --git a/qadevOOo/tests/java/ifc/container/_XNameReplace.java b/qadevOOo/tests/java/ifc/container/_XNameReplace.java index f9b3283aadc8..0201bc5e16b4 100644 --- a/qadevOOo/tests/java/ifc/container/_XNameReplace.java +++ b/qadevOOo/tests/java/ifc/container/_XNameReplace.java @@ -59,7 +59,7 @@ import com.sun.star.uno.UnoRuntime; * INSTANCEn are n Objectrelations so that every thread can isert it's own * object. n depends on the variable THRCNT which and comes from API.INI * Some Object-Container can't replace the first that comes belong. So in -* NAMEREPLACE you can determine a containerobject, which is replaceable. <p> +* NAMEREPLACE you can determine a container object, which is replaceable. <p> * * Test is <b> NOT </b> multithread compliant. <p> * After test completion object environment has to be recreated. diff --git a/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java b/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java index 3790b739f54b..93213a0d8b73 100644 --- a/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java +++ b/qadevOOo/tests/java/ifc/datatransfer/_XDataFormatTranslator.java @@ -50,7 +50,7 @@ public class _XDataFormatTranslator extends MultiMethodTest { } /** - * Gets data flavour from system data type, which was gotten + * Gets data flavor from system data type, which was gotten * from 'text/html' MIME type. <p> * Has <b>OK</b> status if DataFlavour returned has 'text/html' MIME * type. diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java index 2b208e4537a7..7a8193bc0b15 100644 --- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java +++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java @@ -105,7 +105,7 @@ public class _XDocumentInsertable extends MultiMethodTest { tEnv.getObjRelation("XDocumentInsertable.Checker") ; if (checker == null) { - log.println("Relaion not found, trying to query for "+ + log.println("Relation not found, trying to query for "+ "XTextRange ...") ; range = UnoRuntime.queryInterface (XTextRange.class, oObj) ; if (range == null) { diff --git a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java index 7cd6bf913afe..60dcd7f63187 100644 --- a/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java +++ b/qadevOOo/tests/java/ifc/form/_DataAwareControlModel.java @@ -153,7 +153,7 @@ public class _DataAwareControlModel extends MultiPropertyTest { } /** - * Forces environment recreateation. + * Forces environment recreation. */ @Override public void after() { diff --git a/qadevOOo/tests/java/ifc/form/_XSubmit.java b/qadevOOo/tests/java/ifc/form/_XSubmit.java index 2d068a1ae237..1a7213a8e3fa 100644 --- a/qadevOOo/tests/java/ifc/form/_XSubmit.java +++ b/qadevOOo/tests/java/ifc/form/_XSubmit.java @@ -130,7 +130,7 @@ public class _XSubmit extends MultiMethodTest { e.printStackTrace(log); } } else { - log.println("!!! The tested compoennt doesn't support XPropertySet "); + log.println("!!! The tested component doesn't support XPropertySet "); } oObj.submit(cntrl, new MouseEvent()); diff --git a/qadevOOo/tests/java/ifc/frame/_XController.java b/qadevOOo/tests/java/ifc/frame/_XController.java index bba3d2d5b67a..20cfa71c7867 100644 --- a/qadevOOo/tests/java/ifc/frame/_XController.java +++ b/qadevOOo/tests/java/ifc/frame/_XController.java @@ -95,7 +95,7 @@ public class _XController extends MultiMethodTest { /** * At first object relation 'FirstModel' is gotten. Then test calls the * method. <p> - * Has <b> OK </b> status if string repersentation of an object, returned by + * Has <b> OK </b> status if string rapresentation of an object, returned by * the method is equal to string representation of corresponding object * relation. */ diff --git a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java index 77e96d72fa34..ba1190d5f6cb 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java +++ b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java @@ -84,7 +84,7 @@ public class _XExtendedIndexEntrySupplier extends MultiMethodTest { for (int j = 0; j < algorithms.size(); j++) { String[] algs = algorithms.get(Integer.valueOf(j)); for (int k=0;k<algs.length;k++) { - log.println("\t Algorythm :" + + log.println("\t Algorithm :" + algs[k]); oObj.loadAlgorithm(locales[i], algs[k], CollatorOptions.CollatorOptions_IGNORE_CASE); log.println("\t\t Get: " + diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java index d33239174e2c..cd5c4b26450f 100644 --- a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java +++ b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java @@ -92,7 +92,7 @@ public class _XActiveDataControl extends MultiMethodTest { /** * XStreamListener implementation. Sets variables - * (<cod>estartedCalled</code>, <code>terminatedCalled</code>, etc.) to + * (<cod>startedCalled</code>, <code>terminatedCalled</code>, etc.) to * <tt>true</tt> if the appropriate method was called (for example, if * <code>started()</code> was called, the <code>startedCalled</code> * field is set). diff --git a/qadevOOo/tests/java/ifc/io/_XInputStream.java b/qadevOOo/tests/java/ifc/io/_XInputStream.java index 9bfe93b337be..90ee86afb63c 100644 --- a/qadevOOo/tests/java/ifc/io/_XInputStream.java +++ b/qadevOOo/tests/java/ifc/io/_XInputStream.java @@ -57,7 +57,7 @@ public class _XInputStream extends MultiMethodTest { int bytesReady = 0 ; /** - * Before the test, the stream writer and the data are ecxtracted from + * Before the test, the stream writer and the data are extracted from * the object relations and the data is written to the stream. */ @Override diff --git a/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java b/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java index 140cb008ae05..b0375c257a6a 100644 --- a/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java +++ b/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java @@ -175,7 +175,7 @@ public class _XEventAttacherManager extends MultiMethodTest { } /** - * Method checks that array of descriptors contains the concrete desciptor. + * Method checks that array of descriptors contains the concrete descriptor. * @param container the array of descriptors * @param evt the descriptor which presence in the array is checked * @return true if the descriptor presence in the array diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java index 717d0672d3ae..2764574bb193 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java +++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java @@ -63,7 +63,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { private XResultSet xReSet = null; /** - * Retcieves the object relations: + * Retrieves the object relations: * <ul> * <li><code>XSingleSelectQueryAnalyzer xQueryAna</code></li> * <li><code>XPropertySet xProp</code></li> diff --git a/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java b/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java index c5026eb692f0..51adc5ef76cb 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java +++ b/qadevOOo/tests/java/ifc/sheet/_XAreaLink.java @@ -68,7 +68,7 @@ public class _XAreaLink extends MultiMethodTest { } /** - * Creates a new desination CellRange address and sets it for + * Creates a new destination CellRange address and sets it for * the link object. <p> * After setting the DestArea, the link is refreshed and the area is * adjusted to the size of the source data. diff --git a/qadevOOo/tests/java/ifc/text/_BaseIndex.java b/qadevOOo/tests/java/ifc/text/_BaseIndex.java index 017d4a881f3d..006796724ad8 100644 --- a/qadevOOo/tests/java/ifc/text/_BaseIndex.java +++ b/qadevOOo/tests/java/ifc/text/_BaseIndex.java @@ -89,7 +89,7 @@ public class _BaseIndex extends MultiPropertyTest { * * Comparing of set and got <code>PropertyValue</code> arrays * is difficult because values can be changed after setting - * by service miplementation. <p> + * by service implementation. <p> * * Has <b>OK</b> status if the collection again gotten, has a * new first element (i.e. lengths of the old array and the array diff --git a/qadevOOo/tests/java/ifc/text/_XPagePrintable.java b/qadevOOo/tests/java/ifc/text/_XPagePrintable.java index 7268118dd3dc..5b1f6997849e 100644 --- a/qadevOOo/tests/java/ifc/text/_XPagePrintable.java +++ b/qadevOOo/tests/java/ifc/text/_XPagePrintable.java @@ -75,7 +75,7 @@ public class _XPagePrintable extends MultiMethodTest { } /** - * Changes a property 'IsLandscape' in existsing print settings, + * Changes a property 'IsLandscape' in existing print settings, * and sets these settings back. <p> * * Has <b>OK</b> status if settings gotten again has the changed diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java index a4ae2ba7cb76..ad7dc3aa3122 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java @@ -113,7 +113,7 @@ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest { /** * Creates an instance of <code>CachedDynamicResultSet</code> service * which is not connected to any stub. Then tries to connect it to - * <code>DynaminResultSet</code> created and passed as relation. + * <code>DynamicResultSet</code> created and passed as relation. * Connection is checked by retrieving and comparing of row numbers * of connected set and its source set. <p> * Has <b>OK</b> status if row numbers are equal and they are diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java index f6cf0b7f5e62..688b2bd3567a 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderFactory.java @@ -38,7 +38,7 @@ public class _XContentProviderFactory extends MultiMethodTest { public static XContentProviderFactory oObj = null; /** - * Creates a propvider. <p> + * Creates a provider. <p> * Has <b> OK </b> status if the returned value is not * <code>null</code>. <p> */ diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java index 9849f1f7f51c..3242c1071704 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java +++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java @@ -132,7 +132,7 @@ public class _XContentProviderManager extends MultiMethodTest { * @see #_queryContentProvider */ public void _registerContentProvider() { - // querying providfers info before inserting them, to verify results + // querying providers info before inserting them, to verify results initialProvidersInfo = oObj.queryContentProviders(); // GnomeVFSContentProvider or GIOContentProvider ?, typically null diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java index 0d34af24ba6b..2f633122e9bd 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java +++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java @@ -520,7 +520,7 @@ public class _XSimpleFileAccess extends MultiMethodTest { if (oHandler == null) throw new StatusException - (Status.failed("Reelation InteractionHandler not found")); + (Status.failed("Relation InteractionHandler not found")); try { handler = UnoRuntime.queryInterface diff --git a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java index 682804d7f7c8..57c5d9b2b7d3 100644 --- a/qadevOOo/tests/java/ifc/util/_XURLTransformer.java +++ b/qadevOOo/tests/java/ifc/util/_XURLTransformer.java @@ -418,7 +418,7 @@ public class _XURLTransformer extends MultiMethodTest { url.Complete = expectedCompleteFTP; log.println("getPresentation('" + expectedCompleteFTP + "', false): "); - // the password must be masqurade with <****> + // the password must be masquarade with <****> StringBuilder sb = new StringBuilder(); for (int n = 0 ; n < password.length(); n++){ sb.append("*"); diff --git a/qadevOOo/tests/java/ifc/view/_XScreenCursor.java b/qadevOOo/tests/java/ifc/view/_XScreenCursor.java index 45510f593b0d..3f28462dc17c 100644 --- a/qadevOOo/tests/java/ifc/view/_XScreenCursor.java +++ b/qadevOOo/tests/java/ifc/view/_XScreenCursor.java @@ -64,7 +64,7 @@ public class _XScreenCursor extends MultiMethodTest { * The following method tests are to be completed successfully before : * <ul> * <li> <code> screenDown() </code> : by default view is on the - * top of pag, thereby it's needed first to moved down. </li> + * top of pag, thereby its needed first to moved down. </li> * </ul> */ public void _screenUp(){ diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java index d6e5a51d8ca6..8767e15f07d1 100644 --- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java +++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java @@ -191,7 +191,7 @@ public class _XDocumentHandler extends MultiMethodTest { * * Has <b>OK</b> status if no exceptions occurred during * the whole transferring and if the appropriate changes - * occurred in the document where XML data was trnsfered to. + * occurred in the document where XML data was transferred to. * This check is performed by checker relation. */ public void _endDocument() { |