summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen4.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-31Implement ScDocument::GetSheetSeparator()Eike Rathke1-0/+8
2020-10-20use tools::Long in scNoel1-1/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-11/+11
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-2/+2
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-2/+2
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara1-2/+2
2020-09-13setCacheTableReferenced never passed a null ScDocument*Caolán McNamara1-4/+4
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-1/+1
2020-04-15loplugin:buriedassign in scNoel Grandin1-5/+8
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-6/+6
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-2/+2
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin1-12/+12
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-5/+4
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák1-3/+8
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-4/+4
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