Re: [dev] OLE getCellByName error

2005-06-10 Thread Jürgen Schmidt
Hi, getCellByName is a method of com.sun.star.text.XTextTable and this interface is not supported by a sheet. getCellByPosition is your friend ;-) Juergen Alexander Peters wrote: Hello! When i use the methode getCellByName with an OLE connection on an empty sheet in Calc it returns an error.

Re: [dev] How do I unmerge what I added to type library with regmerge?

2005-06-10 Thread Stephan Bergmann
Ary Junior wrote: How do I /un/merge what I added to type library with regmerge? |regmerge| overwrites existing keys. However, a tool to delete existing keys would be nice to have, but there currently is none. Hello, I found this information at http://udk.openoffice.org/faq.html#unmerg

Re: [dev] OpenOffice compiler

2005-06-10 Thread Laurent Godard
Hi Cyrille 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] ooimpress Grayscale/B&W Options wrong way round

2005-06-10 Thread Gordon Jahn
Howdy, I've just joined this list and haven't looked at OOo code yet although I have been building it in Gentoo for ages now so I'll apologise in advance if I'm covering old ground or asking in the wrong place. Anyway, I'm running OOo 2.0 beta build 104 on amd64 (Gentoo). The first thing I've no

Re: [dev] OLE getCellByName error

2005-06-10 Thread Daniel Rentz
Hi, Alexander Peters schrieb: Hello! When i use the methode getCellByName with an OLE connection on an empty sheet in Calc it returns an error. When i use getCellByPosition it works. What do i wrong? lole_sheet.getCellByName("E5") Is E5 not a correct name for a cell? Sheets don't support getC

AW: [dev] OLE getCellByName error

2005-06-10 Thread Alexander Peters
Hi, Alexander Peters schrieb: > Hello! When i use the methode getCellByName with an OLE connection on > an empty sheet in Calc it returns an error. When i use > getCellByPosition it works. What do i wrong? > > lole_sheet.getCellByName("E5") Is E5 not a correct name for a cell? Sheets don't supp

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

[dev] data source not XStorable

