Re: [dev] Want to contribute to the open office development in C++/JavaScript

2005-12-13 Thread CPHennessy
On Sun December 11 2005 03:59, [EMAIL PROTECTED] wrote: > Hi There, > > I am is satnam singh, I have been working on Window based programming for a > long time, now I want to do something good for society with my skills, and > I am interested in open office development efforts. I appreciate if you

Re: [dev] scripted multiplatform .doc to .html conversion

2005-12-13 Thread Kirk Israel
Mathias, thank you for your feedback...I have a few responses. > I think you have a misconception how document conversion in OOo works. > There is no direct "translation" between input and output format, input > filters always convert the input format into a representation in memory > (the "core"

Re: [dev] Bug with large tables / cells spanning more than one page

2005-12-13 Thread CPHennessy
On Tue December 13 2005 12:11, [EMAIL PROTECTED] wrote: > Bug is easily reproduced like this: > > open new doc > create table with for instance 3 columns and 5 rows > paste some text that makes the cell expand to over half the page into cell > (col 0, row 0) and cell (col 0,row 1) > > This should s

Re: [dev] Import/Export Filters for OpenDocument

2005-12-13 Thread Mathias Bauer
Jonathan Mitchem wrote: > Greetings > > I was wondering if there were any APIs or command-line utilities > available to be able to handle conversion to/from OpenDocument and > Microsoft Office, without requiring that things be loaded and saved > through the OpenOffice GUI. You should have a look

Re: [dev] scripted multiplatform .doc to .html conversion

2005-12-13 Thread Mathias Bauer
Kirk Israel wrote: > Sorry, I'm not being willfully dense here...I understand that if I'm > doing this through the API, there has to be an instance of OOo > running, but are you saying that the segment of the source responsible > for reading in Doc (and the other segment, reseponsible for spitting

[dev] P2P Project

2005-12-13 Thread Louis Suarez-Potts
Everyone! The P2P project needs you :-) See http://distribution.openoffice.org/p2p/ Deepankar Datta, who helped to put the project into shape and who initially created and maintained the Web pages, no longer has the time to manage the project. Adrian Mcneil and Mike Niblett (who does the tech

Re: [dev] Help in building OpenOffice version 2.0

2005-12-13 Thread Simon Hogg
On 12/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi! > Am Kenny from the Open Swahili Localization Project ( > www.kilinux.udsm.ac.tz) > I faced the following problem during the Building process of OpenOffice > 2.0 > I use a computer with FEDORA CORE 4 and i have download jdk1.5.0_06 a

[dev] rel-column-width

2005-12-13 Thread Matthew L. Avizinis
Seasons Greetings to all, I am sending this to both lists because I'm not sure which group this issue really belongs to since it has xml Writer format properties but is also a development issue I think. If most of you folks who are regulars here monitor both lists just let me know and I'll se

Re: [dev] Re: [discuss] Re: [dev] Re: [discuss] Incubator for vba macros

2005-12-13 Thread G. Roderick Singleton
On Tue, 2005-12-13 at 12:10 +, Michael Meeks wrote: > Hi Jurgen, > > On Tue, 2005-12-13 at 09:24 +0100, Jürgen Schmidt wrote: > > I am flexible when we think we need it i am willing to support it. But > > of course the VBA API is not better than our existing API (far from it), > > Of

[dev] Re: [discuss] Re: [dev] Re: [discuss] Incubator for vba macros

2005-12-13 Thread Michael Meeks
Hi Jurgen, On Tue, 2005-12-13 at 09:24 +0100, Jürgen Schmidt wrote: > I am flexible when we think we need it i am willing to support it. But > of course the VBA API is not better than our existing API (far from it), Of course - there is no argument as to which API is 'better' per-se; pe

[dev] Bug with large tables / cells spanning more than one page

2005-12-13 Thread comperio . olekristian . villab
Bug is easily reproduced like this: open new doc create table with for instance 3 columns and 5 rows paste some text that makes the cell expand to over half the page into cell (col 0, row 0) and cell (col 0,row 1) This should split the cell (0,1) over the first and the second page, but instead th

[dev] gcj registration time error with gcc 4.1 workaround

2005-12-13 Thread Caolan McNamara
I got a dread "no mapping from java to c++" error on registering java components with gcj. It seems to be this tiny little regression in gnu classpath. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25389 A silly little probable workaround for jurt shown inline here. Index: com/sun/star/lib/util/

[dev] Help in building OpenOffice version 2.0

2005-12-13 Thread kenny
Hi! Am Kenny from the Open Swahili Localization Project (www.kilinux.udsm.ac.tz) I faced the following problem during the Building process of OpenOffice 2.0 I use a computer with FEDORA CORE 4 and i have download jdk1.5.0_06 and configure the doconfigure file by specifying the following line about

Re: [dev] Re: [discuss] Incubator for vba macros

2005-12-13 Thread Jürgen Schmidt
Jörg Wartenberg wrote: Hi Jürgen, would it be possible to implement this Wrapper API in StarBasic? I'am of course it is, you can implement it as a Basic library and can deploy this new library as a UNO package. But we should combine our efforts. Too many different approaches would totally c

Re: [dev] Encrypted Basic modules can't be modified?

2005-12-13 Thread PETER EBERLEIN
Hi Jürgen, thx for the fast answer, Peter Jürgen Schmidt schrieb: Hi Peter, Peter Eberlein wrote: Hi, can somebody reproduce the three following bugs: 1. Create a new basic library and encrypt it with a password. 2. Close the office and restart it. 3. Modify the macro in your encrypted mo

Re: [dev] formula settings recognition

2005-12-13 Thread Thomas Lange
Hi, Please file an issue with a sample document and a description what you were actually doing. That way we can have a look at it and see what happens. And please add me (tl) as CC to the issue. Thanks, Thomas Matthew L. Avizinis wrote: Greetz, I think I've not been quite clear enough. The

Re: [dev] Re: [discuss] Incubator for vba macros

2005-12-13 Thread Jörg Wartenberg
Hi Jürgen, would it be possible to implement this Wrapper API in StarBasic? I'am thinking about something like small StarBasic include files for each VBA function. This would allow the user, to read the code behind the wrapper API. (This wrapper code could be collapsed in the default view of t

Re: [dev] Re: [discuss] Incubator for vba macros

2005-12-13 Thread Jürgen Schmidt
Hi, i agree 100% with Laurent, it means a second API and that of course is probably not what we want. But the question is how we can address all the VBA programmers to migrate to OpenOffice and it's complete different API model. Does it make sense to have a migration layer on top of the existing