Re: [sc-dev] Our plan to improve Calc functionality related tophonetic text

2007-08-17 Thread Eike Rathke
Hi Kohei, On Friday, 2007-08-17 10:00:45 -0400, Kohei Yoshida wrote: > 3) Store that as a cell attribute. If I understand correctly, Writer > uses this approach. That sounds easiest from a first glance, but it dissects content into attribution, which sooner or later will complicate synchronizat

Re: [sc-dev] Our plan to improve Calc functionality related tophonetic text

2007-08-17 Thread Eike Rathke
Hi Takashi, On Saturday, 2007-08-18 01:05:18 +0900, Takashi Nakamoto wrote: > > 1) Store that in rtl::OUString. > > At the beginning of our project, this idea was the first choise, but > now we think this implmentation might be very difficult and seek for > better ideas. I'd consider implementi

Re: [sc-dev] Our plan to improve Calc functionality related tophonetic text

2007-08-21 Thread Eike Rathke
Hi Takashi, On Tuesday, 2007-08-21 13:34:18 +0900, Takashi Nakamoto wrote: > > > Switching routine that choose one class from the four > > > classes for creating an instance of a cell would be complex. > > > > I don't think so. You need to distinguish anyway, and subclassing may > > actually eas

Re: [sc-dev] Our plan to improve Calc functionality related tophonetic text

2007-08-21 Thread Eike Rathke
Hi Takashi, On Tuesday, 2007-08-21 13:45:53 +0900, Takashi Nakamoto wrote: > > > 3) Store that as a cell attribute. If I understand correctly, Writer > > > uses this approach. > > > > That sounds easiest from a first glance, but it dissects content into > > attribution, which sooner or later wi

Re: [sc-dev] Our plan to improve Calc functionality related tophonetic text

2007-08-21 Thread Eike Rathke
Hi Kohei, On Tuesday, 2007-08-21 08:35:41 -0400, Kohei Yoshida wrote: > IIRC, if the text cell doesn't contain any phonetic text, it will > back-translate it into ruby using the IME if the main text contains any > Kanji characters, then return that ruby text to replace the Kanji > characters in t

Re: [sc-dev] Our plan to improve Calc functionality related tophonetic text

2007-08-21 Thread Eike Rathke
Hi Kohei, On Tuesday, 2007-08-21 08:12:13 -0400, Kohei Yoshida wrote: > What I meant to say was that Excel embeds the ruby text directly into > string data in the shared string table, instead of storing it as a cell > attribute. As part of the string? How is it distinguished? Eike -- OOo/S

Re: [sc-dev] R/Calc - 0.1.6

2007-08-23 Thread Eike Rathke
Hi Leonard, On Wednesday, 2007-08-22 21:20:49 +0300, Leonard Mada wrote: > >- The dialog txt files aren't found without strange CLASSPATH settings. > >- On Windows, R doesn't seem to like the backslashes in the path to > >the jpeg file. Replacing them with forward slashes seems to work, I > >di

Re: [sc-dev] Re: R / Calc Name ?

2007-08-29 Thread Eike Rathke
Hi Leonard, On Tuesday, 2007-08-28 21:42:06 +0300, Leonard Mada wrote: > 8.) CalcStaR => Calc statistics with R I like that one. Quite in the spirit of StarCalc. The current RCalc is fine too, but overlaps with others, e.g. rCalc http://rcalc.sourceforge.net/ a scientific calculator for the GNO

[sc-dev] Back from vacation

2007-10-10 Thread Eike Rathke
Hi, I'm back from vacation. In case you sent mail to the lists or to my personal account(s, if sent to [EMAIL PROTECTED] or [EMAIL PROTECTED] you should had received a vacation notification, if sent to [EMAIL PROTECTED] you did not, see .signature below) or comments on issues that need my attentio

Re: [sc-dev] Name for RCalc - tentative R4Calc

