summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2016-10-09No need for ScAddInDocs to be a class of its ownStephan Bergmann1-1/+1
2016-09-28sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke1-1/+1
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin2-22/+23
2016-09-23Factor out common ScInterpreter::GetInt32() codeMaarten Bosmans1-0/+1
2016-09-14loplugin:constantparamNoel Grandin1-6/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-7/+7
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin2-3/+3
2016-08-25ditch the now unused ever cloning PushTempToken(const formula::FormulaToken&)Eike Rathke1-4/+0
2016-08-25ScInterpreter::Push() with const FormulaToken&Eike Rathke1-1/+1
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke2-9/+14
2016-08-16loplugin:unusedenumvalues in scNoel Grandin1-7/+0
2016-08-04Resolves: tdf#100637 nested array jump condition needs own JumpMatrix contextEike Rathke1-7/+10
2016-08-04rename MatrixDoubleRefToMatrix() to MatrixJumpConditionToMatrix()Eike Rathke1-2/+2
2016-08-03rename ocConvert to ocConvertOOo and relatedEike Rathke1-1/+1
2016-08-03rename ocDuration to ocPDuration and relatedEike Rathke1-1/+1
2016-07-29tdf#101166 treat argument PayType for Calc function RATE as boolean.Winfried Donkers1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-07-07tdf#100646 Make correct use argument PartType in financial functions.Winfried Donkers1-4/+4
2016-07-05tdf#100446 fix compatibilty issues with Excel.Winfried Donkers1-1/+1
2016-06-30return SAL_MAX_... instead of 0 for GetInt*()Eike Rathke1-5/+4
2016-06-30introduce ScInterpreter::GetInt32WithDefault()Eike Rathke1-0/+3
2016-06-30introduce ScInterpreter::GetUInt32()Eike Rathke1-0/+2
2016-06-30introduce ScInterpreter GetInt32() and GetInt16()Eike Rathke1-0/+4
2016-06-29No need for a derived classStephan Bergmann1-1/+1
2016-06-29Simplify finding elements of theAddInAsyncTblStephan Bergmann1-2/+0
2016-06-27rename *effective to *effect, tdf#100641 relatedEike Rathke1-1/+1
2016-06-14PopExternalSingleRef() guarantees nGlobalError is setEike Rathke1-0/+6
2016-06-08PushCellResultToken() with final FormulaDoubleTokenEike Rathke1-4/+15
2016-06-08use FormulaTypedDoubleToken in PushDouble() for temporary interim resultsEike Rathke1-0/+2
2016-06-07attempt to obtain numeric constraint values for GETPIVOTDATA(), tdf#35247Eike Rathke1-0/+2
2016-06-03Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...Caolán McNamara1-0/+1
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara1-0/+1
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers1-1/+5
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-3/+3
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers1-0/+4
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke2-3/+3
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers1-0/+2
2016-04-18tdf#99371 fix for DDE link update via Function WizardMartin Nathansen1-0/+5
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-2/+2
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke1-3/+4
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-0/+1
2016-03-23loplugin:constantparam in scNoel Grandin1-4/+2
2016-03-16Undo my poor mans recursion control in favour of the real thingCaolán McNamara1-1/+1
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+4
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-2/+1
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers1-1/+13
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin2-3/+2
2016-03-01tdf#97369/#97587 - Further fix SUMming in the software interpreterMarco Cecchetti1-2/+5