Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* (<b>Optional</b>) : argument for <code>initialize</code>
* method. If ommitet zero length array is used. </li>
* <ul> <p>
* Test is multithread compilant. <p>
* Test is multithread compliant. <p>
* Till the present time there was no need to recreate environment
* after this test completion.
*/
Expand Down
2 changes: 1 addition & 1 deletion main/framework/qa/complex/imageManager/_XTypeProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* <li><code> getTypes()</code></li>
* <li><code> getImplementationId()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.lang.XTypeProvider
*/
public class _XTypeProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* <li><code> setLabel()</code></li>
* <li><code> setActionCommand()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XButton
*/
public class _XButton extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* <li><code> getDropDownLineCount()</code></li>
* <li><code> setDropDownLineCount()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XComboBox
*/
public class _XComboBox extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* <li> <code>'MODEL'</code> (of type <code>XControlModel</code>):
* used as a parameter to setModel() and for testing getModel()</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XControl
*/
public class _XControl extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* <li> <code>'CONTROL2'</code> (of type <code>XControl</code>):
* used as a parameter to addControl(), getControl() and removeControl()</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XControlContainer
*/
public class _XControlContainer extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* <li><code> setStrictFormat()</code></li>
* <li><code> isStrictFormat()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XCurrencyField
*/
public class _XCurrencyField extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* (of type <code>com.sun.star.awt.XWindow</code>):
* this window must created by the Toolkit tested. </li>
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XDataTransferProviderAccess
*/
public class _XDataTransferProviderAccess extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* <li><code> setStrictFormat()</code></li>
* <li><code> isStrictFormat()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XDateField
*/
public class _XDateField extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* <li><code> execute()</code></li>
* <li><code> endExecute()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* After test completion object environment has to be recreated.
* @see com.sun.star.awt.XDialog
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* <li><code> setAlignment()</code></li>
* <li><code> getAlignment()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XFixedText
*/
public class _XFixedText extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* <li><code> setPixelsByLongs()</code></li>
* <li><code> complete()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XImageConsumer
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* <li><code> removeConsumer()</code></li>
* <li><code> startProduction()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XImageProducer
*/
public class _XImageProducer extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* added to the object tested for checking
* <code> itemStateChanged()</code> method call. </li>
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XItemListener
*/
public class _XItemListener extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* <li><code> getPreferredSize() </code></li>
* <li><code> calcAdjustedSize() </code></li>
* </ul><p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XLayoutConstrains
*/
public class _XLayoutConstrains extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* <li><code> setDropDownLineCount()</code></li>
* <li><code> makeVisible()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XListBox
*/
public class _XListBox extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* <ul>
* <li><code> </code>createMessageBox()</li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XMessageBoxFactory
*/
public class _XMessageBoxFactory extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* <li><code> setStrictFormat()</code></li>
* <li><code> isStrictFormat()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XNumericField
*/
public class _XNumericField extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* <li><code> setStrictFormat()</code></li>
* <li><code> isStrictFormat()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XPatternField
*/
public class _XPatternField extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* <li><code> setState()</code></li>
* <li><code> setLabel()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XRadioButton
*/
public class _XRadioButton extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* <li><code> last()</code></li>
* <li><code> enableRepeat()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XSpinField
*/
public class _XSpinField extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* <li> <code>'Model2'</code> : <code>XControlModel</code> relation
* , any control model belonging to the object tested.</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XTabControllerModel
*/
public class _XTabControllerModel extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* <li> <code>'XTextComponent.onlyNumbers'</code> (of type <code>Object</code>):
* needed for checking if component can contain only numeric values </li>
* </ul><p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XTextComponent
*/
public class _XTextComponent extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* <li><code> getMinimumSize() </code></li>
* <li><code> getColumnsAndLines() </code></li>
* </ul><p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XTextLayoutConstrains
*/
public class _XTextLayoutConstrains extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* <li><code> setStrictFormat()</code></li>
* <li><code> isStrictFormat()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XTimeField
*/
public class _XTimeField extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* <li><code> createScreenCompatibleDevice() </code></li>
* <li><code> createRegion() </code></li>
* </ul><p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XToolkit
*/
public class _XToolkit extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* <li><code> toBack()</code></li>
* <li><code> setMenuBar()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XTopWindow
*/
public class _XTopWindow extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* <li> <code>'TABCONTROL2'</code> (of type <code>XTabController</code>)</li>
*</ul>
*
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
*/

