summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-03-17sc: Improve documentation, and a cosmetic change.Jan Holesovsky2-14/+12
2016-03-17sc lok: Extend uno commands: .uno:SelectRow/ColumnPranav Kant5-4/+100
2016-03-17loplugin:constantparam in sfx2Noel Grandin4-8/+8
2016-03-17ensure a correct index is assigned to a duplicated ScRangeData instanceEike Rathke1-0/+1
2016-03-17loplugin:constantparam in svlNoel Grandin2-2/+2
2016-03-17loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-17sc: remove unused member variableJochen Nitschke2-24/+0
2016-03-16sc lok bccu#1519: Broadcast cell size changes, they affect the document size.Jan Holesovsky1-0/+3
2016-03-16more fixes for "loplugin:constantparam in unotools/"Noel Grandin1-1/+1
2016-03-16loplugin:constantparam in xmloff/Noel Grandin2-4/+2
2016-03-16fixes for "loplugin:constantparam in unotools/"Noel Grandin1-1/+1
2016-03-16loplugin:constantparam in unotools/Noel Grandin2-2/+2
2016-03-16tdf#84953 Only resize proportionally when dragging on a cornerSamuel Mehrbrodt1-3/+9
2016-03-16coverity#1356339 Uninitialized pointer fieldCaolán McNamara1-1/+6
2016-03-16Undo my poor mans recursion control in favour of the real thingCaolán McNamara3-14/+4
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-03-16sc: replace define with helperJochen Nitschke1-36/+34
2016-03-15tdf#97919 Also resize ole objects proportionally by defaultSamuel Mehrbrodt1-1/+2
2016-03-15tdf#97919 Resize media objects proportionally by defaultSamuel Mehrbrodt1-5/+4
2016-03-15Resolves: tdf#93196 add RecursionCounter guard also to InterpretFormulaGroup()Eike Rathke1-19/+29
2016-03-15Remove nonsense commentSamuel Mehrbrodt1-8/+0
2016-03-15tdf#79312 sc: Don't close the spellchecker when finishedSamuel Mehrbrodt1-4/+0
2016-03-15update return typeDavid Tardon2-3/+3
2016-03-15restore removed functionDavid Tardon1-0/+1
2016-03-15WaE: unused variableDavid Tardon1-1/+0
2016-03-15loplugin:constantparamNoel Grandin10-46/+27
2016-03-14prefix domain namespace to FORECAST.* functions for ODFF, tdf#94635 follow-upEike Rathke1-5/+5
2016-03-14remove some unused Java codeNoel Grandin1-2/+0
2016-03-14inline some use-once macrosNoel Grandin2-35/+26
2016-03-14remove some unused typedefs, and inline some use-onceNoel Grandin1-3/+1
2016-03-14use unique_ptr for memory owning ptrMarkus Mohrhard2-7/+6
2016-03-14fix memory leak in cond format xlsx exportMarkus Mohrhard1-2/+1
2016-03-13loplugin:cstylecastCaolán McNamara1-2/+6
2016-03-13fix memory leak in array xls importMarkus Mohrhard2-5/+15
2016-03-13this old concept was just a bad idea by meMarkus Mohrhard1-10/+2
2016-03-13no need for strange assert fail messageMarkus Mohrhard1-28/+27
2016-03-13fix indetationMarkus Mohrhard1-4/+4
2016-03-12fix memory leak in copy_paste testMarkus Mohrhard1-1/+1
2016-03-12fix memory leak in cond format exportMarkus Mohrhard1-3/+5
2016-03-12fix memory leak in change tracking exportMarkus Mohrhard2-8/+7
2016-03-12fix memory leak in bugfix_testMarkus Mohrhard1-1/+1
2016-03-12fix memory leak in pivot table codeMarkus Mohrhard1-1/+2
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet1-1/+1
2016-03-12fix memory leak in detective sdr objectsMarkus Mohrhard1-1/+1
2016-03-12fix memory leak in ucalcMarkus Mohrhard1-4/+3
2016-03-12use unique_ptr instead of manual new deleteMarkus Mohrhard1-6/+3
2016-03-12fix memory leak in ucalcMarkus Mohrhard1-5/+5
2016-03-12no need for fancy delete macros for local variablesMarkus Mohrhard1-11/+11
2016-03-12fix memory leak in ucalc testMarkus Mohrhard1-3/+3
2016-03-12declare variable when we use itMarkus Mohrhard2-6/+2