| /trunk/main/toolkit/qa/complex/toolkit/accessibility/ |
| H A D | _XAccessibleText.java | 110 System.out.println(editOnly); in _getCaretPosition() 122 System.out.println("getCaretPosition: " + carPos); in _getCaretPosition() 143 System.out.println("setCaretPosition(-1):"); in _setCaretPosition() 146 System.out.println("exception was expected"); in _setCaretPosition() 148 System.out.println("expected exception"); in _setCaretPosition() 153 System.out.println("setCaretPosition(chCount+1):"); in _setCaretPosition() 156 System.out.println("exception was expected"); in _setCaretPosition() 158 System.out.println("expected exception"); in _setCaretPosition() 163 System.out.println("setCaretPosition(chCount - 1)"); in _setCaretPosition() 167 System.out.println("unexpected exception"); in _setCaretPosition() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/ |
| H A D | _XAccessibleTable.java | 70 log.println("The component doesn't implement the interface " + in before() 72 log.println("This interface is required for more detailed tests."); in before() 87 log.println("Accessible row count: " + rowCount); in _getAccessibleRowCount() 99 log.println("Accessible column count: " + colCount); in _getAccessibleColumnCount() 121 log.println("'" + descr + "'"); in _getAccessibleRowDescription() 122 log.println("Exception was expected"); in _getAccessibleRowDescription() 125 log.println("expected exception"); in _getAccessibleRowDescription() 132 log.println("'" + descr + "'"); in _getAccessibleRowDescription() 133 log.println("Exception was expected"); in _getAccessibleRowDescription() 136 log.println("expected exception"); in _getAccessibleRowDescription() [all …]
|
| H A D | _XAccessibleText.java | 122 log.println("Text is '" + text + "'"); in before() 123 System.out.println("############################"); in before() 138 log.println(editOnly); in _getCaretPosition() 151 log.println("getCaretPosition: " + carPos); in _getCaretPosition() 156 log.println( in _getCaretPosition() 183 log.println("exception was expected ... FAILED"); in _setCaretPosition() 185 log.println("expected exception"); in _setCaretPosition() 193 log.println("exception was expected ... FAILED"); in _setCaretPosition() 195 log.println("expected exception"); in _setCaretPosition() 200 log.println("setCaretPosition(chCount - 1)"); in _setCaretPosition() [all …]
|
| H A D | _XAccessibleEditableText.java | 102 log.println("Text: '" + oldText + "'"); in _cutText() 104 log.println("Character count: " + length); in _cutText() 109 log.println(locRes); in _cutText() 110 log.println("exception was expected => FAILED"); in _cutText() 113 log.println("expected exception => OK"); in _cutText() 115 log.println("Current text: '" + curText + "'"); in _cutText() 122 log.println(locRes); in _cutText() 123 log.println("exception was expected => FAILED"); in _cutText() 126 log.println("expected exception => OK"); in _cutText() 128 log.println("Current text: '" + curText + "'"); in _cutText() [all …]
|
| H A D | _XAccessibleSelection.java | 103 log.println("Child count: " + childCount); in before() 116 log.println("Try to select child with index " + childCount); in _selectAccessibleChild() 118 log.println("Exception was expected"); in _selectAccessibleChild() 121 log.println("Expected exception"); in _selectAccessibleChild() 126 log.println("Try to select child with index -1"); in _selectAccessibleChild() 128 log.println("Exception was expected"); in _selectAccessibleChild() 131 log.println("Expected exception"); in _selectAccessibleChild() 135 log.println("ChildCount: " + childCount); in _selectAccessibleChild() 140 log.println("Restricting to 500"); in _selectAccessibleChild() 151 log.println("OK"); in _selectAccessibleChild() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/ |
| H A D | _XURLTransformer.java | 92 log.println(complete); in _assemble() 96 log.println("assemble works wrong"); in _assemble() 97 log.println("complete field : " + url[0].Complete); in _assemble() 98 log.println("expected : " + expectedCompleteHTTP); in _assemble() 115 log.println(complete); in _assemble() 119 log.println("assemble works wrong"); in _assemble() 120 log.println("complete field : " + url[0].Complete); in _assemble() 121 log.println("expected : " + expectedCompleteFTP); in _assemble() 131 log.println(complete); in _assemble() 155 log.println(complete); in _parseStrict() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/ |
| H A D | _XTreeControl.java | 103 log.println("event at ExpansionListener 1: requestChildNodes"); in requestChildNodes() 107 log.println("event at ExpansionListener 1: treeExpanding"); in treeExpanding() 112 log.println("event at ExpansionListener 1: treeCollapsing"); in treeCollapsing() 117 log.println("event at ExpansionListener 1: treeExpanded"); in treeExpanded() 122 log.println("event at ExpansionListener 1: treeCollapsed"); in treeCollapsed() 127 log.println("event at ExpansionListener 1: disposing"); in disposing() 133 log.println("event at ExpansionListener 2: requestChildNodes"); in requestChildNodes() 137 log.println("event at ExpansionListener 2: treeExpanding"); in treeExpanding() 142 log.println("event at ExpansionListener 2: treeCollapsing"); in treeCollapsing() 147 log.println("event at ExpansionListener 2: treeExpanded"); in treeExpanded() [all …]
|
| H A D | _XMutableTreeNode.java | 73 log.println("try to append a valid node..."); in _appendChild() 80 log.println("ERROR: could not appedn a valid node: " + ex.toString()); in _appendChild() 84 log.println("try to append the node a second time..."); in _appendChild() 88 log.println("ERROR: expected IllegalArgumentException was not thrown => FAILED"); in _appendChild() 91 log.println("expected IllegalArgumentException was thrown => OK"); in _appendChild() 94 log.println("try to append the object itself..."); in _appendChild() 98 log.println("ERROR: expected IllegalArgumentException was not thrown => FAILED"); in _appendChild() 101 log.println("expected IllegalArgumentException was thrown => OK"); in _appendChild() 113 log.println("try to insert a valid node..."); in _insertChildByIndex() 116 log.println("ERROR: could not insert a valid node: " + ex.toString()); in _insertChildByIndex() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
| H A D | _XParameters.java | 111 log.println("!!! Relation not found !!!") ; in before() 122 if (idx < 0) log.println("Type not found in relation: not tested"); in _setNull() 127 log.println("Unexpected SQL exception:") ; in _setNull() 128 log.println(e) ; in _setNull() 150 if (idx < 0) log.println("Type not found in relation: not tested"); in _setString() 155 log.println("Unexpected SQL exception:") ; in _setString() 156 log.println(e) ; in _setString() 171 if (idx < 0) log.println("Type not found in relation: not tested"); in _setBoolean() 176 log.println("Unexpected SQL exception:") ; in _setBoolean() 177 log.println(e) ; in _setBoolean() [all …]
|
| H A D | _XRow.java | 146 if (col < 0) log.println("Type not found in relation: not tested"); in _getString() 153 log.println("Unexpected SQL exception:") ; in _getString() 154 log.println(e) ; in _getString() 168 if (col < 0) log.println("Type not found in relation: not tested"); in _getBoolean() 175 log.println("Unexpected SQL exception:") ; in _getBoolean() 176 log.println(e) ; in _getBoolean() 190 if (col < 0) log.println("Type not found in relation: not tested"); in _getByte() 197 log.println("Unexpected SQL exception:") ; in _getByte() 198 log.println(e) ; in _getByte() 212 if (col < 0) log.println("Type not found in relation: not tested"); in _getShort() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/ |
| H A D | _XMultiSelectionSupplier.java | 85 log.println("clear selections"); in _addSelection() 92 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _addSelection() 96 log.println("select object from object relation 'selections["+i+"]'"); in _addSelection() 99 …log.println("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.t… in _addSelection() 104 log.println("ERROR: add a selection but selection count ("+count+ ") " + in _addSelection() 110 log.println("try to select object relation 'selections[0]' second time..."); in _addSelection() 115 …log.println("ERROR: could not add selection from object relation 'selections[0] a second time': " … in _addSelection() 118 …log.println("ERROR: the selected count ("+oObj.getSelectionCount() +") is not that before (" + cou… in _addSelection() 122 log.println("try to select invalid object..."); in _addSelection() 127 …log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown… in _addSelection() [all …]
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/ |
| H A D | ConverterInfoMgr.java | 340 System.out.println("\nMenu:"); in main() 341 System.out.println("(L)oad plug-ins from a jar file"); in main() 342 System.out.println("(D)isplay name unload"); in main() 343 System.out.println("(J)ar name unload"); in main() 344 System.out.println("(F)ind ConverterInfo"); in main() 345 System.out.println("(C)ind ConverterInfo chain"); in main() 346 System.out.println("(V)iew plug-ins"); in main() 347 System.out.println("(T)oggle Validation"); in main() 348 System.out.println("(Q)uit\n"); in main() 353 System.out.println("Invalid entry"); in main() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
| H A D | _XPropertyContainer.java | 83 log.println("try to add following property:\n" + in _addProperty() 87 log.println("ERROR: Exception was thrown while adding following property: " + in _addProperty() 90 log.println("... FAILED"); in _addProperty() 93 log.println("ERROR: Exception was thrown while adding following property: " + in _addProperty() 96 log.println("... FAILED"); in _addProperty() 99 log.println("ERROR: Exception was thrown while adding following property: " + in _addProperty() 102 log.println("... FAILED"); in _addProperty() 107 log.println("... OK"); in _addProperty() 114 log.println("add following property second time:\n" + in _addProperty() 118 log.println("ERROR: wrong Exception was thrown while adding following property: " + in _addProperty() [all …]
|
| H A D | _XPropertySet.java | 128 log.println("getPropertySetInfo() method returned null"); in _getPropertySetInfo() 164 log.println("*** No bound properties found ***"); in _addPropertyChangeListener() 174 log.println("Check bound property: " + propertyName ); in _addPropertyChangeListener() 178 log.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 182 log.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 186 log.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 190 log.println("Exception occurred while trying to change "+ in _addPropertyChangeListener() 196 log.println("propertyChangeListener wasn't called for '"+ in _addPropertyChangeListener() 225 log.println("*** No constrained properties found ***"); in _addVetoableChangeListener() 238 log.println("Exception occurred while trying to change "+ in _addVetoableChangeListener() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/ |
| H A D | _XMultiLayerStratum.java | 44 log.println("Exception expected -- FAILED"); in _getLayer() 47 log.println("unexpected Exception " + e + " -- FAILED"); in _getLayer() 50 log.println("expected Exception -- OK"); in _getLayer() 58 log.println("\treturned Layer is NULL -- FAILED"); in _getLayer() 63 log.println("unexpected Exception -- FAILED"); in _getLayer() 66 log.println("unexpected Exception -- FAILED"); in _getLayer() 83 log.println("Getting two XLayers -- OK"); in _getLayers() 84 log.println("Checking first on "+LayerIds[0]); in _getLayers() 86 log.println("Checking second on "+LayerIds[1]); in _getLayers() 89 log.println("unexpected Exception -- FAILED"); in _getLayers() [all …]
|
| H A D | _XSchema.java | 50 log.println("Checking for Exception in case of null argument"); in _readComponent() 55 log.println("Expected Exception -- OK"); in _readComponent() 58 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent() 60 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent() 63 log.println( in _readComponent() 72 System.out.println(implCalled); in _readComponent() 77 log.println("startComponent wasn't called -- FAILED"); in _readComponent() 80 log.println("startComponent was called -- OK"); in _readComponent() 87 log.println("endComponent wasn't called -- FAILED"); in _readComponent() 90 log.println("endComponent was called -- OK"); in _readComponent() [all …]
|
| /trunk/main/sc/qa/complex/calcPreview/ |
| H A D | ViewForwarder.java | 114 System.out.println("Creating a spreadsheet document"); in checkPositiveViewForwarder() 140 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 143 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 146 System.out.println("Exception creating relation :"); in checkPositiveViewForwarder() 267 System.out.println("Press any key after resizing "); in checkPositiveViewForwarder() 291 System.out.println("ImplementationName " + utils.getImplName(oObj)); in checkPositiveViewForwarder() 296 System.out.println("Parent-BoundsX= "+accPC.getBounds().X); in checkPositiveViewForwarder() 297 System.out.println("Parent-BoundsY= "+accPC.getBounds().Y); in checkPositiveViewForwarder() 298 System.out.println("Parent-BoundsWidth= "+accPC.getBounds().Width); in checkPositiveViewForwarder() 299 System.out.println("Parent-BoundsHeight= "+accPC.getBounds().Height); in checkPositiveViewForwarder() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
| H A D | OfficePrint.java | 103 GlobalLogWriter.get().println("Property " + sName + ":=" + sValue); in showProperty() 108 …GlobalLogWriter.get().println("Property " + sName + ":= a Object which can't convert by AnyConvert… in showProperty() 137 GlobalLogWriter.get().println(" Property: '" + sNameValue); in showDocumentType() 156 … GlobalLogWriter.get().println("MultiServiceFactory in GraphicalTestArgument not set."); in loadFromURL() 164 GlobalLogWriter.get().println("com.sun.star.frame.Desktop created."); in loadFromURL() 208 … GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Load document"); in loadFromURL() 220 …GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Load document done."… in loadFromURL() 226 GlobalLogWriter.get().println(" Load document failed."); in loadFromURL() 229 …GlobalLogWriter.get().println(" Please check FilterName := '" + _aGTA.getImportFilterName() + "'"); in loadFromURL() 231 GlobalLogWriter.get().println(""); in loadFromURL() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
| H A D | _XUserInputInterception.java | 105 if (m_XModel == null) log.println("failed => null"); in before() 106 else log.println("OK"); in before() 117 log.println("creating key listener 1"); in _addKeyHandler() 120 log.println("creating key listener 2"); in _addKeyHandler() 124 log.println("adding key listener 1"); in _addKeyHandler() 128 log.println("adding key listener 2"); in _addKeyHandler() 147 log.println("remove key listener 2"); in _removeKeyHandler() 151 log.println("starting thread to check the key listener..."); in _removeKeyHandler() 157 log.println("key listener thread should be finished."); in _removeKeyHandler() 164 log.println("The key listener has not the expectd status:"); in _removeKeyHandler() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ |
| H A D | OpenOfficePostscriptCreator.java | 88 GlobalLogWriter.println("loadDocumentFromURL() failed with document: " + sInputFileURL); in load() 122 GlobalLogWriter.println("Close document."); in storeAsPostscript() 148 GlobalLogWriter.println("Property " + sName + ":=" + sValue); in showProperty() 152 … GlobalLogWriter.println("showProperty: can't convert a object to string. " + e.getMessage()); in showProperty() 181 GlobalLogWriter.println(" Property: '" + sNameValue); in showDocumentType() 197 … GlobalLogWriter.println("MultiServiceFactory in GraphicalTestArgument not set."); in loadFromURL() 205 GlobalLogWriter.println("com.sun.star.frame.Desktop created."); in loadFromURL() 254 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Load document"); in loadFromURL() 266 … GlobalLogWriter.println(DateHelper.getDateTimeForHumanreadableLog() + " Load document done."); in loadFromURL() 273 GlobalLogWriter.println(" Load document failed."); in loadFromURL() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/ |
| H A D | _XPopupMenuController.java | 53 System.out.println("addMenuListener called."); in addMenuListener() 57 System.out.println("checkItemListener called."); in checkItem() 61 System.out.println("enableItem called."); in enableItem() 65 System.out.println("execute called."); in execute() 70 System.out.println("getDefaultItem called."); in getDefaultItem() 75 System.out.println("getItemCount called."); in getItemCount() 80 System.out.println("getItemId called."); in getItemId() 85 System.out.println("getItemPos called."); in getItemPos() 90 System.out.println("getItemText called."); in getItemText() 95 System.out.println("getPopupMenu called."); in getPopupMenu() [all …]
|
| /trunk/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentInfo.java | 63 System.out.println("check whether there is a valid MultiServiceFactory"); in checkDocInfo() 80 System.out.println("... done"); in checkDocInfo() 83 System.out.println("Opening a Writer document"); in checkDocInfo() 85 System.out.println("... done"); in checkDocInfo() 91 System.out.println("Trying to add a existing property"); in checkDocInfo() 95 System.out.println("...done"); in checkDocInfo() 97 System.out.println("Trying to add a integer property"); in checkDocInfo() 100 System.out.println("...done"); in checkDocInfo() 102 System.out.println("Trying to add a double property"); in checkDocInfo() 105 System.out.println("...done"); in checkDocInfo() [all …]
|
| /trunk/main/toolkit/test/accessibility/ |
| H A D | InformationWriter.java | 86 System.out.println ("caught exception while testing draw page:" + e); in drawPageTest() 96 MessageArea.println (prefix + in printProperty() 101 MessageArea.println ("caught exception while getting property " in printProperty() 115 MessageArea.println ("There are " + xShapeList.getCount() in showShapes() 126 MessageArea.println (" shape " + i + " : " + sName); in showShapes() 133 MessageArea.println (" zorder = " + nZOrder); in showShapes() 138 MessageArea.println ("caught exception in showShapes: " + e); in showShapes() 152 MessageArea.println ("Services:"); in showServices() 158 MessageArea.println (" object does not support interface XMultiServiceFactory"); in showServices() 162 MessageArea.println (" object can create " in showServices() [all …]
|
| /trunk/main/accessibility/workben/org/openoffice/accessibility/misc/ |
| H A D | InformationWriter.java | 90 System.out.println ("caught exception while testing draw page:" + e); in drawPageTest() 100 maOut.println (prefix + in printProperty() 105 maOut.println ("caught exception while getting property " in printProperty() 119 maOut.println ("There are " + xShapeList.getCount() in showShapes() 130 maOut.println (" shape " + i + " : " + sName); in showShapes() 137 maOut.println (" zorder = " + nZOrder); in showShapes() 142 maOut.println ("caught exception in showShapes: " + e); in showShapes() 156 maOut.println ("Services:"); in showServices() 162 maOut.println (" object does not support interface XMultiServiceFactory"); in showServices() 166 maOut.println (" object can create " in showServices() [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/Database/ |
| H A D | sdbcx.java | 53 System.out.println("Connection disposed!"); in main() 58 System.out.println(e); in main() 83 System.err.println( "got the remote naming service !" ); in connect() 121 System.out.println("Connection could be created!"); in createConnection() 132 System.out.println("Tables available:"); in createConnection() 135 System.out.println(aTableNames[i]); in createConnection() 139 System.out.println("The driver is not a SDBCX capable!"); in createConnection() 142 System.out.println("Connection could not be created!"); in createConnection() 154 System.out.println("Name: " + xProp.getPropertyValue("Name")); in displayTableProperties() 155 System.out.println("CatalogName: " + xProp.getPropertyValue("CatalogName")); in displayTableProperties() [all …]
|