Age | Commit message (Expand) | Author |
2018-10-11 | Resolves: tdf#90698 catch list (1;2) of non-references as error | Eike Rathke |
2018-10-10 | add ScTokenArray::Finalize() to explicitly reduce memory usage | Luboš Luňák |
2018-10-10 | avoid usually needless large allocation for formula token array | Luboš Luňák |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-02 | make all notebooks scrollable and enable_popup | Caolán McNamara |
2018-09-28 | Remove unused ocIndirectXL and ocAddressXL | Eike Rathke |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-08 | loplugin:simplifyconstruct in filter..framework | Noel Grandin |
2018-08-29 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-16 | remove mempool | Noel Grandin |
2018-08-13 | loplugin:returnconstant in forms..fpicker | Noel Grandin |
2018-08-01 | add operator+=(OUStringBuffer) method to OUString | Noel Grandin |
2018-07-31 | try to detect that a formula does not contain any implicit intersection | Luboš Luňák |
2018-07-31 | protect against accessing before the start of pCode in FormulaCompiler | Luboš Luňák |
2018-07-31 | even more implicit intersection computation | Luboš Luňák |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-18 | Do not force all string results to be recalculated if no style set | Eike Rathke |
2018-07-18 | loplugin:mergeclasses merge IFormulaToken into FormulaToken | Noel Grandin |
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 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke |
2018-05-18 | tdf#116511: Drop questionable check for more keyboard input | Tor Lillqvist |
2018-05-17 | disable also ocStyle for Calc's threading | Luboš Luňák |
2018-05-17 | loplugin:unusedfields in formula..registry | Noel Grandin |
2018-05-14 | loplugin:useuniqueptr in FormulaTokenArray | Noel Grandin |
2018-04-28 | tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf... | Dennis Francis |
2018-04-14 | look for check buttons without underlines | Caolán McNamara |
2018-04-11 | new loplugin:unusedvariablemore | Noel Grandin |
2018-04-03 | pass area param to DBG_UNHANDLED_EXCEPTION | Noel Grandin |
2018-04-01 | remove unused processfactory.hxx includes | Jochen Nitschke |
2018-03-20 | Avoid creating a compiler for matrix check if there is no matrix support | Eike Rathke |
2018-03-20 | Resolves: tdf#116468 do not check array/matrix context for reportdesign | Eike Rathke |
2018-03-17 | Use for-range loops in embeddedobj, embedserv and formula | Julien Nabet |
2018-03-06 | Resolves: tdf#116215 fewer array of references cases, tdf#58874 related | Eike Rathke |
2018-03-05 | Resolves: tdf#116188 set min version on all .ui files to 3.18 | Caolán McNamara |
2018-03-01 | drop old tools/gen methods in accessibility..formula | Noel Grandin |
2018-02-26 | use less RGB_COLORDATA | Noel Grandin |
2018-02-25 | convert all help responses to gtk's -11 | Caolán McNamara |
2018-02-23 | no point in a checkbutton having a response | Caolán McNamara |
2018-02-20 | Resolves: tdf#115879 treat NOT as the 1-parameter function that it is | Eike Rathke |
2018-02-16 | Revert "loplugin:changetoolsgen in filter..framework" and reapply plugin | Noel Grandin |
2018-02-14 | loplugin:changetoolsgen in filter..framework | Noel Grandin |
2018-02-14 | Fix typos | Andrea Gelmini |
2018-02-12 | Use FormulaCompiler::IsOpCodeJumpCommand() where applicable | Eike Rathke |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-15 | More loplugin:cstylecast: formula | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: formula | Stephan Bergmann |
2017-12-22 | lokdialog: Allow switching language of some of the ResMgr's. | Jan Holesovsky |
2017-12-20 | loplugin:unusedindex | Mike Kaganski |