Lines Matching refs:out

210         System.out.println("\t Anchor :" + reValue[0]);  in getShapeProps()
211 System.out.println("\t HoriOrientPosition :" + reValue[1]); in getShapeProps()
212 System.out.println("\t VertOrientPosition :" + reValue[2]); in getShapeProps()
213 System.out.println("\t Shape Position (x,y) : (" + oShape.getPosition().X + in getShapeProps()
232 System.out.println("creating a sheetdocument"); in openSpreadsheetDocument()
237 e.printStackTrace(/*(PrintWriter) log*/ System.out); in openSpreadsheetDocument()
249 System.out.println(" disposing xSheetDoc "); in closeSpreadsheetDocument()
257 System.out.println("Couldn't close document"); in closeSpreadsheetDocument()
260 System.out.println("Document already disposed"); in closeSpreadsheetDocument()
263 System.out.println("Couldn't get XCloseable"); in closeSpreadsheetDocument()
278 System.out.println("getting sheets"); in getSpreadsheet()
282 System.out.println("getting a sheet"); in getSpreadsheet()
291 e.printStackTrace(System.out); in getSpreadsheet()
293 e.printStackTrace(System.out); in getSpreadsheet()
339 System.out.println("Exception occurred while testing property '" + in changeProperty()
375 System.out.println("Property " + propName + " is void"); in checkResult()
379 System.out.println("Property " + propName + " is readOnly"); in checkResult()
383 System.out.println(propName + " is void, but it's not MAYBEVOID"); in checkResult()
387 System.out.println(propName + in checkResult()
396 System.out.println("Property is ReadOnly and wasn't changed"); in checkResult()
397 System.out.println("Property '" + propName + "' OK"); in checkResult()
402 System.out.println("Property is ReadOnly and wasn't changed"); in checkResult()
403 System.out.println("Property '" + propName + "' OK"); in checkResult()
408 System.out.println("Property is ReadOnly and wasn't changed"); in checkResult()
409 System.out.println("Property '" + propName + "' OK"); in checkResult()
414 System.out.println("Property is ReadOnly and wasn't changed"); in checkResult()
415 System.out.println("Property '" + propName + "' OK"); in checkResult()
425 System.out.println("Read only property '" + propName + in checkResult()
436 System.out.println("old = " + toString(oldValue)); in checkResult()
437 System.out.println("new = " + toString(newValue)); in checkResult()
438 System.out.println("result = " + toString(resValue)); in checkResult()
444 System.out.println("Read only property '" + propName + in checkResult()
446 System.out.println("Property '" + propName + "' OK"); in checkResult()
457 System.out.println("Value for '" + propName + in checkResult()
468 System.out.println("old = " + toString(oldValue)); in checkResult()
469 System.out.println("new = " + toString(newValue)); in checkResult()
470 System.out.println("result = " + toString(resValue)); in checkResult()
477 System.out.println("But it has changed."); in checkResult()
489 System.out.println("Property '" + propName + "' OK"); in checkResult()
499 System.out.println("old = " + toString(oldValue)); in checkResult()
500 System.out.println("new = " + toString(newValue)); in checkResult()
501 System.out.println("result = " + toString(resValue)); in checkResult()
547 System.out.println("getting Drawpages"); in getInsertedShape()
568 System.out.println("Couldn't create instance"); in getInsertedShape()
573 System.out.println("Couldn't create instance"); in getInsertedShape()