summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-19prepare a SearchType detection fragment, tdf#72196Eike Rathke1-1/+14
2016-02-08tdf#97587: Treat plain NaNs as zero in the software interpreter for SUMTor Lillqvist1-0/+22
2016-02-08loplugin:unusedmethodsNoel Grandin1-5/+0
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-1/+0
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-3/+5
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke1-0/+1
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin1-3/+3
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke1-0/+1
2015-11-24sc: Implement ScVectorRefMatrix.Jan Holesovsky1-0/+1
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+1
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke1-2/+2
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke1-1/+3
2015-11-13underscores are reservedTomaž Vajngerl1-2/+2
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl1-1/+10
2015-11-13arraysumfunctor: fast sum a double array, use for SUM() in CalcTomaž Vajngerl1-0/+141
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-8/+8
2015-10-28com::sun::star->css in scNoel Grandin4-26/+25
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-2/+0
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks1-1/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-28/+28
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers1-0/+1
2015-10-05add half decoupled ScInterpreter::ConvertStringToValue()Eike Rathke1-0/+5
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2-4/+9
2015-09-15tdf#94079 allow empty array for holiday sequenceWinfried Donkers1-1/+1
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-3/+3
2015-08-12rename confusing classesWinfried Donkers1-2/+2
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin2-15/+0
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke1-1/+1
2015-06-30translate some comments on the flyEike Rathke1-3/+3
2015-06-30introduce ScRefUpdateRes UR_STICKYEike Rathke1-1/+6
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni1-0/+1
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke1-0/+2
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers1-1/+1
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-2/+4
2015-05-05loplugin:staticmethodsNoel Grandin2-24/+24
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers1-1/+3
2015-04-20clarify that only text in arrays is to be converted, tdf#88547 follow-upEike Rathke1-2/+2
2015-04-20tdf#88547 allow inline date-arrays for Calc array functionsWinfried Donkers1-2/+2
2015-04-02avoid endless recursion in fdo84763-2.odsCaolán McNamara1-1/+1