You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by st...@apache.org on 2013/02/01 09:46:35 UTC

svn commit: r1441343 [20/35] - in /openoffice/branches/ia2: ./ ext_libraries/apr-util/ ext_libraries/apr/ ext_sources/ extras/l10n/source/ast/ extras/l10n/source/da/ extras/l10n/source/eu/ extras/l10n/source/gd/ extras/l10n/source/ko/ extras/l10n/sourc...

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java Fri Feb  1 08:46:00 2013
@@ -52,7 +52,7 @@ public class _XMessageBoxFactory extends
     public void _createMessageBox() {
         final XMessageBox mb = oObj.createMessageBox(
             (XWindowPeer) tEnv.getObjRelation("WINPEER"),
-            new Rectangle(0, 0, 100, 100), "errorbox", 1, "The Title",
+            com.sun.star.awt.MessageBoxType.ERRORBOX, 1, "The Title",
             "The Message");
         final UITools tools = new UITools(
             (XMultiServiceFactory) tParam.getMSF(),

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java Fri Feb  1 08:46:00 2013
@@ -101,7 +101,7 @@ public class _XMultiPropertySet extends 
              propertiesChanged = true;
          }
          public void disposing (EventObject obj) {}
-    };
+    }
 
     private XPropertiesChangeListener PClistener =
         new MyChangeListener();

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XPropertySet.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XPropertySet.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XPropertySet.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/beans/_XPropertySet.java Fri Feb  1 08:46:00 2013
@@ -72,7 +72,7 @@ public class _XPropertySet extends Multi
             propertyChanged = true;
          }
          public void disposing (EventObject obj) {}
-    };
+    }
 
     private final XPropertyChangeListener PClistener = new MyChangeListener();
 
@@ -92,7 +92,7 @@ public class _XPropertySet extends Multi
             vetoableChanged = true;
          }
          public void disposing (EventObject obj) {}
-    };
+    }
 
     private final XVetoableChangeListener VClistener = new MyVetoListener();
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/container/_XContainer.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/container/_XContainer.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/container/_XContainer.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/container/_XContainer.java Fri Feb  1 08:46:00 2013
@@ -152,7 +152,7 @@ public class _XContainer extends MultiMe
             bElementReplaced = true;
          }
          public void disposing (EventObject obj) {}
-    };
+    }
 
     MyListener listener = new MyListener();
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/form/_FormControlModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/form/_FormControlModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/form/_FormControlModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/form/_FormControlModel.java Fri Feb  1 08:46:00 2013
@@ -33,7 +33,7 @@ import lib.MultiPropertyTest;
 *  <li><code> TabIndex</code></li>
 *  <li><code> Tag</code></li>
 * </ul>
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 */
 public class _FormControlModel extends MultiPropertyTest {
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java Fri Feb  1 08:46:00 2013
@@ -48,7 +48,7 @@ import com.sun.star.frame.DispatchResult
 * <ul> <p>
 * @see com.sun.star.frame.XDispatch
 * @see com.sun.star.frame.XNotifyingDispatch
-* @see ifc.frmae._XDispatch
+* @see ifc.frame._XDispatch
 */
 public class _XNotifyingDispatch extends MultiMethodTest {
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XPopupMenuController.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XPopupMenuController.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XPopupMenuController.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/frame/_XPopupMenuController.java Fri Feb  1 08:46:00 2013
@@ -23,7 +23,9 @@
 
 package ifc.frame;
 
+import com.sun.star.graphic.XGraphic;
 import com.sun.star.awt.XPopupMenu;
+import com.sun.star.awt.KeyEvent;
 import com.sun.star.frame.XPopupMenuController;
 import lib.MultiMethodTest;
 
@@ -59,7 +61,7 @@ public class _XPopupMenuController exten
             System.out.println("enableItem called.");
         }
         
-        public short execute(com.sun.star.awt.XWindowPeer xWindowPeer, com.sun.star.awt.Rectangle rectangle, short param) {
+        public short execute(com.sun.star.awt.XWindowPeer xWindowPeer, com.sun.star.awt.Point pos, short param) {
             System.out.println("execute called.");
             return 0;
         }
@@ -131,5 +133,94 @@ public class _XPopupMenuController exten
         public void setPopupMenu(short param, com.sun.star.awt.XPopupMenu xPopupMenu) {
             System.out.println("setPopupMenu called.");
         }
+
+        public XGraphic getItemImage(short param ) {
+            System.out.println("getItemImage called.");
+            return null;
+        }
+
+        public void setItemImage(short param, XGraphic param1, boolean param2 ) {
+            System.out.println("setItemImage called.");
+        }
+
+        public KeyEvent getAcceleratorKeyEvent(short param ) {
+            System.out.println("getAcceleratorKeyEvent called.");
+            return new KeyEvent();
+        }
+
+        public void setAcceleratorKeyEvent(short param, KeyEvent param1 ) {
+            System.out.println("setAcceleratorKeyEvent called.");
+        }
+
+        public void endExecute() {
+            System.out.println("endExecute called.");
+        }
+
+        public boolean isInExecute() {
+            System.out.println("isInExecute called.");
+            return false;
+        }
+
+        public boolean isPopupMenu() {
+            System.out.println("isPopupMenu called.");
+            return true;
+        }
+
+        public String getTipHelpText(short param ) {
+            System.out.println("getTipHelpText called.");
+            return null;
+        }
+
+        public void setTipHelpText(short param, String param1 ) {
+            System.out.println("setTipHelpText called.");
+        }
+
+        public String getHelpText(short param ) {
+            System.out.println("getHelpText called.");
+            return null;
+        }
+
+        public void setHelpText(short param, String param1 ) {
+            System.out.println("setHelpText called.");
+        }
+
+        public String getHelpCommand(short param ) {
+            System.out.println("getHelpCommand called.");
+            return null;
+        }
+
+        public void setHelpCommand(short param, String param1 ) {
+            System.out.println("setHelpCommand called.");
+        }
+
+        public String getCommand(short param ) {
+            System.out.println("getCommand called.");
+            return null;
+        }
+
+        public void setCommand(short param, String param1 ) {
+            System.out.println("setCommand called.");
+        }
+
+        public void enableAutoMnemonics(boolean param ) {
+            System.out.println("enableAutoMnemonics called.");
+        }
+
+        public void hideDisabledEntries(boolean param ) {
+            System.out.println("hideDisabledEntries called.");
+        }
+
+        public com.sun.star.awt.MenuItemType getItemType(short param ) {
+            System.out.println("getItemType called.");
+            return com.sun.star.awt.MenuItemType.DONTKNOW;
+        }
+
+        public void setItemType(com.sun.star.awt.MenuItemType param ) {
+            System.out.println("setItemType called.");
+        }
+
+        public void clear() {
+            System.out.println("clear called.");
+        }
     }
 }

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XCharacterClassification.java Fri Feb  1 08:46:00 2013
@@ -301,7 +301,7 @@ public class _XCharacterClassification e
     * is equal to a number where element is located in array. Also method has
     * <b> OK </b> status for symbol with code 55296, because it doesn't work
     * since it hasn't the right neighborhood.<p>
