Age | Commit message (Expand) | Author |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-10-07 | loplugin:ostr: automatic rewrite | Stephan Bergmann |
2023-09-28 | tdf#156146 xmloff: ODF import: add backward compatibility hack | Michael Stahl |
2023-09-12 | Added parent / child relationship to comments. | Gökay Şatır |
2023-09-08 | WARN->INFO in XMLIndexSimpleEntryContext | Noel Grandin |
2023-09-02 | replace set(nullptr) with clear() | Noel Grandin |
2023-08-15 | ComplexColor various clean-up and (trivial) refactorings | Tomaž Vajngerl |
2023-08-14 | tdf#156321 ODT import: fix lost char format on outer span elements | Miklos Vajna |
2023-08-02 | sc: theme color support for sparklines + ODF & OOXML import/export | Tomaž Vajngerl |
2023-07-18 | xmloff: move XMLComplexColor* import/export classes to public include | Tomaž Vajngerl |
2023-07-06 | xmloff: ODF export: stop producing decorative on draw:frame etc. | Michael Stahl |
2023-06-27 | loplugin:stringstatic look for more strings | Noel Grandin |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-24 | tdf#133560: re-anchor objects, to use paragraph's dispose for bEndOfDocument | Mike Kaganski |
2023-06-20 | XMLTextParagraphExport::DocumentListNodes must be a complete type | Stephan Bergmann |
2023-06-15 | ODF export: simplify restart handling to skip list id where possible | Mike Kaganski |
2023-06-14 | tdf#155823: Improve the check if the list id is not required | Mike Kaganski |
2023-06-12 | xmloff: prefix members of XMLNumberFormatAttributesExportHelper, ... | Miklos Vajna |
2023-06-05 | xmloff: prefix members of SvxXMLListStyleContext, SvxXMLNumRuleExport, ... | Miklos Vajna |
2023-05-30 | Fix wrong check | Mike Kaganski |
2023-05-27 | xmloff: add color-type attribute to complex color | Tomaž Vajngerl |
2023-05-25 | merge some stringadds | Noel Grandin |
2023-05-25 | xmloff: rename theme color names and color-table to theme-colors | Tomaž Vajngerl |
2023-05-25 | xmloff: rename *-color-theme-reference to *-complex-color | Tomaž Vajngerl |
2023-05-21 | xmloff: rename XMLThemeColorHandler to XMLComplexColorHandler | Tomaž Vajngerl |
2023-05-21 | xmloff: rename XMLThemeColorExport to XMLComplexColorExport | Tomaž Vajngerl |
2023-05-21 | xmloff: rename XMLThemeColorContext to XMLComplexColorContext | Tomaž Vajngerl |
2023-05-16 | Removed constant concatenation macros from txtprmap.cxx | Vojtěch Doležal |
2023-05-12 | use ComplexColor instead of ThemeColor for better OOXML compat. | Tomaž Vajngerl |
2023-05-11 | tdf#155238: Reimplement how ListAutoFormat is stored to ODF | Mike Kaganski |
2023-05-09 | const -> constexpr | Mike Kaganski |
2023-05-05 | Reworked bibliography mark link target to have user-selectable type | Vojtěch Doležal |
2023-05-01 | AutoName is only used as Any, no need to extract into intermediate string | Mike Kaganski |
2023-04-24 | sw: prefix members of XMLFontAutoStylePool, XMLPageExport, ... | Miklos Vajna |
2023-04-23 | use more TOOLS_WARN_EXCEPTION | Noel Grandin |
2023-04-21 | Run clang-tidy with misc-unused-using-decls on module xmloff | Gabor Kelemen |
2023-04-21 | Fix some getImplementationName | Stephan Bergmann |
2023-04-18 | fix brain malfunction | Noel Grandin |
2023-04-17 | crashtesting: crash on export of forum-mso-de-102589.docx to odt | Caolán McNamara |
2023-04-15 | just use a reference instead of an always dereferenced pointer | Caolán McNamara |
2023-04-13 | -Werror,-Wunused-variable | Stephan Bergmann |
2023-04-05 | avmedia,*: guess the mime type of media files based on file name | Michael Stahl |
2023-04-03 | xmloff: prefix members of XMLTextParagraphExport | Miklos Vajna |
2023-03-30 | loplugin:stringadd in xmloff | Noel Grandin |
2023-03-24 | related tdf#102261: xmloff: ODF import/export for ParaTabStopDefaultDistance | Sarper Akdemir |
2023-03-10 | xmloff: fix -Wmaybe-uninitialized | Miklos Vajna |
2023-03-10 | Moved target-url and use-target-url into loext namespace | Vojtěch Doležal |
2023-03-07 | tdf#153396 - Bibliography marks improvements | Vojtěch Doležal |
2023-03-03 | tdf#153925 xmloff,sw: decorative flag on frame styles | Michael Stahl |
2023-02-28 | no need to allocate XMLTextColumnsArray_Impl separately | Noel Grandin |