[dev] Hello. I have a question.

2009-04-27 Thread Jae-jin Kim
Hello. I'm Korean University sutudent. I study opensource. And OpenOffice.org is very interesting for me. I have a question. I guess that the result of the following source is 100, but the actual result is 101. what is the reason? Please assistance for me.

[dev] Making Jdialog Modal in Java Extension

2009-04-27 Thread Dinesh Chothe
Hello, I have been making one extension using java. In this I want to simply populate simple dialog with some message on menu items click event. I am able to get populate dialog but not getting it as Modal. Because dont know how to provide parent Dialog's object.

Re: [dev] Activex / ole query

2009-04-27 Thread Mathias Bauer
James White wrote: Hi All, I have been trying to embed an OpenOffice 3.0.1 document in an SWT Frame using the org.eclipse.swt.ole.win32 packages. I consistently get the error Failed to create Ole Client. result = -2147024770 when trying either of the following: controlSite = new

[dev] finding binaries et al from OO3.0.1 build

2009-04-27 Thread lux-integ
Greetings,   I am attempting to compile openoffice-3.0.1  The box runs clfs 64Bit -amd64   kernel-2.6.27.7 gcc-4.3.2. I managed to compile OO-3.0.1 with all the options required. ###  I get this after ~7hours after dmake at the end:- packimages -- version: 1.17 packimages:

[dev] Re: finding binaries et al from OO3.0.1 build

2009-04-27 Thread Michael Stahl
lux-integ wrote: - No EPM: do no packaging at this stage i'd guess this is your problem: you've deactivated EPM. here's a trick: try export FORCE2ARCHIVE=TRUE this may enable you to build a tarball in instsetoo_native. the proper solution would be to rerun configure, or to edit

[dev] Re: java, amd64, openoffice-3.0.1

2009-04-27 Thread Michael Stahl
lux-integ wrote: Greetings, I am attempting to compile openoffice-3.0.1 The box runs clfs 64Bit -amd64 kernel-2.6.27.7 gcc-4.3.2. For java, only a binary was available. This was jdk-1_5_0_16-linux-amd64.bindownloaded from Sun. I attempted to compile openoffice-3.0.1

[dev] which interface used for activating/restricting the functions of Openoffice??

2009-04-27 Thread Cam Tu Phan Le
Hi, I'd like to know which interface is used for controlling (activate/restricting/deactivate) the functions of Openoffice (for example: print, save, copy, paste,...). I've tried with the method doRestricted of interface XAccessController without success because of the parameter XAction

Re: [dev] Re: java, amd64, openoffice-3.0.1

2009-04-27 Thread lux-integ
On Monday 27 April 2009 04:15:41 pm Michael Stahl wrote: i don't think this problem has anything to do with your java; it's probably either a bug in OOo build system, or your configuration is wrong. I had the problem sorted a while back thanks. It was removing  --disable-qadevooot from

Re: [dev] finding binaries et al from OO3.0.1 build

2009-04-27 Thread Rene Engelhard
Hi, lux-integ wrote: No EPM: do no packaging at this stage ^^^ Reading helps... ;) rmdir /tmp/7113 ## However I am unable to find the binaries  etc to install them. Of course, you disabled the packaging alltogether. (You used

Re: [dev] Making Jdialog Modal in Java Extension

2009-04-27 Thread Marcin Miłkowski
Hi Dinesh, if this is just an information dialog, try with native OOo controls - it's quite cumbersome to make OOo dialog really modal. I don't know how we solved this in LanguageTool (the code was long removed as we're not using a Swing dialog to check text anyway) but this was some dirty

Re: [dev] which interface used for activating/restricting the functions of Openoffice??

2009-04-27 Thread Mathias Bauer
Cam Tu Phan Le wrote: Hi, I'd like to know which interface is used for controlling (activate/restricting/deactivate) the functions of Openoffice (for example: print, save, copy, paste,...). I've tried with the method doRestricted of interface XAccessController without success because of the