https://bugs.documentfoundation.org/show_bug.cgi?id=169610
--- Comment #9 from Regina Henschel <[email protected]> --- I can replace the not working part mentioned in comment 2 with a part that uses the range from aSortParam. That would be ScRange aRange(aSortParam.nCol1, aSortParam.nRow1, aSortParam.nSourceTab, aSortParam.nCol2, aSortParam.nRow2, aSortParam.nSourceTab); Then the transformation is written to file. But that does not really help. The corresponding import is not implemented, see the commented-out part in https://opengrok.libreoffice.org/xref/core/sc/source/filter/xml/xmltransformationi.hxx?r=24552a0b5be620b5e58b10842cba78e36fa26b04#73 The not available sort transformation export stops the further export of transformations because it uses "return" instead of "continue". I do not see this as an error, because the transformations are applied in the given order and if the sort transformation is missing, further transformations would work on a different basis than with sort transformation. Perhaps we should hide the sort transformation in the drop-down list in the dialog until the problems with the sort transformation are solved? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
