summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)Author
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-28tdf#156146 xmloff: ODF import: add backward compatibility hackMichael Stahl
2023-09-12Added parent / child relationship to comments.Gökay Şatır
2023-09-08WARN->INFO in XMLIndexSimpleEntryContextNoel Grandin
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl
2023-08-14tdf#156321 ODT import: fix lost char format on outer span elementsMiklos Vajna
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl
2023-07-18xmloff: move XMLComplexColor* import/export classes to public includeTomaž Vajngerl
2023-07-06xmloff: ODF export: stop producing decorative on draw:frame etc.Michael Stahl
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-24tdf#133560: re-anchor objects, to use paragraph's dispose for bEndOfDocumentMike Kaganski
2023-06-20XMLTextParagraphExport::DocumentListNodes must be a complete typeStephan Bergmann
2023-06-15ODF export: simplify restart handling to skip list id where possibleMike Kaganski
2023-06-14tdf#155823: Improve the check if the list id is not requiredMike Kaganski
2023-06-12xmloff: prefix members of XMLNumberFormatAttributesExportHelper, ...Miklos Vajna
2023-06-05xmloff: prefix members of SvxXMLListStyleContext, SvxXMLNumRuleExport, ...Miklos Vajna
2023-05-30Fix wrong checkMike Kaganski
2023-05-27xmloff: add color-type attribute to complex colorTomaž Vajngerl
2023-05-25merge some stringaddsNoel Grandin
2023-05-25xmloff: rename theme color names and color-table to theme-colorsTomaž Vajngerl
2023-05-25xmloff: rename *-color-theme-reference to *-complex-colorTomaž Vajngerl
2023-05-21xmloff: rename XMLThemeColorHandler to XMLComplexColorHandlerTomaž Vajngerl
2023-05-21xmloff: rename XMLThemeColorExport to XMLComplexColorExportTomaž Vajngerl
2023-05-21xmloff: rename XMLThemeColorContext to XMLComplexColorContextTomaž Vajngerl
2023-05-16Removed constant concatenation macros from txtprmap.cxxVojtěch Doležal
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-11tdf#155238: Reimplement how ListAutoFormat is stored to ODFMike Kaganski
2023-05-09const -> constexprMike Kaganski
2023-05-05Reworked bibliography mark link target to have user-selectable typeVojtěch Doležal
2023-05-01AutoName is only used as Any, no need to extract into intermediate stringMike Kaganski
2023-04-24sw: prefix members of XMLFontAutoStylePool, XMLPageExport, ...Miklos Vajna
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin
2023-04-21Run clang-tidy with misc-unused-using-decls on module xmloffGabor Kelemen
2023-04-21Fix some getImplementationNameStephan Bergmann
2023-04-18fix brain malfunctionNoel Grandin
2023-04-17crashtesting: crash on export of forum-mso-de-102589.docx to odtCaolán McNamara
2023-04-15just use a reference instead of an always dereferenced pointerCaolán McNamara
2023-04-13-Werror,-Wunused-variableStephan Bergmann
2023-04-05avmedia,*: guess the mime type of media files based on file nameMichael Stahl
2023-04-03xmloff: prefix members of XMLTextParagraphExportMiklos Vajna
2023-03-30loplugin:stringadd in xmloffNoel Grandin
2023-03-24related tdf#102261: xmloff: ODF import/export for ParaTabStopDefaultDistanceSarper Akdemir
2023-03-10xmloff: fix -Wmaybe-uninitializedMiklos Vajna
2023-03-10Moved target-url and use-target-url into loext namespaceVojtěch Doležal
2023-03-07tdf#153396 - Bibliography marks improvementsVojtěch Doležal
2023-03-03tdf#153925 xmloff,sw: decorative flag on frame stylesMichael Stahl
2023-02-28no need to allocate XMLTextColumnsArray_Impl separatelyNoel Grandin