2005-06-10 Thread Matthias Benkmann
I'm trying to get the example from the Developer's Guide section 12.2.2 DataSources for adding a new data source to work: XSingleServiceFactory xFac = (XSingleServiceFactory)UnoRuntime.queryInterface( XSingleServiceFactory.class, _rMSF.createInstance("com.sun.star.sdb.DatabaseContext")

Re: [dev] OpenOffice compiler

2005-06-10 Thread Laurent Godard
Hi Cyrille Then it appears it might be my turn to stand corrected... But on that page it states that "These are the same compiler and linker that ship with Visual Studio .NET 2003 Professional" (regarding the C/C++ compiler and linker) so I'm a bit puzzled as to which magical features we need

[dev] Free Software Trophies results

2005-06-10 Thread Sophie Gautier
Hi all, Just for information, Free Software Trophies have taken place on the 26th of May. http://tropheesdulibre.org/article.php3?id_article=23 (english link) The winner is Lodel, a web publishing system accepting OOo file formats http://www.lodel.org/ (also in english) with Lucane Groupware,

RE: [dev] OpenOffice compiler

2005-06-10 Thread Utomo
Look at this Issue. http://qa.openoffice.org/issues/show_bug.cgi?id=32040 Maybe somebody can help Regards, Utomo -Original Message- From: Cyrille Moureaux [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 5:06 PM To: dev@openoffice.org Subject: Re: [dev] OpenOffice compiler Hi L

Re: [dev] data source not XStorable

2005-06-10 Thread Frank Schönheit - Sun Microsystems Germany
Hi Matthias, > I'm trying to get the example from the Developer's Guide section > 12.2.2 DataSources for adding a new data source to work: *sigh* We realized some heavy conceptual problems after the Developer's Guide was in print, so we couldn't adjust it anymore ... query the data source for X

Re: [dev] OpenOffice compiler

2005-06-10 Thread Volker Quetschke
Hi Laurent, Cyrille, Then it appears it might be my turn to stand corrected... But on that page it states that "These are the same compiler and linker that ship with Visual Studio .NET 2003 Professional" (regarding the C/C++ compiler and linker) so I'm a bit puzzled as to which magical features

[dev] link desktop -> soffice.bin

2005-06-10 Thread Joesny Fagner de Oliveira
hi, I am working under openoffice.org revision SRC680_m104s1, and was doing some tests with desktop module. But i can't test my modification directily, unless if i generete RPMs again... i don't know how could i link files: COPY: ../unxlngi6.pro/bin/soffice -> OpenOffice/solver/680/unxlngi6.p

Re: [dev] link desktop -> soffice.bin

2005-06-10 Thread Stephan Bergmann
Joesny Fagner de Oliveira wrote: hi, I am working under openoffice.org revision SRC680_m104s1, and was doing some tests with desktop module. But i can't test my modification directily, unless if i generete RPMs again... i don't know how could i link files: COPY: ../unxlngi6.pro/bin/soffice ->

[dev] Specifications by Wiki

2005-06-10 Thread David Fraser
Hi On issue 12179 I started doing some work and was pleased to see a real OOo developer decide to take it over. However I was quite surprised to read him say "Please no implementation before we have a ui spec. ... So please no hacking until we have a spec to see what requirements we have for

[dev] Urgent

2005-06-10 Thread Doaa Shawky
Dear Sir, I downloaded the source of openoffice and I need to separate the code of the Writer and the Calc components from other components for research reasons. Is there any documentation that can help me to determine the code related to each component individually? Thanks in advance.. Regar

Re: [dev] Urgent

2005-06-10 Thread Ken Foskey
On Fri, 2005-06-10 at 08:01 -0700, Doaa Shawky wrote: > Dear Sir, > I downloaded the source of openoffice and I need to separate the code > of the Writer and the Calc components from other components for > research reasons. Is there any documentation that can help me to determine > the > code

Re: [dev] MSWord File Structure

2005-06-10 Thread Ken Foskey
On Thu, 2005-06-09 at 12:53 -0400, Hesham Ahmed wrote: > Hi, i'm looking for information about the roadmap (file structure or > definition) of DOC file of microsoft word. My purpose is to understand it to > build an application to extract information out of word .doc file. Thanks > for supportin

Re: [dev] link desktop -> soffice.bin

2005-06-10 Thread michael meeks
Hi Joesny, On Fri, 2005-06-10 at 10:28 -0300, Joesny Fagner de Oliveira wrote: > I am working under openoffice.org revision SRC680_m104s1, and was doing > some tests with desktop module. But i can't test my modification > directily, unless if i generete RPMs again... i don't know how could i >

[dev] Integrate Flash movies in Impress

2005-06-10 Thread Patrick Brockmann
Hi all, Integrating a Flash movie is a really nice feature you can achieve with PowerPoint 2000 by following the technote from Macromedia: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14235 I would like to know if this feature could be added to next Impress OpenOffice release

Re: [dev] link desktop -> soffice.bin

2005-06-10 Thread Joesny Fagner de Oliveira
Great tanks for Stephan and Michael. :) p.s: I was just link by using *ln -s* hehe Stephan Bergmann wrote: Joesny Fagner de Oliveira wrote: hi, I am working under openoffice.org revision SRC680_m104s1, and was doing some tests with desktop module. But i can't test my modification directil

[dev] Community Contributor Representative Election!

2005-06-10 Thread Louis Suarez-Potts
All, Nominations are now open for candidates for the Community Contributor Representative (CCR) to the Community Council. Nominations will commence immediately, today, 10 June 2005 and last for one week, ending 17 June 2005. * What is the CCR? He or she is the at-large community represen

[dev] OLE objects in sx* files

2005-06-10 Thread suzume
I found that OLE objects are stored inside the zipped package as "Object nb" where nb is a number. And without any extension. By taking a closer look, they seem to be MS files (excel in my case) but even though I converted the main file (powerpoint in my case) to sxi format the object files do