https://bugs.documentfoundation.org/show_bug.cgi?id=47523
--- Comment #18 from Felipe Lema <[email protected]> --- Hello there I've changed the "yes/no ignore empty rows" bool to a "list, ignore or count" enum in the code However I'm having trouble understanding where/how to count the empty rows. I believe it should be done in `ScDpfilteredCache::fillTable(…)`, but I could use some help understanding the tree structures there (see https://opengrok.libreoffice.org/xref/core/sc/source/core/data/dpfilteredcache.cxx?r=f528fff9#95 ) It doesn't seem documented, so it's feels like I'm rummaging too much around here. And it seems I get more questions than answers (Why trees? Are tree items cells, rows? do row-col represent original data or pivoted data? is "(empty)" added within this method?) Anyway,a some pointer around this code would me appreciated (mayme counting should me done elsewhere) -- You are receiving this mail because: You are the assignee for the bug.
