summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-2/+0
2021-05-31no need to allocate this separatelyNoel Grandin1-1/+1
2021-05-30std::unique_ptr->std::optionalNoel Grandin2-11/+11
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh5-2/+84
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna7-24/+26
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin1-48/+19
2021-05-18Don't remove section at the end of inserted text tdf#142157Georgy Litvinov1-5/+6
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl2-2/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-6/+6
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harderMichael Stahl3-10/+82
2021-04-07rtl::Static -> function local staticNoel Grandin2-12/+4
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-13/+13
2021-03-20ODT export: handle style name of covered cellsMiklos Vajna1-0/+11
2021-03-19ODT import: handle style name of covered cellsMiklos Vajna2-1/+67
2021-03-15tdf#133487 sw ODF export: reorder flys' ZOrder/z-index...Michael Stahl2-6/+21
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek1-2/+2
2021-02-25tdf#115815 sw: fix lost annotation ranges of redlinesLászló Németh2-0/+8
2021-02-20loplugin:refcounting in swNoel1-2/+2
2021-02-15loplugin:referencecasting in swNoel6-10/+9
2021-02-11Remove unneeded breaksAndrea Gelmini3-10/+0
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-1/+1
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-3/+2
2021-01-15tdf#138544 sw LoadUserSettings: default ConsiderTextWrapOnObjPosJustin Luth1-1/+1
2021-01-14tdf#138544 sw LoadUserSettings: default EmptyDbFieldHidesParaJustin Luth1-0/+6
2021-01-13tdf#138544 sw LoadUserSettings: default SubtractFlysAnchoredAtFlysJustin Luth1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel1-2/+2
2021-01-12tdf#138544 sw LoadUserSettings: default DoNotJustifyLinesWithManualBreakJustin Luth1-1/+2
2021-01-10static_cast after dynamic_castNoel Grandin1-3/+2
2021-01-09fix coverity parse errorsCaolán McNamara1-3/+3
2021-01-08use more IsTransparentNoel Grandin1-1/+1
2021-01-07tdf#138544 sw LoadUserSettings: default PrinterIndependentLayoutJustin Luth1-3/+5
2021-01-07Resolves: tdf#139126 DBL_MAX is a valid value, just not for WriterEike Rathke1-1/+3
2020-12-29Missing last para style when inserting text from odt file tdf#138879Georgy Litvinov1-0/+10
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-12/+19
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-3/+3
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel3-9/+9
2020-12-19tdf#82802 sw conditional style conditions not saved for TextBodyJustin Luth1-5/+3
2020-12-15use views to parse rather than allocating OUStringNoel1-8/+7
2020-12-14use more direct parsing on FastAttributeListNoel1-25/+22
2020-12-08remove now unused XML_TOK_ constantsNoel1-32/+0
2020-12-08remove unused SvXMLTokenMapsNoel1-44/+0
2020-12-08fastparser in stylesNoel Grandin1-19/+13
2020-12-07loplugin:unusedmethodsNoel3-23/+0
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin6-156/+19
2020-12-04call createFastChildContextFallback in more placesNoel Grandin1-1/+1
2020-12-03fastparser in SwXMLBodyContentContextNoel1-10/+8
2020-12-03fastparser in SwXMLTableContextNoel2-22/+150
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+3