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

            Bug ID: 107197
           Summary: Replace hard coded relationship URI with method calls
                    in OOXML export
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: difficultyBeginner, easyHack, skillCpp
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: markus.mohrh...@googlemail.com

Our OOXML export has hard coded relationship URLs which currently prevent us
from implementing an OOXML strict export.

Relationships in OOXML define how different files are related and are expressed
through URI.

This task is replacing our hard coded relationship URI in the export code with
the calls to oox::getRelationship. This also requires to collect the
relationships in include/oox/tokens/relationship.hxx and the mapping in
oox/source/token/relationship.inc

Relationship URI can be found through:
git grep relationship -- sc/source/
git grep relationship -- sd/source/
git grep relationship -- sw/source/filter
git grep relationship -- oox/source/export/

Please submit at most conversions for one of the git grep commands as one
patch. So the whole task should be covered in at least 4 commits.

-- 
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