summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)Author
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
2021-08-23xmloff: avoid annoying warnings about bookmark conditionsMichael Stahl
2021-08-23tdf#143736 Load hyperlink from more shapesSamuel Mehrbrodt
2021-08-19tdf#143736 Fix loading hyperlink from textboxSamuel Mehrbrodt
2021-08-18tdf#143736 Fix loading hyperlink from various shapesSamuel Mehrbrodt
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-23sw bibliography, local copy: add ODF filterMiklos Vajna
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-07-03tdf#142902 DOCX export: remove personal info of comments and changesLászló Németh
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski
2021-05-30no need to allocate this separatelyNoel Grandin
2021-05-29Missing includeMike Kaganski
2021-05-29std::unique_ptr->std::optionalNoel Grandin
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-19sw bibliography, relative URLs: switch to absolute URLs in the doc modelMiklos Vajna
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-02-22tdf#140437 ODF import: fix for broken documents with field code as typeMichael Stahl
2021-02-17loplugin:referencecasting in xmloffNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-17duplicate break (xmloff/txtimp)Julien Nabet