summaryrefslogtreecommitdiff
path: root/sc/source/filter/dif
AgeCommit message (Expand)Author
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-03-26loplugin:stringadd in scNoel Grandin
2022-09-11Simplify by using replaceAll instead of insert in a loop (sc)Julien Nabet
2022-09-11Simplify by using replaceAll instead of replaceAt (sc)Julien Nabet
2022-09-08Fix location of ScDocShell in commentJulien Nabet
2022-08-25Resolves: tdf#150599 Move obtaining data into loop againEike Rathke
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák
2022-02-15Clean up some global sal_Unicode[] varsStephan Bergmann
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2019-12-22sal_Char->char in scNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-09-01Fix '..'Andrea Gelmini
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-30ofz#10406 fuzzing oomCaolán McNamara
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-02-05Translate German variable namesJohnny_M
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-18dyncolcontainer: use std::map in DifAttrCacheNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-02dynamic column container: fix some more for loopsNoel Grandin
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-07-18Address b0210c34dcaa5fc44956078ffa1dfe734d379224 nitpicks, tdf#43157 follow-upEike Rathke
2017-07-18fdo#43157 convert OSL_ASSERT to assert in sc/source/filterBernhard Widl
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist
2017-06-06expand out FltError and eERR constantsNoel Grandin
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock