summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)Author
2023-03-07xmloff: fix -Wmaybe-uninitializedMiklos Vajna
2023-01-17xmloff: use XThemeColor in ODF, change the format for themesTomaž Vajngerl
2023-01-12sw: support for reading back theme color from OOXMLTomaž Vajngerl
2023-01-03sw: fix ODT import of paragraph marker formattingMiklos Vajna
2022-12-21sw content controls: enhance preserve idJustin Luth
2022-12-21tdf#151548 sw content controls: preserve tabIndexJustin Luth
2022-12-20tdf#151548 sw content controls: preserve lockJustin Luth
2022-11-10sw content controls: allow no list items in a dropdownMiklos Vajna
2022-10-18sw content controls, alias and tag: add ODT filterMiklos Vajna
2022-10-16tdf#150927: properly handle nesting in tablesMike Kaganski
2022-09-23sw content controls, combo box: add ODT filterMiklos Vajna
2022-08-28tdf#150235: use correct types in XMLTextColumnsExportMike Kaganski
2022-07-27crashtest: fix crash on ODT export of forum-mso-de-84211.docxMiklos Vajna
2022-07-27sw content controls, date: add ODT filterMiklos Vajna
2022-06-29ODP import/export: refer to theme from shape text color with effectsMiklos Vajna
2022-06-29ODP import/export: refer to theme from shape text colorMiklos Vajna
2022-06-01tdf#145178 xmloff: ODF import: fix another bad attributeMichael Stahl
2022-05-31sw content controls, date: add current date handlingMiklos Vajna
2022-05-30sw content controls, date: add ODT filterMiklos Vajna
2022-05-29tdf#145178 Formats in section Foot/Endnotes not read from saved filesLouis Possoz
2022-05-20sw content controls, picture: add ODT filterMiklos Vajna
2022-05-13sw content controls, dropdown: add insert UIMiklos Vajna
2022-05-11sw content controls, drop-down: add ODT filterMiklos Vajna
2022-05-02sw content controls, checkbox: add ODT filterMiklos Vajna
2022-04-22sw content controls: add ODT importMiklos Vajna
2022-04-22sw content controls: add ODT exportMiklos Vajna
2022-04-06forcepoint#101 sw: fix inserting at-page shapes to not set anchor posMichael Stahl
2022-03-29sw clearing breaks: add ODF importMiklos Vajna
2022-03-29sw clearing breaks: add ODF exportMiklos Vajna
2022-02-25ODT import: fix MSO-style <text:list text:continue-numbering="true">Miklos Vajna
2021-12-14tdf#62032 xmloff: list-level is positiveInteger, impl is 0-basedJustin Luth
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Drop F_2PIMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-21loplugin:flattenNoel Grandin
2021-10-17Simplify Sequences in xmloff (+ merge 2 SetError)Julien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10loplugin:moveparam in xmloffNoel Grandin
2021-09-08Fix typosAndrea Gelmini
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-02Related: tdf#137363 ODT import: handle style:list-level="..." for para stylesMiklos Vajna
2021-08-31tdf#126126 ODT import: improve import of cross-table commented text rangeMiklos Vajna
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara