summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
AgeCommit message (Expand)Author
2018-05-01ofz#7002 Direct-leakCaolán McNamara
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-03-26forcepoint #28 missing cell on abw importCaolán McNamara
2018-02-26ofz#6571 Integer-overflowCaolán McNamara
2018-02-21Fix some IWYU warningsMiklos Vajna
2018-02-09...and Clang is not affected at allStephan Bergmann
2018-02-09Workaround for broken GCCMuhammet Kara
2018-02-03There appears to be broken GCC out thereStephan Bergmann
2018-01-29Introduce dedicated SwXMLTableContext::MAX_WIDTH, replacing USHRT_MAXStephan Bergmann
2018-01-29Assume this wants to cap GetColumnCount()*MINLAY <= m_nWidth <= USHRT_MAXStephan Bergmann
2018-01-25sw: try to limit rowspan/colspan attributes a bitMichael Stahl
2018-01-18Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-13Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: swStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-08-29Resolves: tdf#112018 number-columns-repeated has the data type positiveIntegerCaolán McNamara
2017-08-29Related: tdf#112018 limit to min of 1 before conversion from signed intCaolán McNamara
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-02loplugin:checkunusedparams in swNoel Grandin
2017-07-23sw: these arrays are constantTakeshi Abe
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-03-25Fix typosAndrea Gelmini
2017-03-19fix typo/grammar: "the the" --> thedennisroczek
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-01-26loplugin: unnecessary destructor swNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann
2016-10-27loplugin:expandablemethods in swNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09remove direct memory managementDavid Tardon
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski
2016-05-24Convert XMLTextType to scoped enumNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann