Re: oox service mess

2013-10-28 Thread Eike Rathke
Hi, On Friday, 2013-05-31 13:41:20 +0200, Michael Stahl wrote: > On 31/05/13 13:32, Noel Power wrote: > > Seems there is only one ( the oox one ) which takes care of namespace > > ""http://schemas.microsoft.com/office/excel/formula"; Is it possible then > > that we can have microsoft formula sa

Re: oox service mess

2013-06-14 Thread Eike Rathke
Hi Stephan, On Friday, 2013-06-14 09:01:19 +0200, Stephan Bergmann wrote: > >>Anyway, if that OOXMLFormulaParser implementation should be gone for > >>good, the dangling reference to it should be remove from > >>sc/util/scfilt.component. > > > >Which in the mean time seems to be done. > > No, cu

Re: oox service mess

2013-06-14 Thread Stephan Bergmann
On 06/13/2013 06:37 PM, Eike Rathke wrote: On Thursday, 2013-05-30 18:44:03 +0200, Stephan Bergmann wrote: Anyway, if that OOXMLFormulaParser implementation should be gone for good, the dangling reference to it should be remove from sc/util/scfilt.component. Which in the mean time seems to be

Re: oox service mess

2013-06-13 Thread Eike Rathke
Hi, On Thursday, 2013-05-30 18:44:03 +0200, Stephan Bergmann wrote: > I have no idea whether or not that effectively empty list of > FilterFormulaParser implementations in the ScParserFactoryMap ctor > is a problem or not, as I have not found a way to trigger that code, > and neither Moggi nor Ko

Re: oox service mess

2013-05-31 Thread Kohei Yoshida
On 05/31/2013 07:32 AM, Noel Power wrote: Seems there is only one ( the oox one ) which takes care of namespace ""http://schemas.microsoft.com/office/excel/formula"; Is it possible then that we can have microsoft formula saved in ods ? Yes. I believe the kind of ODF 1.1 that Excel exports in fa

Re: oox service mess

2013-05-31 Thread Kohei Yoshida
On 05/31/2013 03:16 AM, Stephan Bergmann wrote: On 05/30/2013 07:20 PM, Kohei Yoshida wrote: On 05/30/2013 12:21 PM, Noel Power wrote: is erroneously listed in sc/util/scfilt.component but not included in scfilt_component_getFactory (sc/source/filter/excel/xestream.cxx); its implementation got

Re: oox service mess

2013-05-31 Thread Michael Stahl
On 31/05/13 13:32, Noel Power wrote: > Seems there is only one ( the oox one ) which takes care of namespace > ""http://schemas.microsoft.com/office/excel/formula"; Is it possible then > that we can have microsoft formula saved in ods ? But.. the > ScParserFactoryMap/Pool stuff seems to provide

Re: oox service mess

2013-05-31 Thread Noel Power
On 31/05/13 10:43, Noel Power wrote: On 31/05/13 08:16, Stephan Bergmann wrote: On 05/30/2013 07:20 PM, Kohei Yoshida wrote: [...] Besides the com.sun.star.sheet.FilterFormulaParser UNOIDL (new-style marker, i.e., no ctor) service declaration there is indeed also a com.sun.star.sheet.Formula

Re: oox service mess

2013-05-31 Thread Noel Power
On 31/05/13 08:16, Stephan Bergmann wrote: On 05/30/2013 07:20 PM, Kohei Yoshida wrote: [...] Besides the com.sun.star.sheet.FilterFormulaParser UNOIDL (new-style marker, i.e., no ctor) service declaration there is indeed also a com.sun.star.sheet.FormulaParser UNOIDL old-style service declar

Re: oox service mess

2013-05-31 Thread Stephan Bergmann
On 05/31/2013 10:08 AM, Noel Power wrote: On 30/05/13 17:44, Stephan Bergmann wrote: The problem is that sc/util/scfilt.component claims that the scfilt library contains an implementation of the com.sun.star.sheet.FilterFormulaParser service with implementation name "com.sun.star.comp.oox.xls.Fo

Re: oox service mess

2013-05-31 Thread Noel Power
On 30/05/13 17:44, Stephan Bergmann wrote: The problem is that sc/util/scfilt.component claims that the scfilt library contains an implementation of the com.sun.star.sheet.FilterFormulaParser service with implementation name "com.sun.star.comp.oox.xls.FormulaParser", but scfilt_component_get

Re: oox service mess

2013-05-31 Thread Stephan Bergmann
On 05/30/2013 07:20 PM, Kohei Yoshida wrote: On 05/30/2013 12:21 PM, Noel Power wrote: is erroneously listed in sc/util/scfilt.component but not included in scfilt_component_getFactory (sc/source/filter/excel/xestream.cxx); its implementation got initially moved to the scfilt library, but has si

Re: oox service mess

2013-05-30 Thread Kohei Yoshida
On 05/30/2013 12:21 PM, Noel Power wrote: is erroneously listed in sc/util/scfilt.component but not included in scfilt_component_getFactory (sc/source/filter/excel/xestream.cxx); its implementation got initially moved to the scfilt library, but has since been removed as it was unreferenced. i

Re: oox service mess

2013-05-30 Thread Stephan Bergmann
On 05/30/2013 06:21 PM, Noel Power wrote: oox::xls::OOXMLFormulaParser, "com.sun.star.comp.oox.xls.FormulaParser" is erroneously listed in sc/util/scfilt.component but not included in scfilt_component_getFactory (sc/source/filter/excel/xestream.cxx); its implementation got initially moved to th

Re: oox service mess

2013-05-30 Thread Noel Power
On 30/05/13 16:49, Stephan Bergmann wrote: Before "move excel related oox bits to sc," the following six UNO service implementations were listed in oox/util/oox.component, included in oox_compone