Re: [sc-dev] Questions about oox/source/xls/formulabase.cxx

2010-06-03 Thread Regina Henschel
Hi Eike, Eike Rathke schrieb: [..] That the round trip though OOo2.4.3 does not work for sxc file format can be solved be forcing OOo3 to setting "ODF 1.0/1.1" when saving in sxc, as already suggested in issue 95312. So the remaining problem would be the round trip of an ods document produced

Re: [sc-dev] Absurd behaviour while displaying values in a range of cells

2010-06-03 Thread Eike Rathke
Hi rashi, On Thursday, 2010-06-03 17:52:10 +0300, rashi dhing wrote: > I have defined a function in which I take as input, cell values from a > range and after doing some calculation > output them on the spreadsheet using the ScDocument::SetString and > ScDocument::SetValue functions. Modifying

Re: [sc-dev] Questions about oox/source/xls/formulabase.cxx

2010-06-03 Thread Eike Rathke
Hi Regina, On Thursday, 2010-06-03 16:56:56 +0200, Regina Henschel wrote: >> I have now changed the entries to the form, for example >> { "IMCOT", "IMCOT", false, "IMCOT", "IMCOT" }, >> >> Now I can use setting "ODF 1.2" or "ODF 1.0/1.1", file format ods, sxc, >> or sdc, reopen directly or round

Re: [sc-dev] Questions about oox/source/xls/formulabase.cxx

2010-06-03 Thread Regina Henschel
Hi Eike, Regina Henschel schrieb: HI Eike, Regina Henschel schrieb: I have now changed the entries to the form, for example { "IMCOT", "IMCOT", false, "IMCOT", "IMCOT" }, Now I can use setting "ODF 1.2" or "ODF 1.0/1.1", file format ods, sxc, or sdc, reopen directly or round trip through SO8

[sc-dev] Absurd behaviour while displaying values in a range of cells

2010-06-03 Thread rashi dhing
I have defined a function in which I take as input, cell values from a range and after doing some calculation output them on the spreadsheet using the ScDocument::SetString and ScDocument::SetValue functions. But the values get printed partially ( Eg: 8 => 3 [half an 8] ) in each of the cells .Th

Re: [sc-dev] Questions about oox/source/xls/formulabase.cxx

2010-06-03 Thread Regina Henschel
HI Eike, Regina Henschel schrieb: Hi Eike, Eike Rathke schrieb: Hi Regina, On Sunday, 2010-05-30 22:44:06 +0200, Regina Henschel wrote: In the cases 'ODF 1.0' with ods and 'ODF 1.2 extended' with sxc and ods, the new functions are reloaded with #NAME?, but the cells contain the formulas lik