summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlithlp.cxx
AgeCommit message (Expand)Author
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel
2020-02-27remove duplicate tokens from xmloffNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin
2018-03-07use more Color in swNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-01-19inline some definesNoel Grandin
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-10-23loplugin:includeform: swStephan Bergmann
2017-06-18Fix typosAndrea Gelmini
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-28tdf#94011: load&save more border typesOliver Specht
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-17this looks more like a "merge" than c34cc212Michael Stahl
2014-04-17cppcheck: Fix redundant assignments in the sw moduleChris Laplante
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms
2013-12-02typo: intarnal -> internalAndras Timar
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-05sal_Bool to boolTakeshi Abe
2013-01-04sal_Bool to boolTakeshi Abe
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-04refactor handling of double border widths:Michael Stahl
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-01-27fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl
2012-01-27fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-19Fixed the NONE border line style API valueCédric Bosdonnat
2011-03-19ODT import filter fixed for the new bordersCédric Bosdonnat
2011-03-19Fixes for ODT filter related to new bordersCédric Bosdonnat
2011-03-19ODF export of new border typesCédric Bosdonnat
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat
2011-03-19Fixed the ODF Writer import after borders width changesCédric Bosdonnat