summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table4.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-02-03TypedWhichId in scNoel Grandin1-6/+6
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-31/+31
2017-12-24sc: compact ScColumnAshod Nakashian1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-7/+7
2017-12-03tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001Daniel1-20/+47
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-2/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-23loplugin:constparam in sc part2Noel Grandin1-3/+3
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-8/+8
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-4/+4
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-6/+6
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-2/+2
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-2/+2
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin1-1/+1
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-3/+3
2017-01-12tdf#50916 Use aCol.size() instead of MAXCOL to increase max number of columnBartosz Kosiorek1-4/+4
2017-01-09New loplugin:externvar: scStephan Bergmann1-2/+0
2016-10-31Resolves: tdf#64001 exclude "boolean" value cells from increment during FillEike Rathke1-4/+41
2016-10-31don't loop uint16 against sizeEike Rathke1-4/+4
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann1-1/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin1-5/+5
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-1/+1
2016-06-13Resolves: tdf#90419 diminish precision error in Series FillEike Rathke1-4/+39
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-2/+2
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-4/+4
2016-04-24remove comment about old compiler issueJochen Nitschke1-6/+2
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-11loplugin:constantparamNoel Grandin1-1/+1
2016-03-24loplugin:constantparam in scNoel Grandin1-3/+3
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-3/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-11-05tdf#79983 - Fix to make calc sort lists case sensitiveSahas1-2/+3
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-5/+5
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-19rhbz#1233420 handle inexistent cond. formatDavid Tardon1-15/+30
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1