https://bugs.documentfoundation.org/show_bug.cgi?id=80177

--- Comment #26 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I could still reproduce
this.

I noticed this on console:
+++++ column root
  -- result member 'Total'
   column totals
    * not calculated  [val=0; aux=0; count=0]
    -- dimension 'testdatetime'
      -- result member '10/02/22 01:00'
       column totals
        * not calculated  [val=0; aux=0; count=0]
       data root
        -- data member ''
          * not calculated  [val=10; aux=0; count=1]
          * not calculated  [val=0; aux=0; count=0]
      -- result member '11/02/22 02:00'
       column totals
        * not calculated  [val=0; aux=0; count=0]
       data root
        -- data member ''
          * not calculated  [val=20; aux=0; count=1]
          * not calculated  [val=0; aux=0; count=0]
      -- result member '12/02/22 03:00'
       column totals
        * not calculated  [val=0; aux=0; count=0]
       data root
        -- data member ''
          * not calculated  [val=30; aux=0; count=1]
          * not calculated  [val=0; aux=0; count=0]
+++++ row root
  -- result member 'Total'
   column totals
    * not calculated  [val=0; aux=0; count=0]
   data root
    -- data member ''
      * 60  [val=60; aux=0; count=-3]
      * not calculated  [val=0; aux=0; count=0]
      -- data dimension 'testdatetime'
        -- data member '10/02/22 01:00'
          * 10  [val=10; aux=0; count=-3]
          * not calculated  [val=0; aux=0; count=0]
        -- data member '11/02/22 02:00'
          * 20  [val=20; aux=0; count=-3]
          * not calculated  [val=0; aux=0; count=0]
        -- data member '12/02/22 03:00'
          * 30  [val=30; aux=0; count=-3]
          * not calculated  [val=0; aux=0; count=0]

I suppose it's due to the fact I build locally with enable-dbgutil.
Above all, we can see LO Calc sees date values here.
The method which logs this is ScDPDataMember::Dump in
sc/source/core/data/dptabres.cxx, see here:
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/dptabres.cxx?r=06ca3d89#2668

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to