error:cppuhelper/implbase4.hxx: No such file or directory

2013-09-16 Thread Samiththa Bashani
when i was going to test the example(RNG) which you provided in calc/Add-in/Simple Calc Add-In in Apache open office wiki I got the error "cppuhelper/implbase4.hxx: No such file or directory" while exucuting make file. Can you give a solution for this problem?

Error:cannot find -luno_cppuhelpergcc3

2013-09-23 Thread Samiththa Bashani
when i was going to test the example(RNG) which you provided in calc/Add-in/Simple Calc Add-In in Apache open office wiki I got the error "cannot find -luno_cppuhelpergcc3 x" while exucuting make file. Can you give a solution for this problem?

How to give string as the input in open office calc extensions

2013-10-11 Thread Samiththa Bashani
I tried the example that is provided in open office tutorials(myRNG: http://wiki.openoffice.org/wiki/Simple_Calc_Add-in) As it mentioned it can handled double inputs. But i can't find a way to handled strings as inputs. ex: Sub Main mgr = getProcessServiceManager() o = mgr.creat

Download the source code of open office calc

2013-10-11 Thread Samiththa Bashani
I want the source code for open office calc. Where can i find a download link for that. ? thanks.