[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Joachim Lingner
This output comes probably from the bridges module. Did you build it by any chance with debug=t? Joachim On 03/15/11 09:24, Andor E wrote: Hi, I'm building OOo 3.2.1 on Windows. For some reason unopkg and other command line tools print trace info (inserting new mapping) to the console. I'm

Re: [dev] JRE build error

2010-09-22 Thread Joachim Lingner
Make absolutetly sure that you have a 32bit JRE Am 20.09.2010 15:27, schrieb David Howell: Hi, I am attempting to build OO for the first time and have been running into errors. The latest one I am having trouble resolving. The error message is: [Java framework] The JRE specified by the

Re: [dev] unopkg - question about shared-extension-desc.xml

2010-08-23 Thread Joachim Lingner
Thank you, Joachim On 22.08.10 19:49, Oliver Brinzing wrote: Hi Joachim, Registration of shared and bundled extensions occurrs now at startup and must be done for every user individually. See http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/The_Active_Extension

Re: [dev] unopkg - question about shared-extension-desc.xml

2010-08-18 Thread Joachim Lingner
Am 13.08.2010 14:52, schrieb Oliver Brinzing: Hi, i found oo 3.3 creates a new file \user\Scripts\shared-extension-desc.xml when adding a script extension, for example: unopkg add my-scriptdispatch.oxt --shared --force --verbose --log-file c:\temp\unopkg.log shared-extension-desc.xml: ?xml

Re: [dev] Question ad OOo update feature ...

2010-08-02 Thread Joachim Lingner
On 01.08.10 16:09, Rony G. Flatscher wrote: Hi there, for an extension I would like to have the OOo update feature active. If an update is available then the user should be directed to a HTML page that explains what is necessary to get and install the update. Unfortunately, my tests do not

Re: [dev] Question ad OOo update feature ...

2010-08-02 Thread Joachim Lingner
On 01.08.10 16:09, Rony G. Flatscher wrote: Hi there, for an extension I would like to have the OOo update feature active. If an update is available then the user should be directed to a HTML page that explains what is necessary to get and install the update. Unfortunately, my tests do not

Re: [dev] Windows' unopkg.exe does not differentiate between stderr and stdout, where does stdout go to when piping ?

2010-03-22 Thread Joachim Lingner
This is a bug: http://www.openoffice.org/issues/show_bug.cgi?id=102854 --Joachim Rony G. Flatscher wrote: Hi there, experimenting with OOo 3.2's unopkg.exe (under WindowsXP, SP3) it seems, that the output from unopkg.exe is only directed at stdout, whereas under Linux error messages (like

[dev] disabling module xmlsecurity when not building module nss

2009-11-26 Thread Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg
Hi all, Building of module nss (current version is 3.12.4) can be prevented using the configure option --disable-nss-module. In that case the older nss libraries (v. 3.11.9) from module moz are used, unless building moz was also disabled. In case of the latter, the xmlsecurity module is not

Re: [dev] disabling module xmlsecurity when not building module nss

2009-11-26 Thread Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg
Rene Engelhard wrote: On Thu, Nov 26, 2009 at 04:17:05PM +0100, Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg wrote: As a consequence I will disable building of xmlsecurity when building of the nss module is disabled. Please do not forget system-nss (aka system-mozilla

[dev] Changed build requirements for Windows

2009-08-27 Thread Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg
Hi, as of probably DEV300m57, it is necessary to have the Mozilla build tools (Windows only) installed. This is necessary to build the new nss module. Building of this module can be switched off by --disable-nss-module. See also

Re: [dev] External Properties in oxt

2009-08-18 Thread Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg
No. However you could use the configuration. That is, a new extension installes a xcu containing the new data, which is then used by the first extension. But I think this will just complicate matters and it is probably best to ship a new version of your extension containing the modified data.

Re: [dev] Issue with 64-bit XP

2009-07-06 Thread Joachim Lingner
Please look here http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding#Running_on_64_Bit_Platforms In short, make sure you have 32 bit .NET Framework installed and that you build a 32 bit application. I hope that helps, Joachim

Re: [dev] OpenOffice.org Java JRE search paths

2009-03-31 Thread Joachim Lingner
Starting with OOO310 m8 OOo will automatically search for a new JRE when the previously selected one was removed. Provided that the new JRE is in a path that is found, everything will work. Joachim Hanno Meyer-Thurow schrieb: Hi all! As of now OpenOffice.org looks for a JRE in different

Re: [dev] About OOo digital signature OOoConf 2008.

2009-03-23 Thread Joachim Lingner - Sun Germany Software Engineer - ham02 - Hamburg
Hi, I wrote a page at http://wiki.services.openoffice.org/wiki/Improving_The_Digital_Signature_Feature where I put together my view of how the signature framework could work. It is not clear when this is to be implemented and who would take of it. Joachim Giuseppe Castagno wrote: Hi all,

Re: [dev] amount of stopper / regressions for 3.1 release

2009-03-13 Thread Joachim Lingner
As Thorsten pointed out, we are NOT capable of covering the QA for our product completely NOR are we able to extend QA to new features (no time for writing new tests, etc.) We also know, that this is not because we are lazy ... As a matter of fact, many issues are reported by the community, at

Re: [dev] build problems, help?

2009-01-21 Thread Joachim Lingner
Try the suggested solution described here: http://qa.openoffice.org/issues/show_bug.cgi?id=98273 After copying the climaker.exe.config next to the climaker.exe in the solver build again cli_ure unoil testtools Joachim Albert Law schrieb: Hi All, I have a build problem, and I was wondering

Re: [dev] Options dialog in the extension

2009-01-05 Thread Joachim Lingner
Karthik Sudarshan wrote: Hi all, I've downloaded the sample OptionsPageDemo Netbeans project and I've been able to successfully install the add-on and I also see the Options dialog. But when I create my own add-on and want to add an Options page I don't see it! There are no errors while

Re: [dev] Problems loading an extension

2008-08-27 Thread Joachim Lingner
I have no idea what could cause the problem. So you need to debug some more. That ldd shows the office libraries as 'not found' is normal. You should find out why mysqulc.so cannot be loaded at runtime when the build environment is not set. Maybe LD_DEBUG is helpful. Joachim Andrey Hristov

Re: [dev] Problems loading an extension

2008-08-27 Thread Joachim Lingner
Well, I didn't see the wood for the trees. Stephan is absolutely right. The extension libraries may ONLY link against URE libraries. Joachim Joachim Lingner schrieb: I have no idea what could cause the problem. So you need to debug some more. That ldd shows the office libraries as 'not found

Re: [dev] extensions, confused...

2008-05-29 Thread Joachim Lingner
Caolan McNamara wrote: a) Identifiers In DEV300_m14 we have... a) com.sun.reportdesigner for the report designer b) none so becomes org.openoffice.legacy.sun-presentation-minimizer.oxt for the presentation minimizer c) com.sun.wiki-publisher for the wiki publisher but then d)

