Lines Matching refs:log
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()
130 log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK"); in _addSelection()
141 log.println("clear selections"); in _removeSelection()
148 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _removeSelection()
150 log.println("add some selections..."); in _removeSelection()
153 log.println("select object from object relation 'selections["+i+"]'"); in _removeSelection()
156 …log.println("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.t… in _removeSelection()
161 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _removeSelection()
167 log.println("try now to remove selections..."); in _removeSelection()
173 log.println("remove selection for object relation 'selections["+i+"]'"); in _removeSelection()
176 …log.println("ERROR: could not remove selection from object relation 'selections[" + i + "]': " + e… in _removeSelection()
181 log.println("ERROR: removed a selection but selection count ("+count+ ") " + in _removeSelection()
187 log.println("try to remove a removed selection a second time..."); in _removeSelection()
192 …log.println("ERROR: could not remove selection from object relation 'selections[0] a second time':… in _removeSelection()
195 …log.println("ERROR: the selected count ("+oObj.getSelectionCount() +") is not that before (" + cou… in _removeSelection()
199 log.println("try to remove invalid object..."); in _removeSelection()
204 …log.println("ERORR: expected exception 'com.sun.star.lang.IllegalArgumentException' was not thrown… in _removeSelection()
207 log.println("expected exception 'com.sun.star.lang.IllegalArgumentException' => OK"); in _removeSelection()
234 log.println("clear selections"); in _clearSelection()
241 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _clearSelection()
243 log.println("add some selections..."); in _clearSelection()
246 log.println("select object from object relation 'selections["+i+"]'"); in _clearSelection()
249 …log.println("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.t… in _clearSelection()
254 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _clearSelection()
262 log.println("clear selections..."); in _clearSelection()
269 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _clearSelection()
278 log.println("clear selections"); in _createSelectionEnumeration()
285 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _createSelectionEnumeration()
287 log.println("add some selections..."); in _createSelectionEnumeration()
290 log.println("select object from object relation 'selections["+i+"]'"); in _createSelectionEnumeration()
293 …log.println("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.t… in _createSelectionEnumeration()
298 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _createSelectionEnumeration()
304 log.println("create enumeration..."); in _createSelectionEnumeration()
311 log.println("try to get first element.."); in _createSelectionEnumeration()
316 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createSelectionEnumeration()
319 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createSelectionEnumeration()
331 … log.println("nextElement()-object and expected object 'selections["+i+"]' are equal: "+compRes); in _createSelectionEnumeration()
336 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createSelectionEnumeration()
337 … log.println("Expected: "+((Integer) ((Object[])selections[i])[0]).intValue()); in _createSelectionEnumeration()
351 log.println("clear selections"); in _createReverseSelectionEnumeration()
358 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _createReverseSelectionEnumeration()
360 log.println("add some selections..."); in _createReverseSelectionEnumeration()
363 log.println("select object from object relation 'selections["+i+"]'"); in _createReverseSelectionEnumeration()
366 …log.println("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.t… in _createReverseSelectionEnumeration()
371 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _createReverseSelectionEnumeration()
377 log.println("create enumeration..."); in _createReverseSelectionEnumeration()
384 log.println("try to get first element.."); in _createReverseSelectionEnumeration()
389 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createReverseSelectionEnumeration()
392 log.println("ERROR: could not get nextElement: " + ex.toString()); in _createReverseSelectionEnumeration()
404 … log.println("nextElement()-object and expected object 'selections["+i+"]' are equal: "+compRes); in _createReverseSelectionEnumeration()
409 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createReverseSelectionEnumeration()
410 … log.println("Expected: "+((Integer) ((Object[])selections[i])[0]).intValue()); in _createReverseSelectionEnumeration()