2007-10-15 Thread Eike Rathke
Hi Leonard, On Friday, 2007-10-12 00:06:19 +0200, Leonard Mada wrote: > There were some interesting suggestions. The most tempting one is in my > opinion: R4Calc. Looks good. > http://ux.openoffice.org/servlets/ReadMsg?list=discuss&msgNo=807 > proposes much longer names; I am not sure that th

Re: [sc-dev] Values depending on linked and not available spreadsheet - xls-viewer <> OOO

2007-10-18 Thread Eike Rathke
Hi Cor, On Thursday, 2007-10-18 11:38:21 +0200, Cor Nouws wrote: > Frank Stecher wrote (18-10-2007 10:03) > > >The problem is the unsorted search vector used with the VLOOKUP > >functions in column H. Excel requires a sorted search vector for the > >vlookup as used in the column as well as Cal

Re: [sc-dev] ScRange::Parse return values

2007-10-23 Thread Eike Rathke
Hi Noel, On Tuesday, 2007-10-23 11:00:01 +0100, Noel Power wrote: > Well, I also looked in the archives ( because I only had the last 2 > messages in my mbox ) and I noticed Niklas's comment about using > ScRange::ParseAny in ScRangeList::Parse - this *seems* to do exactly the > right thing ( of

Re: [sc-dev] ScRange::Parse return values

2007-10-23 Thread Eike Rathke
Hi Noel, On Tuesday, 2007-10-23 12:32:25 +0100, Noel Power wrote: > yes you are right, I am just passing SCA_VALID as the nMask so I didn't > see this. Given if we change this there is a possibility that someone > somewhere depends on the full set of range flags being set > do you mean either >

Re: [sc-dev] ScRange::Parse return values

2007-10-24 Thread Eike Rathke
Hi Noel, On Tuesday, 2007-10-23 17:31:44 +0100, Noel Power wrote: > the latest version of the patch is here > http://svn.gnome.org/viewvc/ooo-build/trunk/patches/ooxml/xmlfilter-fixup-singlerange-sheetref.diff > > + if ( (nRes & SCA_VALID ) && ( nTmp1 == > > nStartRangeBits

Re: [sc-dev] ScRange::Parse return values

2007-11-02 Thread Eike Rathke
Hi Noel, So, in a calm minute now.. sorry for the long gap, that UI/feature freeze nearing is always distracting ;) On Wednesday, 2007-10-24 17:08:18 +0100, Noel Power wrote: > But there seems to be ( possibly ) be a bug in the > > lcl_ScRange_Parse_XL_Header which it seems will always sets so

Re: [sc-dev] patch for i71814

2007-11-13 Thread Eike Rathke
Hi YunJingtao, On Tuesday, 2007-11-13 16:33:44 +0800, YunJingtao wrote: >A patch for i71814 was submitted.Check it! I don't know whether >it's satisfied, if not, please give some advice. It would be nice if you not just attached some patch to the issue but also explained what your findi

Re: [sc-dev] Page margins in print preview

2007-11-14 Thread Eike Rathke
Hi maoyg, On Wednesday, 2007-11-14 12:59:20 +0800, maoyg wrote: > I have sent the mail to [EMAIL PROTECTED] and I also created the wiki page: > http://wiki.services.openoffice.org/wiki/Page_margins. What purpose is the wiki page meant for? Eike -- OOo/SO Calc core developer. Number formatt

Re: [sc-dev] Page margins in print preview

2007-11-15 Thread Eike Rathke
Hi maoyg, On Thursday, 2007-11-15 10:20:13 +0800, maoyg wrote: > I created the wiki page because I want to put "Page_Margins_Specification" on > it. Ah, I see, you uploaded the specification document to the wiki as well. Ok, as this is about drafting a Calc feature I just moved the page to http

Re: [sc-dev] patch for i71814

2007-11-20 Thread Eike Rathke
Hi YunJingtao, On Thursday, 2007-11-15 17:13:34 +0800, YunJingtao wrote: > aLogicEdit is to show the area of hyperlink with mouse,when the text is > beyond the cell border, border of aLogicEdit has to be coordinated with cell. > > the coordinates of text and mouse are different, and it leads t

