summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: scStephan Bergmann232-1412/+1405
2018-01-12handle ocWebservice similarly to ocDdeCaolán McNamara10-45/+252
2018-01-12Better handle ScDde formulas with missing dde-link entriesCaolán McNamara7-2/+22
2018-01-12move implementation of ScMatrixCellResultToken copy-constructorJochen Nitschke2-1/+4
2018-01-12Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann1-0/+1
2018-01-11limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2018-01-11only call GetHasMacroFunc to set SetHasMacroFuncCaolán McNamara4-12/+0
2018-01-11loplugin:redundantcast: scStephan Bergmann3-6/+6
2018-01-11loplugin:useuniqueptr in svlNoel Grandin1-2/+2
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin5-11/+11
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-6/+4
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk2-1/+20
2018-01-09no matching function for call to 'intrusive_ptr_add_ref'Stephan Bergmann1-1/+1
2018-01-09tdf#45904 Move _SpreadsheetViewSettings Java tests to C++Jens Carl1-4/+10
2018-01-09tdf#45904 Move _SubTotalDescriptor Java tests to C++Jens Carl1-2/+8
2018-01-08tdf#61418 Show message on protected sheets for conditional formatting.Gulsah Kose2-2/+2
2018-01-07remove "using" directives and lazyness templatesTomaž Vajngerl1-123/+115
2018-01-06lok: send modified status when applying cell-formula before savingAshod Nakashian2-0/+19
2018-01-06ofz#4982 Integer-overflowCaolán McNamara1-2/+2
2018-01-06tdf#45904 Move _DocumentSettings Java tests to C++Jens Carl3-0/+201
2018-01-05Fix typosAndrea Gelmini1-1/+1
2018-01-05SCITEM_PRINTWARN is unusedNoel Grandin3-26/+16
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2018-01-05tdf#45904 Move _DatabaseImportDescriptor Java tests to C++Jens Carl3-0/+225
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin5-7/+7
2018-01-04loplugin:unusedfieldsNoel Grandin2-5/+0
2018-01-04tdf#45904 Move _TableAutoFormat Java tests to C++Jens Carl3-0/+207
2018-01-04Add ServiceProvider "com.sun.star.sheet.TableAutoFormats"Jens Carl2-3/+8
2018-01-03tdf#45904 Move _TableValidation Java tests to C++Jens Carl1-2/+8
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin2-2/+2
2018-01-03tdf#45904 Move _Scenario Java tests to C++Jens Carl1-2/+7
2018-01-02Fix typosAndrea Gelmini2-2/+2
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke25-286/+9
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin20-22/+23
2017-12-31improve const-correctness in ScCaptionPtrNoel Grandin2-5/+8
2017-12-29Fix typosAndrea Gelmini2-2/+2
2017-12-29Fix typosAndrea Gelmini3-4/+4
2017-12-29simplify copy of ScQueryParamJochen Nitschke2-40/+24
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin1-1/+1
2017-12-27Fix typosAndrea Gelmini1-1/+1
2017-12-25coverity#1426922 Uninitialized scalar fieldCaolán McNamara1-0/+1
2017-12-24sc: compact ScColumnAshod Nakashian10-145/+165
2017-12-23tdf#39593 deduplicate code in ScCellShelltagezi1-46/+27
2017-12-23Revert "unused SID commands in sc"Noel Grandin11-2/+690
2017-12-22tdf#39593 deduplicate code in ScCellShelltagezi1-58/+28
2017-12-22can just use default dtorsCaolán McNamara4-9/+0
2017-12-22coverity#1426736 Uninitialized scalar fieldCaolán McNamara1-2/+6
2017-12-21Have one getSkipEmptyCellsIndex(), assert array length, tdf#113979 follow-upEike Rathke1-10/+16
2017-12-21tdf#113979 Add option to Skip empty cellsLaurent BP5-107/+171
2017-12-21unused SID commands in scNoel Grandin11-690/+2