[dev] Contributions

2005-07-26 Thread Valliappan Annamalai
Hi, I would like to contribute to openoffice. But i dont know where to start. For instance it would be great if you could suggest me a bug that I can start working on. I have good c, c++ and java programming knowledge. I also came across this topic in the todo list Redesign the myspell spell

Re: [dev] How to de-activate calling-home functions?

2005-07-26 Thread Jürgen Schmidt
Hi, Matthias Benkmann wrote: Our internal approval process for applications requires that all calling-home functions can be de-activated. OOos registration dialog and the dialog that allows to send back debug data after a crash qualify as calling-home functions (despite the fact that user

[dev] Changing cell values from custom sheet function

2005-07-26 Thread Matthias Benkmann
It seems that when I use a custom Basic function in a cell formula, during the executing of this function, I can't write to any cells. Statements such as ThisComponent.Sheets.getByIndex(0).getCellByPosition(4,1).setValue(33) are silently ignored. Why does this happen? Is there a way around it?

Re: [dev] Changing cell values from custom sheet function

2005-07-26 Thread Niklas Nebel
Matthias Benkmann wrote: It seems that when I use a custom Basic function in a cell formula, during the executing of this function, I can't write to any cells. Statements such as ThisComponent.Sheets.getByIndex(0).getCellByPosition(4,1).setValue(33) are silently ignored. Why does this happen?

Re: [dev] pygtk and embedded OOo demo

2005-07-26 Thread Pierre-Andre Galmes
* Laurent Godard [EMAIL PROTECTED] [050725 17:01]: Hi Caolan A small basic demo of pygtk combined with pyuno to show how to embed OpenOffice.org inside a gnome pygtk + glade app, similiar to the java OOoBean demo. Maybe useful if you want to embed OOo inside something gnome-ish as e.g. a

Re: [dev] re: problem with setProperty in my dialog

2005-07-26 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver Brinzing wrote: Hi James, xPSetButton.setPropertyValue( PositionX , new Integer(50)); This causes a failure. it's no good idea to use blanks at the start/end of a properties name... :-) the properties are case sensitive too, as far

Re: [dev] Contributions

2005-07-26 Thread Daniel Naber
On Tuesday 26 July 2005 00:45, Valliappan Annamalai wrote: I also came across this topic in the todo list Redesign the myspell spell checker to handle uppercase, lowercase and mixed case in a more efficient way. Do you think this would be a good thing for me to do or may be start with the

[dev] Needed gtk+ version is now 2.4

2005-07-26 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, a few minutes ago I fixed http://www.openoffice.org/issues/show_bug.cgi?id=51387 in cws configure11. The straight forward way was just to increase the Gtk+ build requirement checked by configure to = 2.4. The other way would have been to split

[dev] Macro Security for Embedded Database Forms

2005-07-26 Thread Andrew Jensen
When I attach a macro module to an embedded database form there seems to be no way to tell the macro security function to allow the form to be opened without asking if I should 'enable' or 'disable' the macros. Well, there is one way set the macro security option to 'LOW' and this is not an

Re: [dev] Macro Security for Embedded Database Forms

2005-07-26 Thread Christian Junker
I am not very sure, but I think there is some standard out there restricting macros in office documents to be executed without asking the user if he gives the permission or not. At least that's what I heard some time ago. 2005/7/26, Andrew Jensen [EMAIL PROTECTED]: When I attach a macro module