Re: [dev] building ooo failed with sun studio 12

2007-10-16 Thread Cyrille Moureaux
Hi GĂ©rard, i'm trying to compile SRC680_m233 on a sparc machine (Solaris Express build 69), with Sun Studio 12 (fully patched): CC -mt -library=%none,Crun -I. -I/home/ooo/build/SRC680_m233/stlport/unxsols4.pro/misc/build/STLport-4.0/src/../stlport/SC5 -I/usr/include -D__SGI_STL_OWN_IOSTREAMS -

Re: [dev] Spool directory in OOo registry

2006-12-05 Thread Cyrille Moureaux
Hi Sophie, I'm trying to understand how to configure OOo and the organization of the .xcs, .xcu files. I found some documentation about it on this page : http://util.openoffice.org/common/configuration/oor-registry.html but I can't find the spool directory it is about (($install)/share/regist

Re: [dev] Arbitrary file from within a UNO package

2006-04-26 Thread Cyrille Moureaux
Hi again, xml:lang='en-US'> -- I don't think you need this (but I may be wrong). Forget about that, apparently I am wrong. Sorry about the confusion. Cyrille - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [dev] Arbitrary file from within a UNO package

2006-04-26 Thread Cyrille Moureaux
Hi Manuel, Yes, that was very good help ! But, as usual, everything did not work as expected :'( This code : XInterface xViewRoot = (XInterface)xConfigProvider.createInstanceWithArguments( "com.sun.star.configuration.ConfigurationAccess", properties); thro

Re: [dev] New Contributer

2006-04-25 Thread Cyrille Moureaux
Hi Royshh, I would like to contribute to OpenOffice Writer. I have a degree in computers and am familiar with a number of languages including C++. How do I begin? http://contributing.openoffice.org/programming.html describes ways you can help as a programmer, you can also, since you seem inter

Re: [dev] Building OpenOffice with Visual Studio 2003 / 2005?

2006-04-13 Thread Cyrille Moureaux
Hi Chris, I had the Visual C++ versions mixed up. Thats why I didn't think the TCSH instructions were for VS 2003. Have you heard of anyone using VS 2005? Not specifically, though unless some quirks were introduced with 2005, I'd imagine the difference as far as the build process might be c

Re: [dev] Building OpenOffice with Visual Studio 2003 / 2005?

2006-04-13 Thread Cyrille Moureaux
Hi, Are there any build instructions for Visual Studio 2003 available. I have searched quite a bit but can only find the TCSH / Cygwin instructions. On a similar note, can you build OpenOffice with Visual Studio 2005? The instructions detailed here: http://tools.openoffice.org/dev_docs/bui

Re: [dev] Proposal: Document Conversion Project

2005-12-15 Thread Cyrille Moureaux
Hi Juan, Seems like there is quite a number of users that are making use of Open Office to convert documents. I would like to suggest that we start a project that is specifically targeted at performing this task. I don't know how many of you would use such an application in an commercial envi

Re: [dev] to develop with UNO

2005-08-02 Thread Cyrille Moureaux
Hi Pierre, I suppose i can't make all of that with OOo ? and i have to wait the first release of URE ? I have readed an article on URE, I don't know OOo, then what can I make exactly with URE ? to develop my application soft1 with URE is it possible ? are that following advantages kept wi

Re: [dev] setting OptimalWidth in TextTable with UNO

2005-07-05 Thread Cyrille Moureaux
Hi Florian, Andre, If I may just say, your codes, even disregarding the small language differences, are not identical. In the Java code: xColProps = QI.XPropertySet(xCols.getByIndex(i)); you cast the return value of getByIndex into an XPropertySet, whereas in the C# code: XProperty

Re: [dev] Structure of the Content.xml in .sxc file

2005-06-21 Thread Cyrille Moureaux
Hi Dinesh, Is here any documentation or schema information on how the content.xml file in .sxc file is created? I need to parse the file and interpret information from the file. Detailed information about the file format and its DTD can be found in the project XML, whose home page is: http:

Re: [dev] OpenOffice compiler

2005-06-10 Thread Cyrille Moureaux
Hi Laurent, Without entering the debate as to whether using that particular compiler is acceptable or not, you should not need to spend money to get it, as it's if I understand correctly part of the toolkit released for free by MS: http://msdn.microsoft.com/visualc/vctoolkit2003/ yes, but

Re: [dev] OpenOffice compiler

2005-06-09 Thread Cyrille Moureaux
Hi Matthew, I've always thought it odd, that the source code for OpenOffice is open, yet the software needed to compile it is not, such that if one wanted to modify core parts of the suite or even just wanted to compile it for the heck of it, you'd have to spend a significant amount of money to

Re: [dev] How to zip and generate a sxg file

2005-04-22 Thread Cyrille Moureaux
Hi, Since the sxg file is in fact a zip package, I can use unzip f.sxg -b f_dir to uncompress the sxg file. But when I want to zip the directory f_dir to a sxg file, it failed. I use tar -zcvf f2.sxg f_dir but OO can not open the new file f2.sxg, it seems the file format is not matched! Can anyb

Re: [dev] component debuging with oo 2.0 ?

2005-03-25 Thread Cyrille Moureaux
Hi Oliver, How can I debug my oo java components with oo 2.0 ? With oo 1.1.4 it was possible to insert -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n to the java.ini file ... In oo 2.0 I found the "javasettings_Windows_x86.xml" file, but don't know which attributes/tags to in

Re: [dev] portaudio & sndfile: why SO only?

2005-02-08 Thread Cyrille Moureaux
Hi Rene, Sorry, I understand that for SRX645. But we *have* the modules in 680 already. A checkout of OpenOffice gives them, otherwise I couldn't have done my patches :). We even have the vcl pieces in 680 already. The portaudio/sndfie stuff is just SO only. It it wouldn't be integrated before the