-    * @see http://ppewww.ph.gla.ac.uk/~flavell/unicode/unidata.html
+    * @see "http://ppewww.ph.gla.ac.uk/~flavell/unicode/unidata.html"
     */
     public void _getScript() {
         boolean res = true;
@@ -401,7 +401,7 @@ public class _XCharacterClassification e
 
     /**
     * Method returns locale for a given language and country.
-    * @param localeIndex index of needed locale.
+    * @param k index of needed locale.
     */
     private Locale getLocale(int k) {
         return new Locale(languages[k],countries[k],"");

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XIndexEntrySupplier.java Fri Feb  1 08:46:00 2013
@@ -91,7 +91,7 @@ public class _XIndexEntrySupplier extend
 
     /**
     * Method returns locale for a given language and country.
-    * @param localeIndex index of needed locale.
+    * @param k index of needed locale.
     * @return Locale by the index from arrays defined above
     */
     public Locale getLocale(int k) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XLocaleData.java Fri Feb  1 08:46:00 2013
@@ -400,7 +400,7 @@ public class _XLocaleData extends MultiM
 
     /**
     * Method returns locale for a given language and country.
-    * @param localeIndex index of needed locale.
+    * @param k index of needed locale.
     * @return Locale by the index from arrays defined above
     */
     public Locale getLocale(int k) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java Fri Feb  1 08:46:00 2013
@@ -146,7 +146,7 @@ public class _XNumberFormatCode extends 
 
     /**
     * Method returns locale for a given language and country.
-    * @param localeIndex index of needed locale.
+    * @param k index of needed locale.
     * @return Locale by the index from arrays defined above
     */
     public Locale getLocale(int k) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/lang/_XComponent.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/lang/_XComponent.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/lang/_XComponent.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/lang/_XComponent.java Fri Feb  1 08:46:00 2013
@@ -61,7 +61,7 @@ public class _XComponent extends MultiMe
             Loutput[0] = Thread.currentThread() + " is DISPOSING EV1" + this;
             listenerDisposed[0] = true;
         }
-    };
+    }
 
     /**
     * Listener which added and then removed, and its method must <b>not</b>
@@ -72,7 +72,7 @@ public class _XComponent extends MultiMe
             Loutput[0] = Thread.currentThread() + " is DISPOSING EV2" + this;
             listenerDisposed[1] = true;
         }
-    };
+    }
 
     XEventListener listener1 = new MyEventListener();
     XEventListener listener2 = new MyEventListener2();

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java Fri Feb  1 08:46:00 2013
@@ -74,7 +74,7 @@ public class _XDictionaryList extends Mu
         public void processDictionaryListEvent( DictionaryListEvent aDicEvent) {
             listenerCalled = true;
         }
-    };
+    }
 
     XDictionaryListEventListener listener = new MyDictionaryListEventListener();
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java Fri Feb  1 08:46:00 2013
@@ -57,7 +57,7 @@ public class _XLinguServiceEventBroadcas
             log.println("Listener called");
         }
 
-    };
+    }
 
     XLinguServiceEventListener listener = new MyLinguServiceEventListener();
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java Fri Feb  1 08:46:00 2013
@@ -68,7 +68,7 @@ public class _XLinguServiceManager exten
             listenerCalled = true;
             log.println("Listener called");
         }
-    };
+    }
 
     XLinguServiceEventListener listener = new MyLinguServiceEventListener();
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java Fri Feb  1 08:46:00 2013
@@ -50,7 +50,7 @@ import util.utils;
 * <ul> <p>
 * Test is <b> NOT </b> multithread compilant. <p>
 * After test completion object environment has to be recreated.
-* @see com.sun.star.###
+* @see com.sun.star
 */
 public class _XImplementationRegistration extends MultiMethodTest {
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/registry/_XSimpleRegistry.java Fri Feb  1 08:46:00 2013
@@ -395,7 +395,7 @@ public class _XSimpleRegistry extends Mu
     /**
     * Method calls <code>close()</code> of the interface
     * <code>com.sun.star.registry.XRegistryKey</code>. <p>
-    * @param interface <code>com.sun.star.registry.XRegistryKey</code>
+    * @param reg <code>com.sun.star.registry.XRegistryKey</code>
     */
     public void closeReg(XSimpleRegistry reg) {
         if (nr == null) {
@@ -407,4 +407,4 @@ public class _XSimpleRegistry extends Mu
             }
         }
     }
-}
\ No newline at end of file
+}

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_RowSet.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_RowSet.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_RowSet.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_RowSet.java Fri Feb  1 08:46:00 2013
@@ -105,7 +105,7 @@ public class _RowSet extends MultiProper
      * Overriden method which tests all the properties
      * with <code>SafeTester</code>.
      *
