summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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 Donkers10-2/+2142
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-09add test for non-ascii gnumeric file names, tdf#107827Markus Mohrhard2-0/+17
2017-07-09tdf#79304 - Handle CrossedOutItems in HTML export.Sean Stangl1-4/+11
2017-07-08Add a way to resize ScDBDataJaskaran Singh3-11/+122
2017-07-08tdf#45904 Move Java XSheetAnnotationShapeSupplier test to C++Jens Carl1-2/+10
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 Nitschke12-26/+25
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 Deep4-0/+5
2017-07-06loplugin:unusedfields in scNoel Grandin4-12/+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 McNamara4-14/+13
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-05coverity#1414486 Unchecked dynamic_castCaolán McNamara1-3/+6
2017-07-05Init CellInfo::bMerged againEike Rathke1-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 Bergmann13-38/+74
2017-07-04sc: remove trivial copy ctors for functorsJochen Nitschke1-13/+0
2017-07-04Fix "TODO: remove?"Stephan Bergmann1-6/+1
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier1-0/+2
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke7-4/+6
2017-07-04loplugin:unusedfields in sc part3Noel Grandin35-173/+22
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
2017-07-04Remove artificial parameter count limit from SUMPRODUCT()Eike Rathke1-1/+1
2017-07-04Remove artificial parameter count limit from GRETPIVOTDATA()Eike Rathke1-1/+1
2017-07-04loplugin:unusedfieldsNoel Grandin2-2/+0
2017-07-04extract common code in TokenPool into templateNoel Grandin2-275/+134