summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen4.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Use already available index in following getToken callMatteo Casalin1-2/+1
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-40/+45
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-2/+2
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke1-3/+3
2018-12-13Remove moot commentEike Rathke1-2/+0
2018-12-13Use ScFunctionData::update() and getResult() instead of direct member accessEike Rathke1-65/+1
2018-12-11Resolves: tdf#46119 implement GeneralFunction_VAR, VARP, STDEV and STDEVPEike Rathke1-3/+36
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-4/+0
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-08-15ofz#9894 cut out slow pathsCaolán McNamara1-0/+3
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-24loplugin:useuniqueptr in ScValidationDataListNoel Grandin1-4/+4
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-05-08Let ScDocument::RoundValueAsShown accept optional...Dennis Francis1-2/+3
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-6/+4
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-8/+8
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-8/+9
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2
2017-11-21Guard pValidationList from mutationTor Lillqvist1-0/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-23/+23
2017-09-14InsertMatrixFormula,InsertTableOp: assert valid cols/rowsEike Rathke1-0/+2
2017-09-12use more GetColumnsRangeNoel Grandin1-1/+1
2017-09-05Prefix one more member of ScDocument: xPoolHelperTor Lillqvist1-2/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-3/+3
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-1/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-2/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+4
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-4/+4
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-03-14tdf#106253 Precision as shown for thousand dividorLaurent Balland-Poirier1-0/+6
2017-03-14tdf#106252 Engineering notation for Precision as shownLaurent Balland-Poirier1-3/+17
2017-02-21tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier1-1/+1
2017-02-20don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-upEike Rathke1-4/+6
2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier1-0/+4
2016-09-23convert formula error codes to scoped enumNoel Grandin1-5/+5
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke1-2/+2
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-1/+2
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-4/+3
2016-03-23loplugin:constantparam in scNoel Grandin1-3/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-4/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-10/+6
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-7/+5
2015-10-02Add missing includeTor Lillqvist1-0/+1