summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/calc.cxx
AgeCommit message (Expand)Author
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin
2019-08-26tdf#42949 Fix IWYU warnings in sw/source/core/[a-c]*/*cxxGabor Kelemen
2019-08-07Fix typosAndrea Gelmini
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-17Simplify getting selected record it a bitMike Kaganski
2018-12-11tdf#121962 Don't treat closing bracket as invalid syntaxSamuel Mehrbrodt
2018-12-11Add some logging to sw calcSamuel Mehrbrodt
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-21coverity#1401334 Uncaught exceptionCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-02sw user field type: fix locale of string -> float conversionMiklos Vajna
2018-07-30loplugin:stringloop in swNoel Grandin
2018-06-15tdf#91801: also restore command (formula) string on validating valueMike Kaganski
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-03-20loplugin:useuniqueptr in SwCalcNoel Grandin
2018-01-19inline some definesNoel Grandin
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-27Use LocaleDataWrapper::stringToDouble() in lcl_Str2Double, tdf#81671Eike Rathke
2017-08-03loplugin:constparams in sw part1Noel Grandin
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-05tdf#108873 fix merge data handling in fieldsJan-Marek Glogowski
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-23Remove unused #include <cctype>Stephan Bergmann
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-02-13convert SwCalcError to scoped enumNoel Grandin
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek
2016-11-11default dtor is sufficientCaolán McNamara
2016-10-01rearrange SwCalc some moreCaolán McNamara
2016-10-01rearrange SwCalc a littleCaolán McNamara
2016-09-29enforce some form of consistent indent hereCaolán McNamara
2016-09-25avoid coverity#1371166 Missing move assignment operatorCaolán McNamara
2016-09-01sw: remove the old calculator implementationMiklos Vajna
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann