summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)Author
2021-09-28make this look less like it grew organically and more like it was plannedCaolán McNamara
2021-09-28tdf#144532 closing mail merge wizard preview removed document's data sourceCaolán McNamara
2021-09-28flatten this in advance of additional changesCaolán McNamara
2021-09-22no need to allocate these SfxItemSet on the heapNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet
2021-09-09ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna
2021-09-06ODT xmlimport: No need to specify the default value for LoadReadonlyJustin Luth
2021-09-06ODT xmlimport: No need to specify the default value for settingsJustin Luth
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-09sw: prefix members of SwXMLDDETableContext_Impl, SwXMLTableCell_Impl, ...Miklos Vajna
2021-08-02sw: prefix members of SwXMLTableColsContext_Impl, ...Miklos Vajna
2021-07-26sw: prefix members of SwXMLTableColContext_Impl, SwXMLTableColumn_Impl, ...Miklos Vajna
2021-07-25use officecfg to retrieve LoadUserSettingsNoel Grandin
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-19sw: prefix members of SwXMLConditionParser_Impl, ...Miklos Vajna
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-07-12sw: prefix members of SwXMLAutoStylePoolP, SwXMLConditionContext_Impl, ...Miklos Vajna
2021-07-05sw: prefix members of CaptionSaveStruct, HTMLTableRow, ...Miklos Vajna
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (sw)Julien Nabet
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-05-31no need to allocate this separatelyNoel Grandin
2021-05-30std::unique_ptr->std::optionalNoel Grandin
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin
2021-05-18Don't remove section at the end of inserted text tdf#142157Georgy Litvinov
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-09Recheck include/ with IWYUGabor Kelemen
2021-04-07tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harderMichael Stahl
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-20ODT export: handle style name of covered cellsMiklos Vajna
2021-03-19ODT import: handle style name of covered cellsMiklos Vajna
2021-03-15tdf#133487 sw ODF export: reorder flys' ZOrder/z-index...Michael Stahl
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek
2021-02-25tdf#115815 sw: fix lost annotation ranges of redlinesLászló Németh
2021-02-20loplugin:refcounting in swNoel
2021-02-15loplugin:referencecasting in swNoel
2021-02-11Remove unneeded breaksAndrea Gelmini