Re: [sc-dev] External cell reference implementation

2007-07-06 Thread Kohei Yoshida
On Fri, 2007-07-06 at 18:04 +0200, Eike Rathke wrote: > > Indeed. It has to be named like > > [ "file:///path/to/extref.xlsx#Sheet1" ] with the quotes, just to > > conform to the existing implementation. > > Actually it would be > 'file:///path/to/extref.xlsx'#$Sheet1 > if we're talking about ou

Re: [sc-dev] External cell reference implementation

2007-07-06 Thread Eike Rathke
Hi Kohei, On Friday, 2007-07-06 11:55:43 -0400, Kohei Yoshida wrote: > On Fri, 2007-07-06 at 17:39 +0200, Niklas Nebel wrote: > > Kohei Yoshida wrote: > > > > How about making it invisible? > > > > Property "IsVisible". But in fact there is a problem: You can't set the > > sheet's name to what

Re: [sc-dev] External cell reference implementation

2007-07-06 Thread Kohei Yoshida
On Fri, 2007-07-06 at 17:39 +0200, Niklas Nebel wrote: > Kohei Yoshida wrote: > > How about making it invisible? > > Property "IsVisible". But in fact there is a problem: You can't set the > sheet's name to what it would be if created for an external ref. Indeed. It has to be named like [ "fil

Re: [sc-dev] External cell reference implementation

2007-07-06 Thread Niklas Nebel
Kohei Yoshida wrote: On Fri, 2007-07-06 at 17:27 +0200, Niklas Nebel wrote: Kohei Yoshida wrote: I realize that Calc's external cell reference (a cell reference that refers to a cell in another document) is implemented by creating an invisible external link sheet first, then setting reference t

Re: [sc-dev] External cell reference implementation

2007-07-06 Thread Kohei Yoshida
On Fri, 2007-07-06 at 17:27 +0200, Niklas Nebel wrote: > Kohei Yoshida wrote: > > I realize that Calc's external cell reference (a cell reference that > > refers to a cell in another document) is implemented by creating an > > invisible external link sheet first, then setting reference to it. > >

Re: [sc-dev] External cell reference implementation

2007-07-06 Thread Niklas Nebel
Kohei Yoshida wrote: I realize that Calc's external cell reference (a cell reference that refers to a cell in another document) is implemented by creating an invisible external link sheet first, then setting reference to it. Can this be done purely via existing UNO API? Create a linked sheet?

[sc-dev] External cell reference implementation

2007-07-06 Thread Kohei Yoshida
Hi there, I realize that Calc's external cell reference (a cell reference that refers to a cell in another document) is implemented by creating an invisible external link sheet first, then setting reference to it. Can this be done purely via existing UNO API? Thanks, Kohei -- Kohei Yoshida - O

Re: [sc-dev] Finance Functions

2007-07-06 Thread Kohei Yoshida
On Fri, 2007-07-06 at 16:22 +0200, Eike Rathke wrote: > Hi Leonard, > > On Thursday, 2007-07-05 20:58:02 +0300, Leonard Mada wrote: > > > A spreadsheet with ALL functions defined inside the interpr*.cxx files > > can be downloaded from: > > I don't see what that should be good for. Developers

Re: [sc-dev] Table Highlighting

2007-07-06 Thread Kohei Yoshida
On Fri, 2007-07-06 at 15:10 +0200, Oliver Brinzing wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > please have a look at > > http://qa.openoffice.org/issues/show_bug.cgi?id=10957 > > are you talking about the same limitation ? Er, probably no. Kohei -

Re: [sc-dev] Finance Functions

2007-07-06 Thread Eike Rathke
Hi Leonard, On Thursday, 2007-07-05 20:58:02 +0300, Leonard Mada wrote: > A spreadsheet with ALL functions defined inside the interpr*.cxx files > can be downloaded from: I don't see what that should be good for. Developers working on the code preferably have tools that dynamically create info

Re: [sc-dev] Table Highlighting

2007-07-06 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, please have a look at http://qa.openoffice.org/issues/show_bug.cgi?id=10957 are you talking about the same limitation ? Oliver Am 05.07.2007 19:24 schrieb Kohei Yoshida: > On Thu, 2007-07-05 at 19:04 +0200, Niklas Nebel wrote: >> Leonard Mada