[dev] Cannot see my addin functions in the functions list in calc

2008-12-06 Thread Paul Wheeler
Hello, I am new to openoffice development and am trying to write my own calc addin. I have followed the guidlines on the wiki (both the simple and complete versions). I have managed to build an addin and a oxt extension. I can load the extension and run the function using the basic macro: Sub

[dev] Re: Cannot see my addin functions in the functions list in calc

2008-12-06 Thread Paul Wheeler
I managed to fix the problem, in my supported services. My fix was: static Sequence OUString getSupportedServiceNames_XenonAddin() throw (RuntimeException) { - Sequence OUString name(1); + Sequence OUString name(2); name[0] =

Re: [dev] Insert-Object-Sound|Video

2008-12-06 Thread Caolán McNamara
On Fri, 2008-12-05 at 08:49 +0100, Mathias Bauer wrote: The location problem was fixed by Philipp Lohmann (AFAIK). Indeed, along with adding a gtk main loop and using gtksocket which takes care of about 95% of the problems. Just a titchy bit of 64bit love and a fix for one old remaining bug

[dev] Moving files in a Subversion CWS

2008-12-06 Thread Stephan Bergmann
Naively thinking that Subversion with its svn move command would make it easy to move files around in the OOo code base, I moved connectivity/source/drivers/odbc/OPreparedStatement.cxx to connectiviy/ source/drivers/odbcbase/OPreparedStatement.cxx (note odbc vs. odbcbase) on CWS sb102 (then

Re: [dev] Moving files in a Subversion CWS

2008-12-06 Thread Frank Schönheit - Sun Microsystems Germany
Hi Stephan, So, back to good old manual merging: Remember which files you moved in your CWS, and after every rebase, check whether they miss any changes to the original files. Sigh. With the additional hurdle that nobody will warn you about the lost changes. If the compiler finds them,

Re: [dev] Moving files in a Subversion CWS

2008-12-06 Thread Stephan Bergmann
On 6. 12. 2008, at 20:45, Frank Schönheit - Sun Microsystems Germany wrote: Hi Stephan, So, back to good old manual merging: Remember which files you moved in your CWS, and after every rebase, check whether they miss any changes to the original files. Sigh. With the additional hurdle that

[dev] ubuntu build failing in instsetoo_native/util

2008-12-06 Thread NC
I am an OpenOffice dev newbie trying to build openoffice.org for the first time using configure and dmake. I've gotten past several hurdles but this one has me stumped. It fails in instsetoo_native/util, complaining about a missing libmozbootstrap.so. Where can I get this file? Is the build