[dev] development

2007-01-09 Thread rtessari
Hello, my name is Rick Tessari. I am currently a college student studying application development. I know the basics of object oriented programming and have worked with C, C++, C#, and HTML. I have a respect for programming languages and would like to broaden my developing experience. I

Re: [dev] Modifying the Main-Menu

2007-01-09 Thread Mathias Bauer
Fabian Köster wrote: Hi list! I recently spotted a interesting document on how to modify the context-menu of OpenOffice.org using the OfficeBean. (http://documentation.openoffice.org/HOW_TO/various_topics/HowTo_modify_context_menu.pdf) Now I wonder if it is possible to modify the

Re: [dev] ADD-ON

2007-01-09 Thread Mathias Bauer
mellannie rachelle reyes wrote: *Gud day again sir, according to the dev_guide there is an 'Add-on function' that can be seen at the Tool Menu but when i installed the OOo.2.0 and i opened the openoffice writer and the other openoffice applications, there is no 'Add-on' function in the Tool

Re: [dev] Modifying the Main-Menu

2007-01-09 Thread Carsten Driesner
Fabian Köster wrote: Hi list! I recently spotted a interesting document on how to modify the context-menu of OpenOffice.org using the OfficeBean. (http://documentation.openoffice.org/HOW_TO/various_topics/HowTo_modify_context_menu.pdf) Now I wonder if it is possible to modify the main-menu

Re: [dev] ADD-ON

2007-01-09 Thread Carsten Driesner
mellannie rachelle reyes wrote: *Gud day again sir, according to the dev_guide there is an 'Add-on function' that can be seen at the Tool Menu but when i installed the OOo.2.0 and i opened the openoffice writer and the other openoffice applications, there is no 'Add-on' function in the Tool

Re: [dev] Lock a document for concurrent access?

2007-01-09 Thread Jan Holesovsky
Hi Matthias, Thank you for the valuable feedback! Helps me to sort the ideas. (I've merged your answers into one mail - I hope it's OK.) On Monday 08 January 2007 14:13, Mathias Bauer wrote: The lock()/unlock() here would prevent the other OOo instances from changing the document while

Re: [dev] Lock a document for concurrent access?

2007-01-09 Thread Niklas Nebel
Jan Holesovsky wrote: I'm not sure if concurrent access for documents is a good idea. Currently our merging is not perfect and you will have a lot of disappointed users. For me this is doing the second step before the first. Without a better merging we can't offer concurrency. I am a fan of

Re: [dev] inline funtions: control may reach end of non-void function (compiler bug on Mac OS X)

2007-01-09 Thread Pavel Janík
- adding return FALSE; at the end of the inline function This might lead to warning unreachable code with other compilers, so Yes, I was simply searching for this argument! Thanks. Will remove else and reindent ;-) -- Pavel Janík [EMAIL PROTECTED]

[dev] unowinreg.dll on solaris?

2007-01-09 Thread Joe Reid
Can someone point me in an appropiate direction to understanding this: checking for external/unowinreg/unowinreg.dll... configure: WARNING: not found, will be cross-built using mingw32 configure: error: for rebuilding unowinreg.dll you need the mingw32 C++ compiler. Specify mingw32 g++

Re: [dev] unowinreg.dll on solaris?

2007-01-09 Thread Joe Reid
Never mind - I found it http://www.mail-archive.com/discuss@openoffice.org/msg12539.html still strange to require a file for a feature of another OS... On Tue, Jan 09, 2007 at 05:30:38PM -0500, Joe Reid wrote: Can someone point me in an appropiate direction to understanding this: checking

Re: [dev] unowinreg.dll on solaris?

2007-01-09 Thread Jim Watson
On 10/01/2007, at 9:30 AM, Joe Reid wrote: Can someone point me in an appropiate direction to understanding this: -- http://www.openoffice.org/issues/show_bug.cgi?id=49718 - To unsubscribe, e-mail: [EMAIL PROTECTED] For