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