Re: [sc-dev] New features about Data Filter

2007-12-04 Thread Eike Rathke
Hi gaozm, On Thursday, 2007-11-29 09:52:39 +0800, gaozm wrote: > We have already uploaded the specification of data filter . More > information can be got here. > http://wiki.services.openoffice.org/wiki/Calc/Drafts/Data_Filter > We'd better discuss it in order to make it perfect See the

Re: [sc-dev] New features about Data Filter

2007-12-06 Thread Eike Rathke
Hi gaozm, On Thursday, 2007-12-06 17:11:46 +0800, gaozm wrote: > You have added 3 issues to the wiki, but some of them are the same as our > featrue, for example: Empty and Non-Empty conditions in AutoFilter and so on. That's why I added the issues, because they touch the same topic. >

Re: [sc-dev] Pasting from HTML as unformatted text adds space to cells

2007-12-06 Thread Eike Rathke
Hi Cor, On Tuesday, 2007-12-04 21:49:26 +0100, Cor Nouws wrote: > I can't find any spaces in the HTML. Not even in the raw HTML source? Note that there are several kinds of blanks, even non-spacing blanks that you won't see in a browser display but may get transformed into usual blanks when past

Re: [sc-dev] Patch for i38759

2007-12-10 Thread Eike Rathke
Hi Lvyue, On Monday, 2007-12-10 15:31:26 +0800, Lvyue wrote: > I have submitted a patch for issue 38759. Please see my answer in the issue's comments. If you need some help or there's anything to clarify please write to the mailing list. Btw, when starting a new topic please don't reply to a ma

Re: [sc-dev] Date input

2007-12-10 Thread Eike Rathke
Hi Kohei, On Friday, 2007-12-07 10:09:50 -0500, Kohei Yoshida wrote: > The rough idea I've just come up with is to do what web applications do: > provide a date input box. This way Calc also knows that the user is > about to enter a date, and try not to even parse an input as a date if > the dat

Re: [sc-dev] Date input

2007-12-10 Thread Eike Rathke
Hi Leonard, On Monday, 2007-12-10 00:19:55 +0200, Leonard Mada wrote: > Aloow the user to specify, what should be interpreted as a date (and how). > > E.g., IF the user specifies that dates are only strings of the form: > dd.mm.yy or dd.mm., then only such strings would be converted to dates

Re: [sc-dev] New features about Data Filter

2007-12-10 Thread Eike Rathke
Hi gaozm, On Friday, 2007-12-07 17:06:36 +0800, gaozm wrote: > I'm glad to hear that, so we should continue discussing the spec. with > UX, right? Yes. > But now, we have not get any feedback about this featrue from UX. > I want to know how can we get their replies, and now what should we

Re: [sc-dev] A question of i38759

2007-12-11 Thread Eike Rathke
Hi Lvyue, On Tuesday, 2007-12-11 10:35:18 +0800, Lvyue wrote: > I want to ask if there is no numeric value, but string value in a cell, range > or matrix, should MIN/MAX return 0? Yes. Only if there are no other numeric values that would result in a different min/max, of course. Short definitio

Re: [sc-dev] Patch for i38759

2007-12-18 Thread Eike Rathke
Hi Lvyue, On Tuesday, 2007-12-18 15:20:21 +0800, Lvyue wrote: > I have submitted the third patch, please check it. Better, but not to the point. Maybe there's still some misunderstanding about what the outcome should be. With the patch the function currently treats bEmptyCells=true if already on

Re: [sc-dev] Date input

2007-12-18 Thread Eike Rathke
Hi Cor, On Tuesday, 2007-12-11 09:05:10 +0100, Cor Nouws wrote: > How about problems when entering by key board? > If those are rare, maybe an option to turn of auto-date by > importing/pasting is enough? There are enough complaints that when entering 1.2 in a locale where the dot is not the de

<    1   2   3   4