summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)AuthorFilesLines
2021-10-10loplugin:moveparam in xmloffNoel Grandin1-4/+4
2021-09-08Fix typosAndrea Gelmini1-1/+1
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin1-4/+4
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin12-39/+7
2021-09-02Related: tdf#137363 ODT import: handle style:list-level="..." for para stylesMiklos Vajna1-0/+14
2021-08-31tdf#126126 ODT import: improve import of cross-table commented text rangeMiklos Vajna1-2/+13
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-8/+8
2021-08-23xmloff: avoid annoying warnings about bookmark conditionsMichael Stahl2-3/+11
2021-08-23tdf#143736 Load hyperlink from more shapesSamuel Mehrbrodt1-0/+11
2021-08-19tdf#143736 Fix loading hyperlink from textboxSamuel Mehrbrodt1-0/+11
2021-08-18tdf#143736 Fix loading hyperlink from various shapesSamuel Mehrbrodt1-15/+21
2021-07-26use officecfg for security optionsNoel Grandin2-6/+3
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt3-0/+17
2021-07-23sw bibliography, local copy: add ODF filterMiklos Vajna2-7/+18
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl1-12/+19
2021-07-03tdf#142902 DOCX export: remove personal info of comments and changesLászló Németh1-8/+10
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-4/+4
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh2-7/+30
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-14/+2
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski2-0/+5
2021-05-30no need to allocate this separatelyNoel Grandin1-16/+12
2021-05-29Missing includeMike Kaganski1-0/+1
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-11/+11
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin2-20/+8
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-4/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-2/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-3/+3
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-2/+2
2021-04-19sw bibliography, relative URLs: switch to absolute URLs in the doc modelMiklos Vajna2-2/+12
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski5-12/+12
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC56-223/+56
2021-02-22tdf#140437 ODF import: fix for broken documents with field code as typeMichael Stahl2-1/+11
2021-02-17loplugin:referencecasting in xmloffNoel12-17/+17
2021-01-29loplugin:stringviewparam extend to new..Noel1-2/+2
2021-01-17duplicate break (xmloff/txtimp)Julien Nabet1-1/+0
2021-01-15tdf#136861 ODT export: fix writing resolved state for non-ranged commentsMiklos Vajna1-12/+11
2021-01-09fix coverity parse errorsCaolán McNamara6-58/+58
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-3/+4
2020-12-26New loplugin:stringliteralvarStephan Bergmann6-62/+61
2020-12-23Directly create strings in *::MapTokenToServiceNameStephan Bergmann2-16/+17
2020-12-22use string_view in ProcessAttributeNoel2-101/+101
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel4-11/+11
2020-12-18use more string_view in convertEnumNoel11-14/+14
2020-12-17use more string_view in SvXMLUnitConverterNoel5-7/+7
2020-12-17use views to parseNoel1-35/+35
2020-12-17use views to parseNoel14-93/+65
2020-12-17use views to parseNoel1-26/+19