Age | Commit message (Expand) | Author |
2018-08-16 | remove mempool | Noel Grandin |
2018-08-13 | loplugin:returnconstant in forms..fpicker | Noel Grandin |
2018-07-31 | try to detect that a formula does not contain any implicit intersection | Luboš Luňák |
2018-07-19 | Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540) | Eike Rathke |
2018-07-18 | loplugin:mergeclasses merge IFormulaToken into FormulaToken | Noel Grandin |
2018-07-14 | Resolves: tdf#94925 do not unset dirty if formula cell must be recalculated | Eike Rathke |
2018-07-13 | Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925 | Eike Rathke |
2018-06-26 | More Implicit intersection computation | Dennis Francis |
2018-06-05 | Add "Unsupported inline array content." BadArrayContent message, tdf#117879 | Eike Rathke |
2018-05-17 | disable also ocStyle for Calc's threading | Luboš Luňák |
2018-05-14 | loplugin:useuniqueptr in FormulaTokenArray | Noel Grandin |
2018-04-28 | tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf... | Dennis Francis |
2018-03-06 | Resolves: tdf#116215 fewer array of references cases, tdf#58874 related | Eike Rathke |
2018-02-20 | Resolves: tdf#115879 treat NOT as the 1-parameter function that it is | Eike Rathke |
2018-01-15 | More loplugin:cstylecast: formula | Stephan Bergmann |
2017-12-29 | loplugin:passstuffbyref improved return in various | Noel Grandin |
2017-12-20 | Remove unused ocExternalRef | Eike Rathke |
2017-12-19 | wrap scoped enum around css::util::NumberFormat | Noel Grandin |
2017-12-14 | No need to keep these whitelisted functions decorated with SAL_CALL | Stephan Bergmann |
2017-12-04 | new loplugin salcall: remove unnecessary SAL_CALL | Noel Grandin |
2017-12-01 | loplugin:unusedfields | Noel Grandin |
2017-11-25 | Add a debugging output OpCodeEnumToString() function | Tor Lillqvist |
2017-11-24 | Mention that the StackVarEnumToString should really be an operator<< | Tor Lillqvist |
2017-11-21 | cache FormulaToken for doubles | Dennis Francis |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-21 | coverity#1401307 document checked 'Uncaught exception' | Caolán McNamara |
2017-09-25 | FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overrides | Eike Rathke |
2017-09-25 | Clarify comment of "copy"-ctor and operator=() | Eike Rathke |
2017-09-07 | tdf#107135 Add missing ODFF function SEARCHB. | Winfried Donkers |
2017-08-02 | normalize resource locale ctor construction mechanisms | Caolán McNamara |
2017-07-31 | loplugin:constparams in formula,xmlhelp | Noel Grandin |
2017-07-26 | loplugin:unusedfields | Noel Grandin |
2017-07-25 | loplugin:unusedmethods | Noel Grandin |
2017-07-25 | tdf#107135 Add missing ODFF function FINDB. | Winfried Donkers |
2017-07-21 | de-hrc various things | Caolán McNamara |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-11 | Introduce IFormulaEditorHelper::createCompiler() | Eike Rathke |
2017-07-10 | Make GetForceArrayParameter() public | Eike Rathke |
2017-07-10 | Introduce IFormulaEditorHelper::getCompiler() | Eike Rathke |
2017-07-10 | tdf#107135, add missing ODFF function REPLACEB. | Winfried Donkers |
2017-07-05 | Enable the Formula Wizard to display 255 argument fields | Eike Rathke |
2017-07-04 | Set error on more than max params (255) per function | Eike Rathke |
2017-07-04 | Prepare for change of VAR_ARGS value | Eike Rathke |
2017-07-04 | Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.h | Eike Rathke |
2017-07-04 | loplugin:unusedfields in formula | Noel Grandin |
2017-06-22 | Introduce a range-based iterator for 'references' in a FormulaTokenArray | Tor Lillqvist |
2017-06-22 | formula: remove indirection and use unique_ptr | Jochen Nitschke |
2017-06-19 | s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRange | Tor Lillqvist |
2017-06-19 | Add yet another kind of iterator for the two arrays in FormulaTokenArray | Tor Lillqvist |
2017-06-19 | Drop another friend declaration | Tor Lillqvist |