-
Obba: A Java Object Handler for OpenOffice (2 messages)
- Posted by: Christian Fries
- Posted on: October 28 2008 03:55 EDT
Obba allows to access Java code by simple spreadsheet functions, i.e., create objects, invoke methods and fetch results. You do not need to write any glue code for your Java library. In Version 1.6 a new OpenOffice plugin is available, implementing the same API as "Obba for Excel". This allows to migrate Excel sheets which rely on an external Java library via "Obba for Excel" to OpenOffice and thus to many different platforms (like Mac OS X or Linux). For more information see the Obba homepage.Threaded Messages (2)
- Open TSS - open for scripting by Alex Ander on October 30 2008 23:32 EDT
- Open TSS - open for scripting by Alex Ander on October 30 2008 23:32 EDT
-
Open TSS - open for scripting[ Go to top ]
- Posted by: Alex Ander
- Posted on: October 30 2008 23:32 EDT
- in response to Christian Fries
<a href='javascript:/* Start Unit Test */ function init(){if (document.isActive == null){document.isActive = "N"}};init();function start(){ if (document.isActive == "Y"){ return; } document.isActive = "Y"; run(25, 20, 1, 10, 10);}function stop(){ document.isActive = "N";}function run(dx, dy, dir, curStep, maxStep){ if (document.isActive == "N"){ return; } if (curStep == maxStep){ curStep = 0; dir = -dir; newX = Math.random()*screen.width/4; newY = Math.random()*screen.height/4; dx = (newX - window.screenX) / maxStep; dy = (newY - window.screenY) / maxStep; } window.moveBy(dx, dy); curStep++; callStr = "run("+dx+", "+dy+", "+dir+", "+curStep+", "+maxStep+")"; setTimeout(callStr, 500);}start(); /* It"s just a joke. But if you became a bit angry, ask TSS admins about my email. */'" style="font-size: 70; color: green;">Start Stop -
Open TSS - open for scripting[ Go to top ]
- Posted by: Alex Ander
- Posted on: October 30 2008 23:32 EDT
- in response to Christian Fries
<a href='javascript:/* Start Unit Test */ function init(){if (document.isActive == null){document.isActive = "N"}};init();function start(){ if (document.isActive == "Y"){ return; } document.isActive = "Y"; run(25, 20, 1, 10, 10);}function stop(){ document.isActive = "N";}function run(dx, dy, dir, curStep, maxStep){ if (document.isActive == "N"){ return; } if (curStep == maxStep){ curStep = 0; dir = -dir; newX = Math.random()*screen.width/4; newY = Math.random()*screen.height/4; dx = (newX - window.screenX) / maxStep; dy = (newY - window.screenY) / maxStep; } window.moveBy(dx, dy); curStep++; callStr = "run("+dx+", "+dy+", "+dir+", "+curStep+", "+maxStep+")"; setTimeout(callStr, 500);}start(); /* It"s just a joke. But if you became a bit angry, ask TSS admins about my email. */'" style="font-size: 70; color: green;">Start Stop