summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-13tdf#108758 : do not write to undo document when...Dennis Francis1-2/+4
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski5-6/+0
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin2-30/+19
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann11-40/+20
2017-07-13loplugin:useuniqueptr in scNoel Grandin26-258/+131
2017-07-12Eliminate trailing blanks from descriptions and some parameter namesEike Rathke1-7/+7
2017-07-12borderline: correct problems with border displayArmin Le Grand1-37/+49
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin6-8/+8
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke2-0/+11
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-2/+2
2017-07-11simplify some OUString::copy callsNoel Grandin1-3/+3
2017-07-11use more range-for on uno::SequenceNoel Grandin3-34/+27
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem10-13/+16
2017-07-11add missing override, -Werror,-Winconsistent-missing-overrideMarkus Mohrhard1-1/+1
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke2-2/+11
2017-07-10Adding an overloaded IsXMLToken method:Mohammed Abdul Azeem9-23/+23
2017-07-10simplify some OUString compareTo callsNoel Grandin4-71/+64
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers7-2/+44
2017-07-10lok: sc: missing invalidation on pasting text and deleting a cellMarco Cecchetti1-1/+17
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin16-28/+28
2017-07-09tdf#79304 - Handle CrossedOutItems in HTML export.Sean Stangl1-4/+11
2017-07-08Add a way to resize ScDBDataJaskaran Singh2-10/+121
2017-07-07merge BS and ToPsz10, etcCaolán McNamara16-140/+127
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin6-11/+11
2017-07-07coverity#1413006 Mixing enum typesCaolán McNamara1-15/+13
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke6-14/+14
2017-07-06Assert that GetClipDoc() is indeed a clipboard document, tdf#108612 relatedEike Rathke1-1/+5
2017-07-06Attempt to blind fix tdf#108612 explicitly checking for clipboard documentEike Rathke1-1/+1
2017-07-06GSoC: Recent Charaters Toolbar Dropdown ControlAkshay Deep1-0/+2
2017-07-06loplugin:unusedfields in scNoel Grandin2-6/+5
2017-07-06tdf#108923 : Use display string for generating chart labelsDennis Francis1-5/+2
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara2-2/+2
2017-07-06rework as a shared_ptrCaolán McNamara3-11/+10
2017-07-06use more begin()/end() for SequenceNoel Grandin1-4/+2
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin4-11/+11
2017-07-05Display string results in the Function Wizard quotedEike Rathke1-3/+11
2017-07-05coverity#1414481 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin14-23/+22
2017-07-05tdf#108919: Fix WID, should be EE_PARA_JUST instead of 0Stephan Bergmann1-1/+1
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann12-17/+56
2017-07-04sc: remove trivial copy ctors for functorsJochen Nitschke1-13/+0
2017-07-04Fix "TODO: remove?"Stephan Bergmann1-6/+1
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke6-1/+6
2017-07-04loplugin:unusedfields in sc part3Noel Grandin26-152/+19
2017-07-04loplugin:unusedfields in formulaNoel Grandin1-3/+0
2017-07-04support for saving a modified image instead of original versionMarco Cecchetti1-3/+23
2017-07-04Any mentioning of "1 to 30" arguments is nonsenseEike Rathke1-38/+38
2017-07-04Remove artificial parameter count limit from NPV()Eike Rathke1-1/+1
2017-07-04Use ReverseStack() in NPV()Eike Rathke1-5/+2