public class _XUnoControlContainer extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* <li> <code>'XUserInputInterception.XModel'</code> (of type <code>XModel</code>):
* used as model where a mouse click or a key press could be done </li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XUserInputInterception
*/
public class _XUserInputInterception extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* <li> <code>'GRAPHICS'</code> (of type <code>XGraphics</code>):
* used as a parameter to setGraphics() </li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XView
*/
public class _XView extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
* ControlShape is changed. For such shapes this relation should
* be passed for proper <code>addWindowListener</code> test. </li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.awt.XWindow
*/
public class _XWindow extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* <li><code> createNode()</code></li>
* <li><code> setRoot()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>

* @see com.sun.star.awt.tree.XMutableTreeDataModel
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* <li><code> setCollapsedGraphicURL()</code></li>
* <li><code> DataValue()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
*
* @see com.sun.star.awt.tree.XTreeDataModel
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* <li><code> removeTreeEditListener()</code></li>
* <li><code> DefaultExpandedGraphicURL()</code></li>
* <li><code> DefaultCollapsedGraphicURL()</code></li>* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
*
* @see com.sun.star.awt.tree.XTreeControl
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* <li><code> createNode()</code></li>
* <li><code> setRoot()</code></li>
* </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
*
* @see com.sun.star.awt.tree.XTreeDataModel
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* <li><code> getNodeGraphicURL()</code></li>
* <li><code> getExpandedGraphicURL()</code></li>
* <li><code> getCollapsedGraphicURL()</code></li> * </ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
*
* @see com.sun.star.awt.tree.XTreeDataModel
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* <ul>
* <li><code> inspect() </code></li>
* </ul> <p>
* Test is multithread compilant. <p>
* Test is multithread compliant. <p>
* @see com.sun.star.beans.XIntrospection
*/
public class _XIntrospection extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* </li>
* <ul> <p>
*
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* After test completion object environment has to be recreated.
* @see com.sun.star.beans.XMultiPropertySet
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* <li><code> setPropertyToDefault()</code></li>
* <li><code> getPropertyDefault()</code></li>
* </ul>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* After test completion object environment has to be recreated. <p>
* <b>Note:</b> object tested must also implement
* <code>com.sun.star.beans.XPropertySet</code> interface.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* protocol, [2] - <code>XConnection</code> reference to bridge
* connection. </li>
* <ul> <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* After test completion object environment has to be recreated.
* @see com.sun.star.bridge.XBridge
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* Object <b>must implement</b>
* <code>com.sun.star.container.XNameContainer</code>.
* <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.container.XContainer
*/
public class _XContainer extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* marked as <code>optional</code></li>
* <ul> <p>
* <p>
* Test is <b> NOT </b> multithread compilant. <p>
* Test is <b> NOT </b> multithread compliant. <p>
* @see com.sun.star.container.XContainerQuery
*/
public class _XContainerQuery extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* will be modified this Object directly so other threads may be faild.
* </li>
* <ul> <p>
* Test is multithread compilant. <p>
* Test is multithread compliant. <p>
* @see com.sun.star.container.XEnumeration
*/
public class _XEnumeration extends MultiMethodTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Testing <code>com.sun.star.container.XEnumerationAccess</code>
* interface methods. <p>
* Test is multithread compilant. <p>
* Test is multithread compliant. <p>
*/
public class _XEnumerationAccess extends MultiMethodTest{
public XEnumerationAccess oObj = null;
Expand Down
Loading