-     * @see #SafeTester
+     * @see SafeTester
      */
     protected void testProperty(String propName) {
         testProperty(propName, new SafeTester()) ;

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java Fri Feb  1 08:46:00 2013
@@ -64,7 +64,7 @@ public class _XSingleSelectQueryAnalyzer
     * <ul>
     *  <li><code>XSingleSelectQueryComposer xCompoer</code></li>
     * </ul> <p>
-     * @see om.sun.star.sdb.XSingleSelectQueryComposer
+     * @see com.sun.star.sdb.XSingleSelectQueryComposer
      */
     protected void before() {
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java Fri Feb  1 08:46:00 2013
@@ -72,7 +72,7 @@ public class _XSingleSelectQueryComposer
     *  <li><code>XPropertySet xProp</code></li>
     *  <li><code>String colName</code></li>
     * </ul> <p>
-     * @see om.sun.star.sdb.XSingleSelectQueryAnalyzer
+     * @see com.sun.star.sdb.XSingleSelectQueryAnalyzer
      * @see com.sun.star.beans.XPropertySet
      */
     protected void before() /* throws Exception*/ {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java Fri Feb  1 08:46:00 2013
@@ -47,7 +47,7 @@ import com.sun.star.uno.UnoRuntime;
  *   </li>
  *   <li>"XCellRangesQuery.EXPECTEDRESULTS": the expected results for the test 
  *       methods as a String array.<br>
- *       @see mod._sc.ScCellCurserObj or
+ *       @see mod._sc.ScCellCursorObj or
  *       @see mod._sc.ScCellObj for an example how this should look like.
  *   </li>
  * </ul>
@@ -300,4 +300,4 @@ public class _XCellRangesQuery extends M
             disposeEnvironment();
         }
     }
-}
\ No newline at end of file
+}

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XConsolidationDescriptor.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XConsolidationDescriptor.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XConsolidationDescriptor.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XConsolidationDescriptor.java Fri Feb  1 08:46:00 2013
@@ -236,7 +236,6 @@ public class _XConsolidationDescriptor e
 
     /**
     * Constructs new cell range addresses using old cell range addresses.
-    * @param CRaddr old cell range addresses
     * @return new cell range addresses
     */
     public CellRangeAddress[] newCRaddr() {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java Fri Feb  1 08:46:00 2013
@@ -102,7 +102,7 @@ public class _XRangeSelection extends Mu
         requiredMethod("addRangeSelectionListener()");
         
         // get the sheet center
-        Point center = getSheetCenter();;
+        Point center = getSheetCenter();
         if (center == null)
             throw new StatusException(Status.failed("Couldn't get the sheet center."));
         
@@ -168,7 +168,7 @@ public class _XRangeSelection extends Mu
     
     /**
      * Determine the current top window center and return this as a point.
-     * @ return a point representing the sheet center.
+     * @return a point representing the sheet center.
      */
     protected Point getSheetCenter() {
         log.println("Trying to get AccessibleSpreadsheet");
@@ -211,7 +211,7 @@ public class _XRangeSelection extends Mu
                 if (xacc != null) {
                     if (xacc.getAccessibleContext().getAccessibleName().indexOf("d2")>0) {
                         tw=tw_temp;
-                    };
+                    }
                 } else {
                     log.println("\t unknown window");
                 }

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_NumberingLevel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_NumberingLevel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_NumberingLevel.java Fri Feb  1 08:46:00 2013
@@ -63,7 +63,7 @@ import share.LogWriter;
 *
 * @see com.sun.star.text.NumberingLevel
 * @see com.sun.star.test.ParagraphProperties
-* @see ifc.text._ParagraphProperties
+* @see ifc.style._ParagraphProperties
 */
 public class _NumberingLevel {
     

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextGraphicObject.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextGraphicObject.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextGraphicObject.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextGraphicObject.java Fri Feb  1 08:46:00 2013
@@ -141,7 +141,6 @@ public class _TextGraphicObject extends 
             res[0][i] = new Point();
             res[0][i].X = rd() * rd() * rd();
             res[0][i].Y = rd() * rd() * rd();
-            ;
         }
 
         return res;

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextSection.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextSection.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextSection.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/text/_TextSection.java Fri Feb  1 08:46:00 2013
@@ -111,7 +111,7 @@ public class _TextSection extends MultiP
         TC.setColumnCount(val2set);
 
         return TC;
-        };
+        }
 
         protected boolean compare(Object obj1, Object obj2) {
             short val1 = 0;

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java Fri Feb  1 08:46:00 2013
@@ -54,7 +54,7 @@ public class _XRemoteContentProviderAcce
         }
         public void disposing (com.sun.star.lang.EventObject obj) {}
 
