Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 1533) sorted by relevance

12345678910>>...62

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleTable.java70 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()
119 log.print("getAccessibleRowDescription(-1): "); in _getAccessibleRowDescription()
121 log.println("'" + descr + "'"); in _getAccessibleRowDescription()
122 log.println("Exception was expected"); in _getAccessibleRowDescription()
125 log.println("expected exception"); in _getAccessibleRowDescription()
130 log.print("getAccessibleRowDescription(" + rowCount + "): "); in _getAccessibleRowDescription()
132 log.println("'" + descr + "'"); in _getAccessibleRowDescription()
[all …]
H A D_XAccessibleText.java122 log.println("Text is '" + text + "'"); in before()
138 log.println(editOnly); in _getCaretPosition()
151 log.println("getCaretPosition: " + carPos); in _getCaretPosition()
156 log.println( in _getCaretPosition()
180 log.print("setCaretPosition(-1):"); in _setCaretPosition()
183 log.println("exception was expected ... FAILED"); in _setCaretPosition()
185 log.println("expected exception"); in _setCaretPosition()
190 log.print("setCaretPosition(chCount+1):"); in _setCaretPosition()
193 log.println("exception was expected ... FAILED"); in _setCaretPosition()
195 log.println("expected exception"); in _setCaretPosition()
[all …]
H A D_XAccessibleEditableText.java102 log.println("Text: '" + oldText + "'"); in _cutText()
104 log.println("Character count: " + length); in _cutText()
107 log.print("cutText(-1," + (length-1) + "): "); 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()
120 log.print("cutText(0," + (length+1) + "): "); in _cutText()
122 log.println(locRes); in _cutText()
123 log.println("exception was expected => FAILED"); in _cutText()
[all …]
H A D_XAccessibleSelection.java103 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()
147 log.print("Trying to select child with index " + i + ": "); in _selectAccessibleChild()
[all …]
H A D_XAccessibleContext.java72 log.println("" + childCount + " children found."); in _getAccessibleChildCount()
91 log.println("testing 'getAccessibleChild()'..."); in _getAccessibleChild()
105 log.println("## Child " + i + ": " + in _getAccessibleChild()
111 log.println("The parent of child and component " + in _getAccessibleChild()
113 log.println("\tRole:"); in _getAccessibleChild()
114 log.println("Getting: " + in _getAccessibleChild()
118 log.println("Expected: " + oObj.getAccessibleRole()); in _getAccessibleChild()
120 log.println("\tImplementationName:"); in _getAccessibleChild()
121 log.println("Getting: " + in _getAccessibleChild()
125 log.println("Expected: " + util.utils.getImplName(oObj)); in _getAccessibleChild()
[all …]
H A D_XAccessibleComponent.java90 log.println("Upper bound of box containsPoint point (" + curX + in _containsPoint()
93 log.println( in _containsPoint()
103 log.println("containsPoint returns false for (" + curX + "," + in _containsPoint()
110 log.println("Lower bound of box containsPoint point (" + curX + in _containsPoint()
113 log.println( in _containsPoint()
128 log.println("Left bound of box containsPoint point (0," + curY + in _containsPoint()
131 log.println( in _containsPoint()
147 log.println("Right bound of box containsPoint point (" + in _containsPoint()
150 log.println( in _containsPoint()
159 log.println( in _containsPoint()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XURLTransformer.java90 log.print("assemble http-URL: "); in _assemble()
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()
113 log.print("assemble ftp-URL: "); 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()
[all …]
H A D_XImportable.java59 log.print("Getting when calling createImportDescriptor(true) --"); in _createImportDescriptor()
63 log.println("done"); in _createImportDescriptor()
65 log.print("Checking PropertyNames -- "); in _createImportDescriptor()
67 log.println("Worked: " + locResult); in _createImportDescriptor()
70 log.print("Checking PropertyTypes -- "); in _createImportDescriptor()
72 log.println("Worked: " + locResult); in _createImportDescriptor()
76 log.print("Getting when calling createImportDescriptor(false) -- "); in _createImportDescriptor()
80 log.println("done"); in _createImportDescriptor()
82 log.print("Checking PropertyNames -- "); in _createImportDescriptor()
84 log.println("Worked: " + locResult); in _createImportDescriptor()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dlogging.hxx48 namespace log { namespace convert namespace
172 bool log( const sal_Int32 _nLogLevel, const ::rtl::OUString& _rMessage ) const in log() function in comphelper::EventLogger
187 …bool log( const sal_Int32 _nLogLevel, const ::rtl::OUString& _rMessage, ARGTYPE1 _argument1… in log() function in comphelper::EventLogger
191 OptionalString( log::convert::convertLogArgToString( _argument1 ) ) ); in log()
197 …bool log( const sal_Int32 _nLogLevel, const ::rtl::OUString& _rMessage, ARGTYPE1 _argument1… in log() function in comphelper::EventLogger
201 OptionalString( log::convert::convertLogArgToString( _argument1 ) ), in log()
202 OptionalString( log::convert::convertLogArgToString( _argument2 ) ) ); in log()
208 …bool log( const sal_Int32 _nLogLevel, const ::rtl::OUString& _rMessage, ARGTYPE1 _argument1… in log() function in comphelper::EventLogger
212 OptionalString( log::convert::convertLogArgToString( _argument1 ) ), in log()
213 OptionalString( log::convert::convertLogArgToString( _argument2 ) ), in log()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeControl.java103 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.java73 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/beans/
H A D_XPropertySet.java128 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()
180 e.printStackTrace(log); in _addPropertyChangeListener()
182 log.println("Exception occurred while trying to change "+ in _addPropertyChangeListener()
184 e.printStackTrace(log); in _addPropertyChangeListener()
186 log.println("Exception occurred while trying to change "+ in _addPropertyChangeListener()
188 e.printStackTrace(log); in _addPropertyChangeListener()
190 log.println("Exception occurred while trying to change "+ in _addPropertyChangeListener()
[all …]
H A D_XPropertyContainer.java83 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java111 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.java146 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 …]
H A D_XResultSet.java82 log.println("Totally number of rows is " + oObj.getRow()) ; in before()
85 log.println("Ignored exception :") ; in before()
86 e.printStackTrace(log); in before()
105 log.println("Exception occurred :") ; in _beforeFirst()
106 e.printStackTrace(log) ; in _beforeFirst()
131 log.println("Exception occurred :") ; in _isBeforeFirst()
132 e.printStackTrace(log) ; in _isBeforeFirst()
146 log.println("Exception occurred :") ; in _afterLast()
147 e.printStackTrace(log) ; in _afterLast()
172 log.println("Exception occurred :") ; in _isAfterLast()
[all …]
H A D_XRowUpdate.java110 log.println("!!! 'CurrentRowData' relation not found !!!") ; in before()
114 log.println("!!! 'XRowUpdate.XRow' relation not found !!!") ; in before()
128 log.print(" Setting NULL at column #" + (i+1) + " ...") ; in _updateNull()
152 log.println("FAILED") ; in _updateNull()
153 log.println("Not NULL was returned !!!") ; in _updateNull()
156 log.println("OK") ; in _updateNull()
159 log.println("FAILED") ; in _updateNull()
160 e.printStackTrace(log) ; in _updateNull()
179 log.println("Required type not found") ; in _updateBoolean()
190 e.printStackTrace(log) ; in _updateBoolean()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/
H A D_XMultiSelectionSupplier.java85 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()
99log.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()
115log.println("ERROR: could not add selection from object relation 'selections[0] a second time': " … in _addSelection()
118log.println("ERROR: the selected count ("+oObj.getSelectionCount() +") is not that before (" + cou… in _addSelection()
122 log.println("try to select invalid object..."); in _addSelection()
127log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown… in _addSelection()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DODatabaseForm.java239 protected void initialize(TestParameters tParam, PrintWriter log) { in initialize() argument
246 dbTools = new DBTools( (XMultiServiceFactory)tParam.getMSF(), log ); in initialize()
253 log.println("Creating and registering DataSource ..."); in initialize()
258 log.println("dbURL = " + dbURL); in initialize()
259 log.println("dbUSER = " + dbUser); in initialize()
260 log.println("dbPASSWORD = " + dbPassword); in initialize()
280 log.println("Error while object test initialization :"); in initialize()
281 e.printStackTrace(log); in initialize()
291 log.println("try to register '"+myDbUrl+"' as '"+dbSourceName+"'"); in initialize()
296 log.println("Error while object test initialization :"); in initialize()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XMultiLayerStratum.java44 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.java50 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()
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()
94 log.println("Unexpected Exception (" + e + ") -- FAILED"); in _readComponent()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XUserInputInterception.java103 log.print("try to get object relation 'XUserInputInterception.XModel': "); in before()
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()
[all …]
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py100 self.log( self.DEBUG, msg )
107 self.log( self.ERROR, msg )
109 def log( self, level, msg ): member in Logger
123 log = Logger( getLogTarget() ) variable
125 log.debug( "pythonscript loading" )
241log.debug( "initialized urihelper with baseUri="+self.m_baseUri + ",m_scriptUriLocation="+self.m_s…
255 log.debug( message )
261 log.debug( "converting storageURI="+storageURI + " to scriptURI=" + ret )
268 log.debug( "converting scriptURI="+scriptURI + " to storageURI=" + ret )
271 log.error( "error during converting scriptURI="+scriptURI + ": " + e.Message)
[all …]
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java81 m_aLog.log(Protocol.TYPE_SCOPE_OPEN, "create listener for AutoSave notifications ..."); in AutoSaveListener()
95 m_aLog.log(Protocol.TYPE_INFO, "successfully registered as AutoSave listener."); in AutoSaveListener()
99 m_aLog.log(ex); in AutoSaveListener()
102 m_aLog.log(Protocol.TYPE_SCOPE_CLOSE, ""); in AutoSaveListener()
107 m_aLog.log(Protocol.TYPE_SCOPE_OPEN, "stop listening for AutoSave notifications ..."); in disableListener()
127 m_aLog.log(ex); in disableListener()
130 m_aLog.log(Protocol.TYPE_SCOPE_CLOSE, ""); in disableListener()
135 m_aLog.log(Protocol.TYPE_SCOPE_OPEN, "statusChanged() called from AutoSave ..."); in statusChanged()
137 m_aLog.log("FeatureURL = \""+aEvent.FeatureURL.Complete+"\"" ); in statusChanged()
138 m_aLog.log("FeatureDescriptor = \""+aEvent.FeatureDescriptor+"\"" ); in statusChanged()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFrame.java107 log.println("getName() returned null: FAILED") ; in _getName()
123 log.println("setName('" + sName + in _setName()
159 log.println("Desktop is always active"); in _isActive()
167 log.println("after deactivate() method call, isActive() returned true"); in _isActive()
171 log.println("after activate() method call, isActive() returned false") ; in _isActive()
172 boolean res = isDesktop(log,tEnv,"isActive()"); in _isActive()
193 log.println("No actions supported by Desktop"); in _addFrameActionListener()
204 log.println("listener was not called.") ; in _addFrameActionListener()
208 log.println("Listener was called, FRAME_ACTIVATED was not") ; in _addFrameActionListener()
212 log.println("Listener was called, FRAME_DEACTIVATING was not") ; in _addFrameActionListener()
[all …]

12345678910>>...62