summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-10-10tdf#120410: Disable insert/delete row/page break in read-only modeXisco Fauli1-4/+4
2018-10-10optimize adding a block of entries at one timeCaolán McNamara1-1/+2
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák10-79/+120
2018-10-10fix detection of self-referencesLuboš Luňák2-5/+8
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák10-7/+81
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák25-107/+104
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák1-1/+4
2018-10-09Resolves: tdf#66545 display URL fields non-shaded in CalcEike Rathke2-1/+4
2018-10-09add some more pluralized form examplesCaolán McNamara4-4/+5
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze1-0/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann57-117/+114
2018-10-09loplugin:unusedmethodsNoel Grandin3-66/+0
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin30-183/+181
2018-10-09sc: Enhance binary search for ScAttrArraySerge Krot1-19/+29
2018-10-09Related: tdf#83128 support translation of plural formsCaolán McNamara5-4/+10
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin2-3/+3
2018-10-08cppcheck: variableScope and fix index typesJochen Nitschke1-5/+5
2018-10-08Added date time transformations - follow-upVikas Mahato2-273/+407
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin12-29/+29
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin7-44/+40
2018-10-08tdf#113236 change menu "Tools > Protect Spreadsheet" to "Protect Spreadsheet ...Cor Nouws1-3/+3
2018-10-08sc: speed-up: no usage of temp strings objectsSerge Krot1-12/+10
2018-10-08weld ScTPValidationErrorCaolán McNamara3-82/+58
2018-10-08weld ScTPValidationHelpCaolán McNamara3-58/+32
2018-10-08weld ScTpSubTotalOptionsCaolán McNamara3-114/+79
2018-10-07Resolves: tdf#73081 empty <> not-empty is also a match if numericEike Rathke1-3/+3
2018-10-07tdf#120317 Set control layer name if not defaultRegina Henschel1-0/+1
2018-10-07use more std::unique_ptr in ScCheckListMenuWindowNoel Grandin4-5/+5
2018-10-06return unique_ptr from CreateDefaultObject in sc/Noel Grandin15-44/+44
2018-10-06use more std::unique_ptr in ScUndoDrawNoel Grandin2-2/+2
2018-10-06drop some now unnecessary includeCaolán McNamara1-1/+0
2018-10-06introduce SdrObjectUniquePtr typedefNoel Grandin2-49/+49
2018-10-06use more std::unique_ptr in ScUndoMoveTab and ScUndoCopyTabNoel Grandin4-37/+33
2018-10-05sc: Enhance binary search for ScMarkArraySerge Krot3-25/+129
2018-10-04Do not let end row creep above start row, tdf#69977 tdf#119305 follow-upEike Rathke1-1/+1
2018-10-04tdf#120301 oox: lclIsWhiteSpace should return true for a spaceJustin Luth2-0/+19
2018-10-04Resolves: tdf#120238 remove wrong assert()Eike Rathke1-1/+0
2018-10-04replace sclo-ScExtIButton with MenuButtonCaolán McNamara5-136/+8
2018-10-04reserve space before appending to vector in a loopNoel Grandin2-14/+6
2018-10-04loplugin:useuniqueptr in ResultMembersNoel Grandin2-22/+13
2018-10-03tdf#120057: protect sheet dialog checklistbox should be can-focusXisco Fauli1-1/+1
2018-10-03update old .ui to current formatCaolán McNamara1-70/+55
2018-10-03unweld HeaderEditPage for nowCaolán McNamara1-16/+16
2018-10-03crash in calc page dialogCaolán McNamara2-9/+9
2018-10-03keep reset/standard orderCaolán McNamara1-7/+7
2018-10-03loplugin:unusedmethodsNoel Grandin5-4/+2
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin18-502/+256
2018-10-03loplugin:unusedfieldsNoel Grandin3-8/+3
2018-10-02-Werror,-Wunused-private-fieldStephan Bergmann1-7/+3