summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-01-15Use = for initializationStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin14-25/+25
2018-01-14drop AreaLink_ImplCaolán McNamara2-29/+18
2018-01-14tdf#114992: fix crash in deleting sheetJulien Nabet1-1/+1
2018-01-14Typo: syles->stylesJulien Nabet1-1/+1
2018-01-13VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-13shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard1-3/+3
2018-01-13turn update links warning dialog into an infobarCaolán McNamara3-34/+61
2018-01-13tdf#106611 make click on status bar insert/overwrite field workJim Raykowski1-11/+1
2018-01-13tdf#86739 Anchor inserted images to cell by defaultSamuel Mehrbrodt1-0/+3
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