-    };
+    }
 
     XRemoteContentProviderDoneListener aDoneListener = new DoneListener();
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java Fri Feb  1 08:46:00 2013
@@ -515,7 +515,7 @@ public class _XSimpleFileAccess extends 
     */
     public void _setInteractionHandler() {
         XInteractionHandler handler = null;
-        Object oHandler = tEnv.getObjRelation("InteractionHandler");;
+        Object oHandler = tEnv.getObjRelation("InteractionHandler");
 
         if (oHandler == null)
             throw new StatusException

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java Fri Feb  1 08:46:00 2013
@@ -88,7 +88,7 @@ public class _XPrintJobBroadcaster exten
         
         /**
          * Constructor
-         * @param An object that can be cast to an XPrintable.
+         * @param printable An object that can be cast to an XPrintable.
          */
         public MyPrintJobListener(Object printable, String printFileName) {
             this.printFileName = printFileName;

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java Fri Feb  1 08:46:00 2013
@@ -72,7 +72,7 @@ public class CachedContentResultSetFacto
     *      {@link ifc.XCachedContentResultSetFactory} : the destination
     *   interface requires as its parameter an instance of
     *   <code>CachedContentResultSetStub</code> service. It is created
-    *   using <code>UniversalContentBroker</code> and queriing it for
+    *   using <code>UniversalContentBroker</code> and querying it for
     *   <code>PackageContent</code> which represents JAR file mentioned
     *   above. Then the dynamic list of file contents (entries) is retrieved,
     *   and a static list is created from it. Using

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java Fri Feb  1 08:46:00 2013
@@ -62,16 +62,16 @@ import lib.TestParameters;
 public class CachedContentResultSetStubFactory extends TestCase {
 
     /**
-    * Creating a Testenvironment for the interfaces to be tested.
+    * Creating a TestEnvironment for the interfaces to be tested.
     * Creates an instance of the service
     * <code>com.sun.star.ucb.CachedContentResultSetStubFactory</code>. <p>
     *     Object relations created :
     * <ul>
     *  <li> <code>'ContentResultSet'</code> for
-    *      {@link ifc.XCachedContentResultSetStubFactory} : the destination
+    *      {@link ifc.ucb._XCachedContentResultSetStubFactory} : the destination
     *   interface requires as its parameter an instance of
     *   <code>ContentResultSet</code> service. It is created
-    *   using <code>UniversalContentBroker</code> and queriing it for
+    *   using <code>UniversalContentBroker</code> and querying it for
     *   <code>PackageContent</code> which represents JAR file mentioned
     *   above. Then the dynamic list of file contents (entries) is retrieved,
     *   and a static list is created from it. It represents

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java Fri Feb  1 08:46:00 2013
@@ -62,13 +62,13 @@ import lib.TestParameters;
 public class CachedDynamicResultSetFactory extends TestCase {
 
     /**
-    * Creating a Testenvironment for the interfaces to be tested.
+    * Creating a TestEnvironment for the interfaces to be tested.
     * Creates an instance of the service
     * <code>com.sun.star.ucb.CachedDynamicResultSetFactory</code>. <p>
     *     Object relations created :
     * <ul>
     *  <li> <code>'CachedDynamicResultSetStub'</code> for
-    *      {@link ifc.XCachedDynamicResultSetFactory} : the destination
+    *      {@link ifc.ucb._XCachedDynamicResultSetFactory} : the destination
     *   interface requires as its parameter an instance of
     *   <code>CachedDynamicResultSetStub</code> service. It is created
     *   using <code>UniversalContentBroker</code> and queriing it for

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java Fri Feb  1 08:46:00 2013
@@ -61,16 +61,16 @@ import lib.TestParameters;
 public class CachedDynamicResultSetStubFactory extends TestCase {
 
     /**
-    * Creating a Testenvironment for the interfaces to be tested.
+    * Creating a TestEnvironment for the interfaces to be tested.
     * Creates an instance of the service
     * <code>com.sun.star.ucb.CachedDynamicResultSetStubFactory</code>. <p>
     *     Object relations created :
     * <ul>
     *  <li> <code>'DynamicResultSet'</code> for
-    *      {@link ifc.XCachedDynamicResultSetStubFactory} : the destination
+    *      {@link ifc.ucb._XCachedDynamicResultSetStubFactory} : the destination
     *   interface requires as its parameter an instance of
     *   <code>DynamicResultSet</code> service. It is created
-    *   using <code>UniversalContentBroker</code> and queriing it for
+    *   using <code>UniversalContentBroker</code> and querying it for
     *   <code>PackageContent</code> which represents JAR file mentioned
     *   above. Then the dynamic list of file contents (entries) is retrieved.
     *  </li>

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseContext.java Fri Feb  1 08:46:00 2013
@@ -58,10 +58,10 @@ import util.utils;
 * @see com.sun.star.container.XElementAccess
 * @see com.sun.star.uno.XNamingService
 * @see com.sun.star.sdb.DatabaseContext
-* @see ifc.container.XNameAccess
-* @see ifc.container.XEnumerationAccess
-* @see ifc.container.XElementAccess
-* @see ifc.uno.XNamingService
+* @see ifc.container._XNameAccess
+* @see ifc.container._XEnumerationAccess
+* @see ifc.container._XElementAccess
+* @see ifc.uno._XNamingService
 */
 public class ODatabaseContext extends TestCase {
 
@@ -78,7 +78,7 @@ public class ODatabaseContext extends Te
     *     Needed object relations :
     * <ul>
     * <li> <code>'XNamingService.RegisterObject'</code> for
-    *      {@link ifc.namingservice.XNamingService} as an
+    *      {@link ifc.uno._XNamingService} as an
     *      instance of <code>com.sun.star.sdb.DataSource</code>
     *      service. </li>
     * </ul>

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/ODatabaseSource.java Fri Feb  1 08:46:00 2013
@@ -63,14 +63,14 @@ import com.sun.star.task.XInteractionHan
 *  <li> <code>com::sun::star::beans::XPropertySet</code></li>
 * </ul>
 *
-* @see com.sun.star.sdb.XQueryDefinitionSupplier
+* @see com.sun.star.sdb.XQueryDefinitionsSupplier
 * @see com.sun.star.sdb.XFormDocumentsSupplier
 * @see com.sun.star.beans.XPropertySet
 * @see com.sun.star.sdb.DataSource
 * @see com.sun.star.sdb.XCompletedConnection
 * @see com.sun.star.util.XFlushable
 * @see com.sun.star.sdb.XReportDocumentsSupplier
-* @see ifc.sdb._XQueryDefinitionSupplier
+* @see ifc.sdb._XQueryDefinitionsSupplier
 * @see ifc.sdb._XFormDocumentsSupplier
 * @see ifc.beans._XPropertySet
 * @see ifc.sdb._DataSource

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/OSingleSelectQueryComposer.java Fri Feb  1 08:46:00 2013
@@ -161,13 +161,13 @@ public class OSingleSelectQueryComposer 
     * <ul>SingleSelectQueryAnalyzer
 
     * <li> <code>'xComposer'</code> for
-    *      {@link ifc.sdb.XSingleSelectQueryAnalyzer} interface
+    *      {@link ifc.sdb._XSingleSelectQueryAnalyzer} interface
     * <li> <code>'xQueryAna'</code> for
-    *      {@link ifc.sdb.XSingleSelectQueryComposer} interface
+    *      {@link ifc.sdb._XSingleSelectQueryComposer} interface
     * <li> <code>'xProp'</code> for
-    *      {@link ifc.sdb.XSingleSelectQueryComposer} interface
+    *      {@link ifc.sdb._XSingleSelectQueryComposer} interface
     * <li> <code>'colName'</code> for
-    *      {@link ifc.sdb.XSingleSelectQueryComposer} interface
+    *      {@link ifc.sdb._XSingleSelectQueryComposer} interface
     * </ul>
     *
     */

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java Fri Feb  1 08:46:00 2013
@@ -206,16 +206,16 @@ public class SbaXGridControl extends Tes
     *     Object relations created :
     * <ul>
     *  <li> <code>'GRAPHICS'</code> for
-    *      {@link ifc.awt_XView} test : <code>XGraphics</code>
+    *      {@link ifc.awt._XView} test : <code>XGraphics</code>
     *   object different that belong to the object tested.</li>
     *  <li> <code>'CONTEXT'</code> for
     *      {@link ifc.awt._XControl} </li>
     *  <li> <code>'WINPEER'</code> for
-    *      {@link ifc.awt._XCOntrol} </li>
+    *      {@link ifc.awt._XControl} </li>
     *  <li> <code>'TOOLKIT'</code> for
-    *      {@link ifc.awt._XCOntrol} </li>
+    *      {@link ifc.awt._XControl} </li>
     *  <li> <code>'MODEL'</code> for
-    *      {@link ifc.awt._XCOntrol} </li>
+    *      {@link ifc.awt._XControl} </li>
     *  <li> <code>'XWindow.AnotherWindow'</code> for
     *      {@link ifc.awt._XWindow} for switching focus.</li>
     *  <li> <code>'XDispatch.URL'</code> for
@@ -478,4 +478,4 @@ public class SbaXGridControl extends Tes
 
         return oCShape;
     } // finish createGrid
-}
\ No newline at end of file
+}

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_dbpool/OConnectionPool.java Fri Feb  1 08:46:00 2013
@@ -44,7 +44,7 @@ import com.sun.star.uno.XInterface;
 *  <li> <code>com::sun::star::sdbc::XDriverManager</code></li>
 * </ul>
 * @see com.sun.star.sdbc.XDriverManager
-* @see ifc.sdbc.XDriverManager
+* @see ifc.sdbc._XDriverManager
 */
 public class OConnectionPool extends TestCase {
     protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fop/FolderPicker.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fop/FolderPicker.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fop/FolderPicker.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fop/FolderPicker.java Fri Feb  1 08:46:00 2013
@@ -54,11 +54,11 @@ import com.sun.star.uno.XInterface;
 * @see com.sun.star.ui.XFolderPicker
 * @see com.sun.star.lang.XTypeProvider
 * @see com.sun.star.ui.FolderPicker
-* @see ifc.ui._XExecutableDialog
+* @see ifc.ui.dialogs._XExecutableDialog
 * @see ifc.lang._XComponent
 * @see ifc.lang._XServiceInfo
 * @see ifc.ui._XFolderPickerNotifier
-* @see ifc.ui._XFolderPicker
+* @see ifc.ui.dialogs._XFolderPicker
 * @see ifc.lang._XTypeProvider
 */
 public class FolderPicker extends TestCase {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/GenericModelTest.java Fri Feb  1 08:46:00 2013
@@ -101,7 +101,7 @@ import util.utils;
 * @see com.sun.star.form.XUpdateBroadcaster
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.lang.XEventListener

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OButtonModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OButtonModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OButtonModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OButtonModel.java Fri Feb  1 08:46:00 2013
@@ -54,7 +54,7 @@ import lib.TestParameters;
  *
  * @see com.sun.star.io.XPersistObject
  * @see com.sun.star.container.XChild
- * @see com.sun.star.form.FormControlModel
+ * @see com.sun.star.form
  * @see com.sun.star.form.XImageProducerSupplier
  * @see com.sun.star.form.FormComponent
  * @see com.sun.star.beans.XPropertyAccess

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java Fri Feb  1 08:46:00 2013
@@ -67,7 +67,7 @@ import lib.TestParameters;
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.form.XUpdateBroadcaster
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.awt.UnoControlCheckBoxModel
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.form.XBoundComponent

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java Fri Feb  1 08:46:00 2013
@@ -69,7 +69,7 @@ import util.DBTools;
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.form.component.DatabaseComboBox
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.form.XBoundComponent
 * @see com.sun.star.form.component.ComboBox

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java Fri Feb  1 08:46:00 2013
@@ -66,7 +66,7 @@ import lib.TestParameters;
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.awt.UnoControlCurrencyFieldModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.lang.XEventListener

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ODateModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ODateModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ODateModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ODateModel.java Fri Feb  1 08:46:00 2013
@@ -76,7 +76,7 @@ import util.DBTools;
 * @see com.sun.star.form.XUpdateBroadcaster
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.lang.XEventListener

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditControl.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditControl.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditControl.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditControl.java Fri Feb  1 08:46:00 2013
@@ -159,13 +159,13 @@ public class OEditControl extends TestCa
      *      {@link ifc.awt._XWindow} : the controller of another
      *      component. </li>
      *  <li> <code>'Win1'</code> for
-     *      {@link ifc.form.XChangeBroadcaster} : the window (controller)
+     *      {@link ifc.form._XChangeBroadcaster} : the window (controller)
      *      of the tested component. </li>
      *  <li> <code>'Win2'</code> for
-     *      {@link ifc.form.XChangeBroadcaster} : the window (controller)
+     *      {@link ifc.form._XChangeBroadcaster} : the window (controller)
      *      of another component. </li>
      *  <li> <code>'CONTROL'</code> for
-     *      {@link ifc.form.XChangeBroadcaster} : the controller
+     *      {@link ifc.form._XChangeBroadcaster} : the controller
      *      of another component. </li>
      * </ul>
      */

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OEditModel.java Fri Feb  1 08:46:00 2013
@@ -76,7 +76,7 @@ import util.DBTools;
 * @see com.sun.star.form.component.TextField
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.awt.UnoControlEditModel
 * @see com.sun.star.form.component.DatabaseTextField

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFileControlModel.java Fri Feb  1 08:46:00 2013
@@ -69,7 +69,7 @@ import com.sun.star.util.XCloseable;
  * threads concurently.
  * @see com.sun.star.io.XPersistObject
  * @see com.sun.star.container.XChild
- * @see com.sun.star.form.FormControlModel
+ * @see com.sun.star.form
  * @see com.sun.star.awt.UnoControlFileControlModel
  * @see com.sun.star.form.FormComponent
  * @see com.sun.star.beans.XPropertyAccess

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java Fri Feb  1 08:46:00 2013
@@ -51,7 +51,7 @@ import lib.TestParameters;
 * threads concurently.
 * @see com.sun.star.io.XPersistObject
 * @see com.sun.star.container.XChild
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.form.FormComponent
 * @see com.sun.star.beans.XPropertyAccess
 * @see com.sun.star.beans.XPropertyContainer

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java Fri Feb  1 08:46:00 2013
@@ -70,7 +70,7 @@ import util.DBTools;
  * @see com.sun.star.form.DataAwareControlModel
  * @see com.sun.star.form.XUpdateBroadcaster
  * @see com.sun.star.form.component.DatabaseFormattedField
- * @see com.sun.star.form.FormControlModel
+ * @see com.sun.star.form
  * @see com.sun.star.beans.XPropertyState
  * @see com.sun.star.container.XNamed
  * @see com.sun.star.lang.XComponent

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGridControlModel.java Fri Feb  1 08:46:00 2013
@@ -91,7 +91,7 @@ import com.sun.star.util.XCloseable;
 * @see com.sun.star.view.XSelectionSupplier
 * @see com.sun.star.container.XEnumerationAccess
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XIndexReplace
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.container.XIndexAccess

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java Fri Feb  1 08:46:00 2013
@@ -52,7 +52,7 @@ import lib.TestParameters;
  * @see com.sun.star.awt.UnoControlGroupBoxModel
  * @see com.sun.star.io.XPersistObject
  * @see com.sun.star.container.XChild
- * @see com.sun.star.form.FormControlModel
+ * @see com.sun.star.form
  * @see com.sun.star.form.FormComponent
  * @see com.sun.star.beans.XPropertyAccess
  * @see com.sun.star.beans.XPropertyContainer

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OHiddenModel.java Fri Feb  1 08:46:00 2013
@@ -67,7 +67,7 @@ import com.sun.star.util.XCloseable;
  * threads concurently.
  * @see com.sun.star.io.XPersistObject
  * @see com.sun.star.container.XChild
- * @see com.sun.star.form.FormControlModel
+ * @see com.sun.star.form
  * @see com.sun.star.form.component.HiddenControl
  * @see com.sun.star.form.FormComponent
  * @see com.sun.star.beans.XPropertyAccess

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java Fri Feb  1 08:46:00 2013
@@ -52,7 +52,7 @@ import lib.TestParameters;
 * @see com.sun.star.io.XPersistObject
 * @see com.sun.star.container.XChild
 * @see com.sun.star.awt.UnoControlImageControlModel
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.form.FormComponent
 * @see com.sun.star.form.XImageProducerSupplier
 * @see com.sun.star.beans.XPropertyAccess

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageControlModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageControlModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageControlModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OImageControlModel.java Fri Feb  1 08:46:00 2013
@@ -72,7 +72,7 @@ import util.DBTools;
 * @see com.sun.star.form.XUpdateBroadcaster
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.form.component.DatabaseImageControl
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OListBoxModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OListBoxModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OListBoxModel.java Fri Feb  1 08:46:00 2013
@@ -80,7 +80,7 @@ import util.DBTools;
 * @see com.sun.star.form.XUpdateBroadcaster
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.lang.XEventListener

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ONumericModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ONumericModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ONumericModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ONumericModel.java Fri Feb  1 08:46:00 2013
@@ -69,7 +69,7 @@ import util.DBTools;
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.beans.XPropertyState
 * @see com.sun.star.form.component.NumericField
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.lang.XEventListener

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OPatternModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OPatternModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OPatternModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OPatternModel.java Fri Feb  1 08:46:00 2013
@@ -73,7 +73,7 @@ import util.DBTools;
  * @see com.sun.star.form.XUpdateBroadcaster
  * @see com.sun.star.awt.UnoControlPatternFieldModel
  * @see com.sun.star.form.component.DatabasePatternField
- * @see com.sun.star.form.FormControlModel
+ * @see com.sun.star.form
  * @see com.sun.star.beans.XPropertyState
  * @see com.sun.star.container.XNamed
  * @see com.sun.star.lang.XComponent

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java Fri Feb  1 08:46:00 2013
@@ -72,7 +72,7 @@ import util.DBTools;
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.awt.UnoControlRadioButtonModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.lang.XEventListener

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OTimeModel.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OTimeModel.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OTimeModel.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_forms/OTimeModel.java Fri Feb  1 08:46:00 2013
@@ -84,7 +84,7 @@ import util.DBTools;
 * @see com.sun.star.form.XUpdateBroadcaster
 * @see com.sun.star.form.DataAwareControlModel
 * @see com.sun.star.beans.XPropertyState
-* @see com.sun.star.form.FormControlModel
+* @see com.sun.star.form
 * @see com.sun.star.container.XNamed
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.lang.XEventListener

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fps/FilePicker.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fps/FilePicker.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fps/FilePicker.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fps/FilePicker.java Fri Feb  1 08:46:00 2013
@@ -60,15 +60,15 @@ import com.sun.star.uno.XInterface;
 * @see com.sun.star.lang.XComponent
 * @see com.sun.star.ui.XFilePickerNotifier
 * @see com.sun.star.ui.XFilePicker
-* @see ifc.ui._XFilePicker
+* @see ifc.ui.dialogs._XFilePicker
 * @see ifc.lang._XInitialization
 * @see ifc.lang._XServiceInfo
 * @see ifc.lang._XTypeProvider
-* @see ifc.ui._XExecutableDialog
-* @see ifc.ui._XFilePickerControlAccess
-* @see ifc.ui._XFilterManager
+* @see ifc.ui.dialogs._XExecutableDialog
+* @see ifc.ui.dialogs._XFilePickerControlAccess
+* @see ifc.ui.dialogs._XFilterManager
 * @see ifc.lang._XComponent
-* @see ifc.ui._XFilePickerNotifier
+* @see ifc.ui.dialogs._XFilePickerNotifier
 */
 public class FilePicker extends TestCase {
 
@@ -82,10 +82,10 @@ public class FilePicker extends TestCase
     *      {@link ifc.lang._XInitialization} : argument
     *    for creating dialog from teamplate. </li>
     *  <li> <code>'XFilePickerControlAccess.ControlID'</code> for
-    *      {@link ifc.ui._XFilePickerControlAccess} : here
+    *      {@link ifc.ui.dialogs._XFilePickerControlAccess} : here
     *    it is identifier of check box.</li>
     *  <li> <code>'XFilePickerControlAccess.ControlValue'</code> for
-    *      {@link ifc.ui._XFilePickerControlAccess} :
+    *      {@link ifc.ui.dialogs._XFilePickerControlAccess} :
     *      The value for control to set (since the initial value
     *      of the control is empty) .</li>
     * </ul>

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ControlMenuController.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ControlMenuController.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ControlMenuController.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ControlMenuController.java Fri Feb  1 08:46:00 2013
@@ -43,7 +43,7 @@ public class ControlMenuController exten
     /**
      * Cleanup: close the created document
      * @param tParam The test parameters.
-     * @param The log writer.
+     * @param log The log writer.
      * @return The test environment.
      *
     protected void cleanup(TestParameters tParam, PrintWriter log) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/LayoutManager.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/LayoutManager.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/LayoutManager.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/LayoutManager.java Fri Feb  1 08:46:00 2013
@@ -48,8 +48,7 @@ public class LayoutManager extends TestC
     /**
      * Cleanup: close the created document
      * @param tParam The test parameters.
-     * @param The log writer.
-     * @return The test environment.
+     * @param log The log writer.
      */
     protected void cleanup(TestParameters tParam, PrintWriter log) {
         log.println("    disposing xTextDoc ");
@@ -73,7 +72,7 @@ public class LayoutManager extends TestC
      * <li>Get the LayoutManager from the frame</li>
      * </ul>
      * @param tParam The test parameters.
-     * @param The log writer.
+     * @param log The log writer.
      * @return The test environment.
      */
     protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ModuleUIConfigurationManager.java Fri Feb  1 08:46:00 2013
@@ -61,8 +61,7 @@ public class ModuleUIConfigurationManage
     /**
      * Cleanup: close the created document
      * @param tParam The test parameters.
-     * @param The log writer.
-     * @return The test environment.
+     * @param log The log writer.
      */
     protected void cleanup(TestParameters tParam, PrintWriter log) {
         log.println("    disposing xTextDoc ");

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/ObjectMenuController.java Fri Feb  1 08:46:00 2013
@@ -44,8 +44,7 @@ public class ObjectMenuController extend
     /**
      * Cleanup: close the created document
      * @param tParam The test parameters.
-     * @param The log writer.
-     * @return The test environment.
+     * @param log The log writer.
      */
     protected void cleanup(TestParameters tParam, PrintWriter log) {
         log.println("    disposing xTextDoc ");
@@ -70,7 +69,7 @@ public class ObjectMenuController extend
      * <li>get the manager from the supplier</li>
      * </ul>
      * @param tParam The test parameters.
-     * @param The log writer.
+     * @param log The log writer.
      * @return The test environment.
      */
     protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/PopupMenuControllerFactory.java Fri Feb  1 08:46:00 2013
@@ -46,8 +46,7 @@ public class PopupMenuControllerFactory 
     /**
      * Cleanup: close the created document
      * @param tParam The test parameters.
-     * @param The log writer.
-     * @return The test environment.
+     * @param log The log writer.
      */
     protected void cleanup(TestParameters tParam, PrintWriter log) {
         log.println("    disposing xTextDoc ");
@@ -67,7 +66,7 @@ public class PopupMenuControllerFactory 
     /**
      * Create test environment:
      * @param tParam The test parameters.
-     * @param The log writer.
+     * @param log The log writer.
      * @return The test environment.
      */
     protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java Fri Feb  1 08:46:00 2013
@@ -60,7 +60,7 @@ public class UIConfigurationManager exte
      * <li>get the manager from the supplier</li>
      * </ul>
      * @param tParam The test parameters.
-     * @param The log writer.
+     * @param log The log writer.
      * @return The test environment.
      */
     protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwk/UIElementFactoryManager.java Fri Feb  1 08:46:00 2013
@@ -44,8 +44,7 @@ public class UIElementFactoryManager ext
     /**
      * Cleanup: close the created document
      * @param tParam The test parameters.
-     * @param The log writer.
-     * @return The test environment.
+     * @param log The log writer.
      */
     protected void cleanup(TestParameters tParam, PrintWriter log) {
         log.println("    disposing xTextDoc ");
@@ -70,7 +69,7 @@ public class UIElementFactoryManager ext
      * <li>get the manager from the supplier</li>
      * </ul>
      * @param tParam The test parameters.
-     * @param The log writer.
+     * @param log The log writer.
      * @return The test environment.
      */
     protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/SubstituteVariables.java Fri Feb  1 08:46:00 2013
@@ -46,7 +46,7 @@ import com.sun.star.uno.XInterface;
  *  <li> <code>com::sun::star::lang::XMultiServiceFactory</code></li>
  * </ul> <p>
  *
- * @see com::sun::star::util::XStringSubstitution
+ * @see com.sun.star.util.XStringSubstitution
  * @see ifc.util._XStringSubstitution
  */
 public class SubstituteVariables extends TestCase {

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/TypeDetection.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/TypeDetection.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_fwl/TypeDetection.java Fri Feb  1 08:46:00 2013
@@ -71,7 +71,7 @@ import util.SOfficeFactory;
  * @see ifc.container._XNameContainer
  * @see ifc.container._XNameReplace
  * @see ifc.document._XTypeDetection
- * @see ifc.util.XFlushable
+ * @see ifc.util._XFlushable
  */
 public class TypeDetection extends TestCase {
     
@@ -119,7 +119,7 @@ public class TypeDetection extends TestC
             (XNameAccess.class, oObj);
         String[] elementNames = xNA.getElementNames();
         String elementName = elementNames[0];
-        Object[] instance = null;;
+        Object[] instance = null;
         try{
             instance = (Object[]) xNA.getByName(elementName);
         } catch (com.sun.star.container.NoSuchElementException e){

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_i18n/CalendarImpl.java Fri Feb  1 08:46:00 2013
@@ -40,7 +40,7 @@ import com.sun.star.uno.XInterface;
 * <ul>
 *  <li> <code>com::sun::star::i18n::Calendar</code></li>
 * </ul>
-* @see ifc.i18n._Calendar
+* @see ifc.i18n._XCalendar
 */
 public class CalendarImpl extends TestCase {
 

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_inv/Invocation.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_inv/Invocation.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_inv/Invocation.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_inv/Invocation.java Fri Feb  1 08:46:00 2013
@@ -47,24 +47,24 @@ import com.sun.star.uno.XInterface;
 public class Invocation extends TestCase {
 
     /**
-    * Creating a Testenvironment for the interfaces to be tested.
+    * Creating a TestEnvironment for the interfaces to be tested.
     * Creates service <code>com.sun.star.script.Invocation</code>.
     *     Object relations created :
     * <ul>
     *  <li> <code>'XSingleServiceFactory.createInstance.negative'</code> :
-    *   for interface {@link _ifc.lang.XSingleServiceFactory} ;
+    *   for interface {@link ifc.lang._XSingleServiceFactory} ;
     *   <code>String</code> relation; If its value 'true' then
     *   <code>createInstance</code> method for the object isn't
     *   supported. In this case object doesn't support this method.</li>
     *  <li> <code>'XSingleServiceFactory.arguments'</code> :
-    *   for interface {@link _ifc.lang.XSingleServiceFactory} ;
+    *   for interface {@link ifc.lang._XSingleServiceFactory} ;
     *   has <code>Object[]</code> type. This relation is used as
     *   a parameter for <code>createInstanceWithArguments</code>
     *   method call. If this relation doesn't exist test pass
-    *   zerro length array as argument. Here
+    *   zero length array as argument. Here
     *   <code>com.sun.star.io.Pipe</code> instance is passed.</li>
     *  <li> <code>'XSingleServiceFactory.MustSupport'</code> :
-    *   for interface {@link _ifc.lang.XSingleServiceFactory}.
+    *   for interface {@link ifc.lang._XSingleServiceFactory}.
     *   Specifies that created instance must support
     *   <code>com.sun.star.script.XInvocation</code> interface.
     * </ul>

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_mcnttype/MimeContentTypeFactory.java Fri Feb  1 08:46:00 2013
@@ -43,7 +43,7 @@ import com.sun.star.uno.XInterface;
 *  <li> <code>com::sun::star::lang::XTypeProvider</code></li>
 * </ul>
 * This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
 * @see com.sun.star.datatransfer.XMimeContentTypeFactory
 * @see com.sun.star.lang.XServiceInfo
 * @see com.sun.star.lang.XTypeProvider

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java Fri Feb  1 08:46:00 2013
@@ -69,11 +69,11 @@ import com.sun.star.uno.XInterface;
  * @see com.sun.star.accessibility.XAccessibleComponent
  * @see com.sun.star.accessibility.XAccessibleTable
  * @see com.sun.star.accessibility.XAccessibleContext
- * @see ifc.n.star.accessibility._XAccessibleSelection
- * @see ifc.n.star.accessibility._XAccessibleEventBroadcaster
- * @see ifc.n.star.accessibility._XAccessibleComponent
- * @see ifc.n.star.accessibility._XAccessibleTable
- * @see ifc.n.star.accessibility._XAccessibleContext
+ * @see ifc.accessibility._XAccessibleSelection
+ * @see ifc.accessibility._XAccessibleEventBroadcaster
+ * @see ifc.accessibility._XAccessibleComponent
+ * @see ifc.accessibility._XAccessibleTable
+ * @see ifc.accessibility._XAccessibleContext
  */
 public class ScAccessibleCell extends TestCase {
 
@@ -82,14 +82,14 @@ public class ScAccessibleCell extends Te
     /**
     * Called to create an instance of <code>TestEnvironment</code>
     * with an object to test and related objects.
-    * Switchs the document to Print Preview mode.
-    * Obtains accissible object for the page view.
+    * Switches the document to Print Preview mode.
+    * Obtains accessible object for the page view.
     *
-    * @param tParam test parameters
+    * @param Param test parameters
     * @param log writer to log information while testing
     *
     * @see TestEnvironment
-    * @see #getTestEnvironment()
+    * @see #getTestEnvironment
     */
     protected TestEnvironment createTestEnvironment(
         TestParameters Param, PrintWriter log) {
@@ -183,8 +183,7 @@ public class ScAccessibleCell extends Te
     /**
     * Called while disposing a <code>TestEnvironment</code>.
     * Disposes calc document.
-    * @param tParam test parameters
-    * @param tEnv the environment to cleanup
+    * @param Param test parameters
     * @param log writer to log information while testing
     */
     protected void cleanup( TestParameters Param, PrintWriter log) {
@@ -193,4 +192,4 @@ public class ScAccessibleCell extends Te
             UnoRuntime.queryInterface (XComponent.class, xSpreadsheetDoc) ;
         util.DesktopTools.closeDoc(oComp);
     }
-}
\ No newline at end of file
+}

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java Fri Feb  1 08:46:00 2013
@@ -60,7 +60,7 @@ public class ScAccessibleCsvCell extends
      * @param log writer to log information while testing
      *
      * @see TestEnvironment
-     * @see #getTestEnvironment()
+     * @see #getTestEnvironment
      */
     protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
         XInterface oObj = null;
@@ -122,8 +122,7 @@ public class ScAccessibleCsvCell extends
     /**
     * Called while disposing a <code>TestEnvironment</code>.
     * Disposes calc document.
-    * @param tParam test parameters
-    * @param tEnv the environment to cleanup
+    * @param Param test parameters
     * @param log writer to log information while testing
     */
     protected void cleanup( TestParameters Param, PrintWriter log) {
@@ -140,10 +139,10 @@ public class ScAccessibleCsvCell extends
      * implementation does nothing. Subclasses can override to initialize
      * objects shared among all <code>TestEnvironment</code>s.
      *
-     * @param tParam test parameters
+     * @param Param test parameters
      * @param log writer to log information while testing
      *
-     * @see #initializeTestCase()
+     * @see #initializeTestCase
      */
     protected void initialize(TestParameters Param, PrintWriter log) {
         // get a soffice factory object

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java Fri Feb  1 08:46:00 2013
@@ -55,11 +55,11 @@ public class ScAccessibleCsvGrid extends
      * method to provide the implementation and related objects. The method is
      * called from <code>getTestEnvironment()</code>.
      *
-     * @param tParam test parameters
+     * @param Param test parameters
      * @param log writer to log information while testing
      *
      * @see TestEnvironment
-     * @see #getTestEnvironment()
+     * @see #getTestEnvironment
      */
     protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) {
 
@@ -116,8 +116,7 @@ public class ScAccessibleCsvGrid extends
     /**
     * Called while disposing a <code>TestEnvironment</code>.
     * Disposes calc document.
-    * @param tParam test parameters
-    * @param tEnv the environment to cleanup
+    * @param Param test parameters
     * @param log writer to log information while testing
     */
     protected void cleanup( TestParameters Param, PrintWriter log) {
@@ -134,10 +133,10 @@ public class ScAccessibleCsvGrid extends
      * implementation does nothing. Subclasses can override to initialize
      * objects shared among all <code>TestEnvironment</code>s.
      *
-     * @param tParam test parameters
+     * @param Param test parameters
      * @param log writer to log information while testing
      *
-     * @see #initializeTestCase()
+     * @see #initializeTestCase
      */
     protected void initialize(TestParameters Param, PrintWriter log) {
         // get a soffice factory object

Modified: openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java
URL: http://svn.apache.org/viewvc/openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java?rev=1441343&r1=1441342&r2=1441343&view=diff
==============================================================================
--- openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java (original)
+++ openoffice/branches/ia2/main/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java Fri Feb  1 08:46:00 2013
@@ -57,11 +57,11 @@ public class ScAccessibleCsvRuler extend
      * method to provide the implementation and related objects. The method is
      * called from <code>getTestEnvironment()</code>.
      *
-     * @param tParam test parameters
+     * @param Param test parameters
      * @param log writer to log information while testing
      *
      * @see TestEnvironment
-     * @see #getTestEnvironment()
+     * @see #getTestEnvironment
      */
     protected TestEnvironment createTestEnvironment(TestParameters Param, 
                                                     PrintWriter log) {
@@ -143,8 +143,7 @@ public class ScAccessibleCsvRuler extend
     /**
     * Called while disposing a <code>TestEnvironment</code>.
     * Disposes calc document.
-    * @param tParam test parameters
-    * @param tEnv the environment to cleanup
+    * @param Param test parameters
     * @param log writer to log information while testing
     */
     protected void cleanup( TestParameters Param, PrintWriter log) {
@@ -161,10 +160,10 @@ public class ScAccessibleCsvRuler extend
      * implementation does nothing. Subclasses can override to initialize
      * objects shared among all <code>TestEnvironment</code>s.
      *
-     * @param tParam test parameters
+     * @param Param test parameters
      * @param log writer to log information while testing
      *
-     * @see #initializeTestCase()
+     * @see #initializeTestCase
      */
     protected void initialize(TestParameters Param, PrintWriter log) {
         // get a soffice factory object