summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14drop AreaLink_ImplCaolán McNamara
2018-01-14tdf#114992: fix crash in deleting sheetJulien Nabet
2018-01-14Typo: syles->stylesJulien Nabet
2018-01-13VclPtr, missing disposeCaolán McNamara
2018-01-13shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard
2018-01-13turn update links warning dialog into an infobarCaolán McNamara
2018-01-13tdf#106611 make click on status bar insert/overwrite field workJim Raykowski
2018-01-13tdf#86739 Anchor inserted images to cell by defaultSamuel Mehrbrodt
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-12handle ocWebservice similarly to ocDdeCaolán McNamara
2018-01-12Better handle ScDde formulas with missing dde-link entriesCaolán McNamara
2018-01-12move implementation of ScMatrixCellResultToken copy-constructorJochen Nitschke
2018-01-12Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann
2018-01-11limit WEBSERVICE to http[s] protocolsCaolán McNamara
2018-01-11only call GetHasMacroFunc to set SetHasMacroFuncCaolán McNamara
2018-01-11loplugin:redundantcast: scStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk
2018-01-09no matching function for call to 'intrusive_ptr_add_ref'Stephan Bergmann
2018-01-09tdf#45904 Move _SpreadsheetViewSettings Java tests to C++Jens Carl
2018-01-09tdf#45904 Move _SubTotalDescriptor Java tests to C++Jens Carl
2018-01-08tdf#61418 Show message on protected sheets for conditional formatting.Gulsah Kose
2018-01-07remove "using" directives and lazyness templatesTomaž Vajngerl
2018-01-06lok: send modified status when applying cell-formula before savingAshod Nakashian
2018-01-06ofz#4982 Integer-overflowCaolán McNamara
2018-01-06tdf#45904 Move _DocumentSettings Java tests to C++Jens Carl
2018-01-05Fix typosAndrea Gelmini
2018-01-05SCITEM_PRINTWARN is unusedNoel Grandin
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky
2018-01-05tdf#45904 Move _DatabaseImportDescriptor Java tests to C++Jens Carl
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin
2018-01-04loplugin:unusedfieldsNoel Grandin
2018-01-04tdf#45904 Move _TableAutoFormat Java tests to C++Jens Carl
2018-01-04Add ServiceProvider "com.sun.star.sheet.TableAutoFormats"Jens Carl
2018-01-03tdf#45904 Move _TableValidation Java tests to C++Jens Carl
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2018-01-03tdf#45904 Move _Scenario Java tests to C++Jens Carl
2018-01-02Fix typosAndrea Gelmini
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-12-31improve const-correctness in ScCaptionPtrNoel Grandin
2017-12-29Fix typosAndrea Gelmini
2017-12-29Fix typosAndrea Gelmini
2017-12-29simplify copy of ScQueryParamJochen Nitschke
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin
2017-12-27Fix typosAndrea Gelmini
2017-12-25coverity#1426922 Uninitialized scalar fieldCaolán McNamara