Export Data Transformations to ODF

This involves storing information of the data transformations to ODF file during saving so that it can be reapplied while opening the document ( Import data from ODF ).

Exporting data to ODF has been done in various steps as new transformations were added. Below is a list of commits that deal with this:

  1. https://gerrit.libreoffice.org/#/c/56665/
  2. https://gerrit.libreoffice.org/#/c/57217/
  3. https://gerrit.libreoffice.org/#/c/58254/
To export the sort transformations, some changes had to bedone to the existing code in this commit where I had to move the  writesort() method from WriteDatabaseRange
to free function.

Comments

Popular posts from this blog

Debugging LibreOffice with GDB

Speeding things up

GSoC Summary