Age | Commit message (Expand) | Author | Files | Lines |
2016-03-04 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar | 1 | -2/+4 |
2016-03-04 | loplugin:unuseddefaultparam in sc | Noel Grandin | 1 | -2/+1 |
2016-03-03 | tdf#94635 Add FORECAST.ETS functions to Calc | Winfried Donkers | 1 | -1/+13 |
2016-03-03 | loplugin:unuseddefaultparams in sc (part2) | Noel Grandin | 2 | -3/+2 |
2016-03-01 | tdf#97369/#97587 - Further fix SUMming in the software interpreter | Marco Cecchetti | 1 | -2/+5 |
2016-02-19 | prepare a SearchType detection fragment, tdf#72196 | Eike Rathke | 1 | -1/+14 |
2016-02-08 | tdf#97587: Treat plain NaNs as zero in the software interpreter for SUM | Tor Lillqvist | 1 | -0/+22 |
2016-02-08 | loplugin:unusedmethods | Noel Grandin | 1 | -5/+0 |
2016-01-15 | loplugin:unusedmethods unused return value in sc | Noel Grandin | 1 | -1/+0 |
2016-01-12 | sc: replace boost::ptr_map with std::map<std::unique_ptr> | Michael Stahl | 1 | -3/+5 |
2016-01-11 | loplugin:privatebase: Make derivation from noncopyable explicitly private | Stephan Bergmann | 1 | -1/+1 |
2016-01-05 | tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-up | Eike Rathke | 1 | -0/+1 |
2015-12-27 | sal_uLong to sal_uInt32, ScHint related | Matteo Casalin | 1 | -3/+3 |
2015-12-17 | add RAWSUBTRACT spreadsheet function, tdf#71459 | Eike Rathke | 1 | -0/+1 |
2015-11-24 | sc: Implement ScVectorRefMatrix. | Jan Holesovsky | 1 | -0/+1 |
2015-11-23 | loplugin:unusedfields in sc | Noel Grandin | 1 | -2/+1 |
2015-11-18 | rename FormulaToken HasForceArray to IsInForceArray | Eike Rathke | 1 | -2/+2 |
2015-11-16 | Resolves: tdf#95670 propagate ForceArray per parameter | Eike Rathke | 1 | -1/+3 |
2015-11-13 | underscores are reserved | Tomaž Vajngerl | 1 | -2/+2 |
2015-11-13 | improve compile time SSE2 detection, fix broken android build | Tomaž Vajngerl | 1 | -1/+10 |
2015-11-13 | arraysumfunctor: fast sum a double array, use for SUM() in Calc | Tomaž Vajngerl | 1 | -0/+141 |
2015-11-11 | 5th step to remove tools/rtti.hxx | Oliver Specht | 1 | -1/+0 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 3 | -8/+8 |
2015-10-28 | com::sun::star->css in sc | Noel Grandin | 4 | -26/+25 |
2015-10-27 | Reduce scope of #include <tools/stream.hxx> | Matteo Casalin | 1 | -0/+1 |
2015-10-27 | loplugin:unusedmethods | Noel Grandin | 1 | -2/+0 |
2015-10-14 | Improve performance by using the ScCalcOptions for OpenCL. | Michael Meeks | 1 | -1/+2 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 4 | -28/+28 |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 2 | -4/+4 |
2015-10-06 | tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM, | Winfried Donkers | 1 | -0/+1 |
2015-10-05 | add half decoupled ScInterpreter::ConvertStringToValue() | Eike Rathke | 1 | -0/+5 |
2015-09-28 | Return the std::unique_ptr itself here, not a raw pointer | Stephan Bergmann | 2 | -4/+9 |
2015-09-15 | tdf#94079 allow empty array for holiday sequence | Winfried Donkers | 1 | -1/+1 |
2015-09-03 | sc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe | 1 | -2/+2 |
2015-08-29 | o3tl/cow_wrapper: remove boost dependency | Daniel Robertson | 1 | -0/+1 |
2015-08-18 | introduce temporary hard-recalc state, tdf#92749 follow-up | Eike Rathke | 1 | -3/+3 |
2015-08-12 | rename confusing classes | Winfried Donkers | 1 | -2/+2 |
2015-07-22 | loplugin:unusedmethods scripting,sc | Noel Grandin | 2 | -15/+0 |
2015-07-20 | Resolves: tdf#58838 do not use collation for Equal/NotEqual operators | Eike Rathke | 1 | -1/+1 |
2015-06-30 | translate some comments on the fly | Eike Rathke | 1 | -3/+3 |
2015-06-30 | introduce ScRefUpdateRes UR_STICKY | Eike Rathke | 1 | -1/+6 |
2015-06-29 | Subformula evaluation in formula wizard tree | Benjamin Ni | 1 | -0/+1 |
2015-06-18 | Resolves: tdf#83365 push proper references in INDIRECT | Eike Rathke | 1 | -0/+2 |
2015-06-11 | tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations | Winfried Donkers | 1 | -1/+1 |
2015-05-05 | fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2 | Winfried Donkers | 1 | -2/+4 |
2015-05-05 | loplugin:staticmethods | Noel Grandin | 2 | -24/+24 |
2015-04-29 | fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2 | Winfried Donkers | 1 | -1/+3 |
2015-04-20 | clarify that only text in arrays is to be converted, tdf#88547 follow-up | Eike Rathke | 1 | -2/+2 |
2015-04-20 | tdf#88547 allow inline date-arrays for Calc array functions | Winfried Donkers | 1 | -2/+2 |
2015-04-02 | avoid endless recursion in fdo84763-2.ods | Caolán McNamara | 1 | -1/+1 |