Dear Community,

I'm working on a table styles as a GSoC project. My first goal is to make
existing table styles export and import.
I have started with a core part of table styles - adding them to Writer's
UNO API.

Summary of first week:
- Modifified sw_python tests to cover table styles
- Added TableStyles style family
- Implemented getCount, getByIndex, getElementNames, getByName in TableStyle
        family
    - Modified stylesheets iterator to consider table style family.

- Added SwXTextTableStyle class
    - A wrapper for internal SwTableAutoFormat class
    - A container containing 10 cell styles:
        "first-row", "last-row", "first-column", "last-column", "body",
"even-rows", "odd-rows", "even-columns", "odd-columns", "background"

Patches can be found here:
https://gerrit.libreoffice.org/#/c/25351/
https://gerrit.libreoffice.org/#/c/25410/
https://gerrit.libreoffice.org/#/c/25558/

If you have any remarks and/or suggestions, please share.

Regards,
Jakub Trzebiatowski, irc: ubap

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to