Re: [dev] Digital signatures in OOo. What about OOo 3.0?

2008-03-04 Thread Joachim Lingner
(unpublished) but with the risk that the implementation breaks later. Or you may also try to disentangle the code of the document signature service to have a clearly separated GUI packed into a UNO service. Then you could use this GUI as well from your extension. -Joachim Joachim Lingner wrote

Re: [dev] Digital signatures in OOo. What about OOo 3.0?

2008-02-28 Thread Joachim Lingner
Giuseppe Castagno wrote: Hi all, I'm part of an Italian group of developers that are seeking a way to implement the signature of OOo documents according to the standard laid out by the Italian Public Administration. The idea was to write an extension to sign, but it seems that ATM OOo

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-28 Thread Joachim Lingner
Marten Feldtmann schrieb: Joachim Lingner schrieb: Marten Feldtmann schrieb: I did an uninstallation and then: I've installed OO 2.3 for the current user (which is always admin - because one needs to have administration right) and then it works (under admin) without further work. I've

Re: [dev] CLI - how to deploy, how does it works ?

2007-11-28 Thread Joachim Lingner
Marten Feldtmann schrieb: Could you delete the key and run the test again? (Assuming that you have uninstalled your user - only office anyway) Well done - that was it ! Thank you very much ! :) The key will be removed when OOo is being uninstalled. I have checked this with an m237.

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Joachim Lingner
above. Joachim - Marten Joachim Lingner schrieb: Hi Marten, Marten Feldtmann wrote: Ok, I try to give some more information. On my development machine I have .NET 1.1, .NET 2.0 and .NET 3.0 installed. On this machine I use OO 2.3 and all

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Joachim Lingner
Marten Feldtmann wrote: Joachim Lingner schrieb: This scenario does not work. You need to build your application on a base line machine. The target machines must have at least the same version of OOo as the build machine. Ok, then the development machine must have the oldest version (e.g

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-27 Thread Joachim Lingner
Marten Feldtmann schrieb: I did an uninstallation and then: I've installed OO 2.3 for the current user (which is always admin - because one needs to have administration right) and then it works (under admin) without further work. I've installed OO 2.3 for all users and it does not work

Re: [dev] CLI - how to deploy, hoe does it works ?

2007-11-26 Thread Joachim Lingner
Marten Feldtmann wrote: I've integrated OO 2.3 in our C# application to create complete documentation from our applications - and the whole stuff works pretty well on my development machine - BUT it does not work at all, when I transfer my programs to another machine Could you provide

Re: [dev] OLE, data type hyper and returned vt value !?

2007-10-17 Thread Joachim Lingner
Marten Feldtmann schrieb: Joachim Lingner schrieb: Hi Marten, Marten Feldtmann wrote: When running around in the reflection system of OpenOffice 2.x I came across the following problem: Some constants have adefined data type hyper, which means signed 64 bit values. When I query the value

Re: [dev] OLE, data type hyper and returned vt value !?

2007-10-16 Thread Joachim Lingner
Hi Marten, Marten Feldtmann wrote: When running around in the reflection system of OpenOffice 2.x I came across the following problem: Some constants have adefined data type hyper, which means signed 64 bit values. When I query the value for that constant I get a dispatched (is this the

Re: [dev] How to get the supported interfaces of an unknown object ?

2007-10-15 Thread Joachim Lingner
Marten Feldtmann wrote: All I would like to have is a way to implement: anObject.SupportsInterfacesNamed(com.sun.star.reflection.XTypeDescription) which may returns true or false and this via UNO calls and not via BASIC special calls (to use it under OLE). XInterface.queryInterface

Re: [dev] OLE, Source code generation and reflection ... the boring story ...

2007-10-02 Thread Joachim Lingner
If you want to programmatically determine all types, you could use the com.sun.star.comp.stoc.RegistryTypeDescriptionProvider service. For example the climaker uses it to create all cli types from UNO types. Have a look at cli_ure/source/climaker/climaker_app.cxx. Eventually

Re: [dev] uno cil bindings for linux

2007-04-19 Thread Joachim Lingner
Rene, in what particular version of OOo did you find the cli_cppuhelper.dll with the broken version? Joachim Rene Engelhard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Daniel Morgan wrote: What is the status of the uno cil bindings for mono on linux? Existing in

Re: [dev] error while building OOOE680_m6

2007-03-30 Thread Joachim Lingner
xmlsec is an external project which is contained in libxmlsec. When you build the project, the xmlsec sources are inflated and patched. The resulting files are in the misc directory. There you'll find the xmlsec.h. For example: wntmsci10.pro\misc\build\xmlsec1-1.2.6\include\xmlsec\xmlsec.h Make

Re: [dev] Can't add jre 1.4.2 to OOo 2.1/2.2(rc3) on a debian-system

2007-03-20 Thread Joachim Lingner
Have you tried if the JRE 1.4.2_13 is really functional. If you have an arbitrary java program at hand then just run it. Make sure you use the correct java executable from your 1.4.2 installation. You could also run the JREProperties program from OOo/program/JREProperties.class. This should

Re: [dev] A few brief questions ad extension packages (Re: [dev] Class-Path Entry in Manifest Package File and the Location of the Respective jars?

2007-02-06 Thread Joachim Lingner
Stephan Bergmann wrote: Rony G. Flatscher wrote: Hi Stephan, Feel free to come back here with any questions along your way, Thank you very much for your kind offer! Indeed, after studying your information there would be a couple of questions: * where would one find the full definition

Re: [dev] A few brief questions ad extension packages (Re: [dev] Class-Path Entry in Manifest Package File and the Location of the Respective jars?

2007-02-06 Thread Joachim Lingner
Rony G. Flatscher wrote: Hi Stephan, thank you very much for your answers! ... cut ... * ad application/vnd.sun.star.uno-component;type=native: No, such files are not put on any path. If those libraries are UNO libraries that support services/singletons, they will be found by the UNO

Re: [dev] Extension Manager [was: Re: [dev] Seeking help on Ubuntu 6.10 OOo v. 2.0.4 for starting OOo via Java]

2007-02-06 Thread Joachim Lingner
into this once more to make sure that my scripts did not alter the standard installation. You mean you select Tools - Extension Manager but no dialog appears? That's strange. It should not have anything to do with Java. Probably Joachim Lingner (jl at ooo) is interested in that, as he maintains

Re: [dev] OOo Digital Signatures

2006-10-19 Thread Joachim Lingner
The area of certificate verification is very complex. There are different RFCs and other specifications, as well as different requirements in separate countries (e.g. German Signature Law). I haven't seen so far a statement that either Microsoft or Mozilla guarantee 100 % compliance to a

Re: [dev] Re: OOoBean really running inside an Applet

2006-10-09 Thread Joachim Lingner
ramboid wrote: Joachim Lingner joachim.lingner at sun.com writes: Clovis Wichoski wrote: Joachim TIA Clóvis This class also worked very well for me and it appears to provide the solution that we were looking for. How would you suggest that we apply the policies, that you uploaded

Re: [dev] OOoBean really running inside an Applet

2006-10-02 Thread Joachim Lingner
Clovis Wichoski wrote: hi, I manage to run OOoBean inside an Applet that runs inside the WebBrowser, i downloaded the SDK but examples there, dont really is an applet it's a StandAlone java applet, then in my research i found files in

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-20 Thread Joachim Lingner
Where can I download the source code for the LocalOfficeConnection and OOoBean classes ? You need to use cvs. See here: http://www.openoffice.org/dev_docs/source/get_source.html and here: http://wiki.services.openoffice.org/wiki/Tips The project name of OOoBean is bean. Joachim I think

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-19 Thread Joachim Lingner
Thank you again Joaquin -- it worked fine. However, as you suggested in a prior posting, the applet is still having problems loading some programs. Do you have any links for code that I can re-work to get around this problem? No unfortunately not. I imagine that I would need to re-write

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-18 Thread Joachim Lingner
Thank you again Joaquim. How would you suggest that I could add the classpath or any other proerty to the Java Control Panel (if this exists) of a FireFox browser running in a Linux server? java-installation/bin/ControlPanel -Joachim

Re: [dev] OOoBeanViewer -- required dll's and so's

2006-09-15 Thread Joachim Lingner
The safest thing would be to leave the dlls where they are (in the office installation), because there is actually no fixed set of libraries and in the future link dependencies could change. Joachim ramboid wrote: Which libraries besides libofficebean.so, libsal3.so would I need in order to

Re: [dev] Re: OOoBeanViewer -- required dll's and so's

2006-09-15 Thread Joachim Lingner
Carlos Oliva wrote: Would not the applet need to find all the so libraries if it runs in a Linux server? The OOoBean uses the classloader of the OOoBean class to locate a couple of libraries. This usually works, when the class loader loads the jar files from office/program/classes. Then the

[dev] Online Update for Extension

2006-09-13 Thread Joachim Lingner
Hi all, As already announced on [EMAIL PROTECTED] we intend to develop a Online Update mechanism for extensions. The question which is keeping me busy right now is how the dialog should look like. In particular I am still unclear about if either -we show multiple versions of one extension

[dev] Online Update for Extension Dialog

2006-09-13 Thread Joachim Lingner
Hi all, As already announced on [EMAIL PROTECTED] we intend to develop a Online Update mechanism for extensions. The question which is keeping me busy right now is how the dialog should look like. In particular I am still unclear about if either -we show multiple versions of one extension or

[dev] [Fwd: java-settings parsing ...]

2006-09-01 Thread Joachim Lingner
Hi, Michael, I hope you do not mind keeping the discussion on openoffice.org to get to a wider audience. Michael Meeks wrote: Hi there, Just looking at performance again, and javaldx is taking 1/2sec of my 29second cold start time [ ok, perhaps not so significant - but it's at the

Re: [dev] [SOLVED] Changing the default Java for OOo from command line

2006-07-04 Thread Joachim Lingner
Good to know that it works for you now. By the way I filed issue 66769 to investigate the use of bootstrap variables with unopkg -Joachim Tobias Krais wrote: Hi Joachim, OK. I used: -%- export UNO_JAVA_JFW_ENV_CLASSPATH=/usr/lib/openoffice/program/classes/j

Re: [dev] Changing the default Java for OOo from command line

2006-06-29 Thread Joachim Lingner
Actually this could be caused by the initial error, that unopkg has problems with the bootstrap variables. You could build jvmfwk project with debug information then the output shows what the class path is. Joachim Tobias Krais wrote: Hi Joachim, OK. I used: -%- export

Re: [dev] Changing the default Java for OOo from command line

2006-06-27 Thread Joachim Lingner
Hi, OK. I used: -%- export UNO_JAVA_JFW_ENV_CLASSPATH=/usr/lib/openoffice/program/classes/j urt.jar;/usr/lib/openoffice/program/classes/ridl.jar;/usr/lib/openoffice/program /classes/java_uno.jar;/usr/lib/openoffice/program/classes/juh.jar;/usr/lib/openo

Re: [dev] Changing the default Java for OOo from command line

2006-06-23 Thread Joachim Lingner
Hi, unopkg does not seem to accept bootstrap variables on the command line. This could be a bug. You could still set the variable as environment variable. For example setenv UNO_JAVA_JFW_JREHOME file:///usr/lib/jvm/java-1.5.0-sun-1.5.0.06/ unopkg add ... Joachim Tobias Krais wrote: Hi

Re: [dev] Changing the default Java for OOo from command line

2006-06-19 Thread Joachim Lingner
Hi, i was a week off, so my answer is a bit late. I tried to start it OOo with the -env:..., to set the JRE. The option dialog then shows that the check box (use JRE) is not marked and I am not able to start the letter wizard, which is implemented in Java. This is the case because, the

Re: [dev] Changing the default Java for OOo from command line

2006-06-19 Thread Joachim Lingner
Hi Tobias, So this should be the solution: -%- soffice -env:UNO_JAVA_JFW_JREHOME=file:///usr/lib/jvm/java-1.5.0-sun-1.5.0.06/

Re: [dev] Changing the default Java for OOo from command line

2006-06-09 Thread Joachim Lingner
Tobias Krais wrote: I read that OOo framework knows two modes: application mode and direct mode. Direct mode is what I need, because it does not read existing configuration. How can I start soffice or unopkg in direct mode? The problem with OOo is that it is configured to use application mode.

Re: [dev] Changing the default Java for OOo from command line

2006-06-08 Thread Joachim Lingner
Tobias Krais wrote: Hi Joachim, selecting a different JRE is only possible through the options dialog. would it be a good idea to add such a feature? Selecting a JRE can be regarded as part of the office configuration. Now one could argue, that every aspect of the configuration should be

Re: [dev] Changing the default Java for OOo from command line

2006-06-08 Thread Joachim Lingner
Tom Schindl wrote: Hi, Well if you are on linux a simple sed command could change the used JDK or am I missing something. This could surely done also on win32 but I have no idea on win32-scripting. The information is stored on my system in: [EMAIL

Re: [dev] Changing the default Java for OOo from command line

2006-06-07 Thread Joachim Lingner
Hi, selecting a different JRE is only possible through the options dialog. Joachim Tobias Krais wrote: Hi together, at the moment I am creating a little Debian package. This package only runs with a Java = 1.5. How can I tell the OOo installation via commandline to use a more modern Java

Re: [dev] OfficeBean LocalOfficeConnection

2006-04-20 Thread Joachim Lingner
Aidan Butler wrote: Hi All, In the OOo Bean, the unique pipe name is being constructed from the current username. This pipe-name is then encoded using a URLEncoder which replaces all spaces in the name with + symbols. The encoded URL is then passed into a replaceAll implementation in the

Re: [dev] OO2 130 and OfficeBean

2005-10-04 Thread Joachim Lingner
Many thanks for the example. We will try to reproduce this issue and submit an issue if necessary. Joachim snpe wrote: On Friday 30 September 2005 03:21 pm, Joachim Lingner wrote: I am not sure if I understand. Does the example odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment

Re: [dev] OO2 130 and OfficeBean

2005-09-29 Thread Joachim Lingner
I try SimpleBootstrap_java.java (and another exampel form OfficeDev) and it work fine with both (kde and gtk).How I can add open OO frame to my Java panel (frame) ? As I mentioned before, OOoBean needed a way to receive the component context to fully support this example. This is not yet

Re: [dev] OO2 130 and OfficeBean

2005-09-28 Thread Joachim Lingner
Hi, It is fine when jars are in original position Example : 1) create project and add jars from OFFICE_HOME/program/classes in classpath (no relocate jars, only add in classpath) - It work fine 2) create project, add jars from OFFICE_HOME/program/classes in my project folder (relocate it) -

Re: [dev] OO2 130 and OfficeBean

2005-09-27 Thread Joachim Lingner
snpe wrote: Hello, I try OfficeBean and have one problem : when I call program with OO jars (jars in OO_HOME/program/classes) it work fine I want import jars in my project, but then OfficeBean can't find soffice program OO seek soffice in /soffice always (linux) When using OOoBean then jars,

Re: [dev] Can I increase the jvm heap size for OpenOffice?

2005-08-24 Thread Joachim Lingner
Although you can use a -X option, bear in mind that this is only sure to work with a Sun JRE. IMHO you should file an issue with the Java guys. The VM should adjust their heap size dynamically. Native applications (running on modern hardware and OS) typically do not have this restriction. They

Re: [dev] setting OptimalWidth in TextTable with UNO

2005-07-06 Thread Joachim Lingner
Have you checked the type within the Any: Type t = Any.Type; If it is XPropertySet type, then there seems to be bug. Could you then provide a stripped down (but still buildable) example that lets me reproduce this problem? BTW, I assume you are NOT using the assemblies which were once

Re: [dev] setting OptimalWidth in TextTable with UNO

2005-07-06 Thread Joachim Lingner
++) { XPropertySet props = (XPropertySet)cols.getByIndex(i).Value; props.setPropertyValue(OptimalWidth,new uno.Any(true)); } } } } Joachim Lingner wrote: Have you checked

Re: [dev] InterfaceOleWrapper_Impl::Invoke error

2005-05-20 Thread Joachim Lingner
Hi, maybe these lines could be the cause: pPropVar[1].vt = VT_BSTR; pPropVar[1].bstrVal = Lwriter8; You use a wide character string rather then a BSTR. You would have to use SysAllocString(Lwriter8); or use the CComBSTR class from the ATL. Regards, Joachim Zhan Qiufang. wrote: when I call

Re: [dev] Load only OpenOffice text editor inside java app

2005-04-20 Thread Joachim Lingner
You could use the OOoBean which will be part of OOo2. There is an example of how it is being used in the SDK (sdk/examples/DevelopersGuide/OfficeBean). Hope that helps, Joachim Chris wrote: Greetings: I am a developer which would like to load the text editor inside my java app. But

Re: [dev] UNO

2005-03-23 Thread Joachim Lingner
You should install OOo 1.1.4 and check if the problem still exists. --Joachim Chandan Raupakheti wrote: Hi, I am new to working with openoffice.org UNO. I want to learn about it and want to contribute on localization issues for Nepali language. I am going through the developers guide of OpenOffice