summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Reorganize Scheduler priority classesJan-Marek Glogowski2017-07-135-6/+0
* Move scheduler task into its own headerJan-Marek Glogowski2017-07-132-0/+2
* improve useuniqueptr loplugin to find arraysNoel Grandin2017-07-132-30/+19
* loplugin:oncevar: empty strings: scStephan Bergmann2017-07-1311-40/+20
* loplugin:useuniqueptr in scNoel Grandin2017-07-1336-281/+164
* Eliminate trailing blanks from descriptions and some parameter namesEike Rathke2017-07-121-7/+7
* borderline: correct problems with border displayArmin Le Grand2017-07-121-37/+49
* loplugin:unreffunJan-Marek Glogowski2017-07-122-1/+12
* replace 'resize(size+1)' with emplace_backNoel Grandin2017-07-116-8/+8
* Introduce IFormulaEditorHelper::createCompiler()Eike Rathke2017-07-112-0/+11
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-112-2/+2
* simplify some OUString::copy callsNoel Grandin2017-07-111-3/+3
* use more range-for on uno::SequenceNoel Grandin2017-07-113-34/+27
* Helper function to cast to FastAttributeList:Mohammed Abdul Azeem2017-07-1110-13/+16
* add missing override, -Werror,-Winconsistent-missing-overrideMarkus Mohrhard2017-07-111-1/+1
* Introduce IFormulaEditorHelper::getCompiler()Eike Rathke2017-07-102-2/+11
* Adding an overloaded IsXMLToken method:Mohammed Abdul Azeem2017-07-109-23/+23
* simplify some OUString compareTo callsNoel Grandin2017-07-104-71/+64
* tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers2017-07-1010-2/+2142
* lok: sc: missing invalidation on pasting text and deleting a cellMarco Cecchetti2017-07-101-1/+17
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-1016-28/+28
* add test for non-ascii gnumeric file names, tdf#107827Markus Mohrhard2017-07-092-0/+17
* tdf#79304 - Handle CrossedOutItems in HTML export.Sean Stangl2017-07-091-4/+11
* Add a way to resize ScDBDataJaskaran Singh2017-07-083-11/+122
* tdf#45904 Move Java XSheetAnnotationShapeSupplier test to C++Jens Carl2017-07-081-2/+10
* merge BS and ToPsz10, etcCaolán McNamara2017-07-0716-140/+127
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-076-11/+11
* coverity#1413006 Mixing enum typesCaolán McNamara2017-07-071-15/+13
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-0712-26/+25
* Assert that GetClipDoc() is indeed a clipboard document, tdf#108612 relatedEike Rathke2017-07-061-1/+5
* Attempt to blind fix tdf#108612 explicitly checking for clipboard documentEike Rathke2017-07-061-1/+1
* GSoC: Recent Charaters Toolbar Dropdown ControlAkshay Deep2017-07-064-0/+5
* loplugin:unusedfields in scNoel Grandin2017-07-064-12/+5
* tdf#108923 : Use display string for generating chart labelsDennis Francis2017-07-061-5/+2
* ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara2017-07-062-2/+2
* rework as a shared_ptrCaolán McNamara2017-07-064-14/+13
* use more begin()/end() for SequenceNoel Grandin2017-07-061-4/+2
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-061-1/+1
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-064-11/+11
* Display string results in the Function Wizard quotedEike Rathke2017-07-051-3/+11
* coverity#1414481 Uninitialized scalar fieldCaolán McNamara2017-07-051-0/+1
* coverity#1414486 Unchecked dynamic_castCaolán McNamara2017-07-051-3/+6
* Init CellInfo::bMerged againEike Rathke2017-07-051-0/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-0514-23/+22
* tdf#108919: Fix WID, should be EE_PARA_JUST instead of 0Stephan Bergmann2017-07-051-1/+1
* Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann2017-07-0513-38/+74
* sc: remove trivial copy ctors for functorsJochen Nitschke2017-07-041-13/+0
* Fix "TODO: remove?"Stephan Bergmann2017-07-041-6/+1
* tdf#105831 Add Donate entry on Help menuOlivier2017-07-041-0/+2
* Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke2017-07-047-4/+6