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

            Bug ID: 97667
           Summary: add xml dump methods for calc pool items
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: markus.mohrh...@googlemail.com

We have a way to dump our complex attribute storage inside of SfxItemSet (a
container for different properties) and the many subclasses of SfxPoolItem.
This is currently mainly used by writer but we should add that also for calc.

This task involves two parts:
1.) Adding a way to dump the cell properties similar to the dump* calls in
ScGridWindow::KeyInput. Instead of these functions place it outside of the
DBG_UTIL part to make it available in normal builds (I might move it to dbgutil
builds later)
The position of the current cell can be gotten through ScGridWindow::pViewData,
ScViewData::GetTabNo, ScViewData::GetCurX, ScViewData::GetCurY.

The SfxItemSet for dumping through ScDocument::GetPattern and
ScPatternAttr::GetItemSet.

2.) Add dumpAsXml methods to the SfxPoolItem subclasses inside of
sc/inc/attrib.hxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to