summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann20-42/+42
2018-10-09loplugin:unusedmethodsNoel Grandin1-62/+0
2018-10-09sc: Enhance binary search for ScAttrArraySerge Krot1-19/+29
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin1-1/+1
2018-10-08cppcheck: variableScope and fix index typesJochen Nitschke1-5/+5
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin2-3/+3
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin1-5/+3
2018-10-08sc: speed-up: no usage of temp strings objectsSerge Krot1-12/+10
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-05sc: Enhance binary search for ScMarkArraySerge Krot1-23/+24
2018-10-04Do not let end row creep above start row, tdf#69977 tdf#119305 follow-upEike Rathke1-1/+1
2018-10-04Resolves: tdf#120238 remove wrong assert()Eike Rathke1-1/+0
2018-10-04reserve space before appending to vector in a loopNoel Grandin2-14/+6
2018-10-04loplugin:useuniqueptr in ResultMembersNoel Grandin1-12/+10
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin9-166/+130
2018-10-02tdf#120174 : Always copy mbValueCached flag in Assign()Dennis Francis1-0/+11
2018-10-02tdf#115262 sc: fix cumulative placement error of imagesMiklos Vajna1-2/+13
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin3-18/+25
2018-09-28loplugin:useuniqueptr in ScChartPositionMapNoel Grandin1-95/+38
2018-09-28loplugin:useuniqueptr in ScDPResultTree::MemberNodeNoel Grandin1-20/+11
2018-09-27UND->AND; ODER->ORMike Kaganski2-4/+4
2018-09-27coverity#1439332 silence Identical code for different branchesCaolán McNamara1-0/+1
2018-09-27loplugin:useuniqueptr in ScTable::FillAutoNoel Grandin1-5/+4
2018-09-27loplugin:useuniqueptr in ScAddInAsyncsNoel Grandin3-16/+14
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-24coverity#1438870 Big parameter passed by valueCaolán McNamara1-40/+50
2018-09-21coverity#1438870 Big parameter passed by valueCaolán McNamara1-1/+1
2018-09-21unused returnsCaolán McNamara1-3/+3
2018-09-20Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke1-3/+3
2018-09-18Don't prematurely cast to sal_uInt8, to avoid UBStephan Bergmann1-1/+1
2018-09-17cppcheck: variableScope in scJochen Nitschke3-6/+6
2018-09-17New loplugin:externalStephan Bergmann17-32/+32
2018-09-14Remove MSVC workaround from 2002Stephan Bergmann1-3/+2
2018-09-12loplugin:useuniqueptr in ScInterpreterNoel Grandin2-24/+7
2018-09-11tdf#119305 Chart created from fully selected sheet only targets header rowNoel Grandin1-1/+3
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin27-128/+17
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin1-4/+4
2018-09-09Avoid getTokenCountMatteo Casalin1-2/+2
2018-09-08blacklist all ocDB* tokens for Calc threadingLuboš Luňák1-0/+11
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin3-16/+22
2018-09-03tdf#37268: use also sheet local range in PivotJulien Nabet1-1/+27
2018-09-03ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-09-03tdf#99296 - Disable headers/footers by defaultheiko tietze1-1/+1
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin4-33/+33
2018-09-01Fix typosAndrea Gelmini1-1/+1
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen11-56/+8
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski2-6/+9
2018-08-31properly reset nSeenInIteration when iterating cell cyclesLuboš Luňák1-2/+16