Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Jürgen Schmidt
Emmanouil Batsis wrote: Does OOo provide a repo for apache maven dependency handling? no, not yet and currently we have no plans to create one. But if their is a real demand, we should align it and should create only one. It would be bad to have several different ones, which maybe run out

Re: [dev] How to add a button to a newly created toolbar?

2005-09-06 Thread Carsten Driesner
Matthias Benkmann wrote: I've managed to create my own toolbar with the following code layout = thisComponent.CurrentController.Frame.LayoutManager layout.createElement( private:resource/toolbar/UITest ) layout.showElement( private:resource/toolbar/UITest ) but I can't seem to find a way to

[dev] End of SISSL

2005-09-06 Thread Didier Urban
I would like to know if StarOffice 8 (next release) will be in LGPL licensing (If SISSL is down) ? Regards Didier

Re: [dev] menu bar and toolbars listener

2005-09-06 Thread Mathias Bauer
Carsten Driesner wrote: A dispatch inceptor is not able to determine which user interface element invoked the command. See chapter 6.1.6 Office Development - OpenOffice.org Application Environment - Using the Dispatch Framework in the Developer's Guide. To make it more clear: this is not a

Re: [dev] What is OnCopyTo(Done)

2005-09-06 Thread Matthias Benkmann
From an API point of view OnCopyTo(Done) is called when storeToURL(...) is called on the model while OnSaveAs(Done) is called for storeAsURL(...). So in my case (I was getting these events without any user interaction) the events were caused by auto-save, right? Matthias

[dev] OOo Impress, exportfilter

2005-09-06 Thread Martin Kubiak
Dear developers, I had a poster in the size of 36 x 48 using OOo Impress in the versions 1.1.4, 2.0beta2, german and english edition. The background was a gradient from the left-top-corner to the right-bottom-corner. On the monitor everythng was ok. When I printed it to my postscript-printer

Re: [dev] Warning-Free Code

2005-09-06 Thread Stephan Bergmann
Stephan Bergmann wrote: [...] - Added SAL_INT_CAST (for C) and std::static_int_cast and std::reinterpret_int_cast (for C++) to sal/types.h and brought in sal_IntPtr and sal_uIntPtr to sal/types.h from CWS ooo64bit02. See the documentation in sal/types.h for when this new functionality should

Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Martin Desruisseaux
Juergen wrote: no, not yet and currently we have no plans to create one. But if their is a real demand, we should align it and should create only one. It would be bad to have several different ones, which maybe run out of sync. The problem is that most often related problems come to us. It

Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Emmanouil Batsis
Jürgen Schmidt wrote: Emmanouil Batsis wrote: Does OOo provide a repo for apache maven dependency handling? no, not yet and currently we have no plans to create one. But if their is a real demand, we should align it and should create only one. It would be bad to have several different

Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Emmanouil Batsis
Martin Desruisseaux wrote: It may happen that maven repositories are silently created by various project according their need. For example the Geotools project already has a subset of OpenOffice jars in a Maven repository there: http://lists.refractions.net/geotools/openoffice/jars/

Re: [dev] Maven dependencies for UNO

2005-09-06 Thread Jürgen Schmidt
Emmanouil Batsis wrote: Jürgen Schmidt wrote: Emmanouil Batsis wrote: Does OOo provide a repo for apache maven dependency handling? no, not yet and currently we have no plans to create one. But if their is a real demand, we should align it and should create only one. It would be bad to

[dev] Build getting stuck in icu

2005-09-06 Thread David Fraser
Hi I'm trying to build on Windows. The build is getting stuck building ICU. It says cannot find windows.h I wonder if this is related to the guw.pl errors about not converting -X switches at the top of the log (below). Unfortunately its a bit difficult to debug as cl.exe is being given its

Re: [dev] Build getting stuck in icu

2005-09-06 Thread Volker Quetschke
I'm trying to build on Windows. The build is getting stuck building ICU. It says cannot find windows.h I wonder if this is related to the guw.pl errors about not converting -X switches at the top of the log (below). As include switches are not converted (see guw error) this is highly possible.

Re: [dev] Build getting stuck in icu

2005-09-06 Thread David Fraser
Volker Quetschke wrote: I'm trying to build on Windows. The build is getting stuck building ICU. It says cannot find windows.h I wonder if this is related to the guw.pl errors about not converting -X switches at the top of the log (below). As include switches are not converted (see guw error)

Re: [dev] Options-Dialog, MacroSecurityLevel 3 , subfolders and http://

2005-09-06 Thread Mathias Bauer
Peter Eberlein wrote: Hi, adding http://MyServer/* and/or file:///v:/* to the string list of the SecureURL in the common.xcu seems not to work. Most of our templates reside on dozens of subfolders on our http-server. Is there a way to work with subfolders on the highest security level?

Re: [dev] End of SISSL

2005-09-06 Thread Mathias Bauer
Didier Urban wrote: I would like to know if StarOffice 8 (next release) will be in LGPL licensing (If SISSL is down) ? It depends. Most parts of StarOffice are created from code that Sun has copyright for, so no licencing is necessary. Some other parts are from third parties (like the

Re: [dev] Strange Bug in StarBasic? Function returning null instead of empty

2005-09-06 Thread Andrew Douglas Pitonyak
Matthias Benkmann wrote: I have a problem with a recursive function in one of my macros. The function is supposed to either return an array of strings or Empty (in case there's not enough input data). However, under some circumstances the function mysteriously returns Object/Null instead of