summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-12use correct cppunit assert macro, loplugin:cppunitassertequalsMarkus Mohrhard4-15/+15
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke106-895/+950
2016-03-11tdf#97897 (first problem) fix for not recalculating on F9.Winfried Donkers1-1/+9
2016-03-11tdf#42629 : Allow multiple status bar functions at a timeDennis Francis5-64/+112
2016-03-11sc: handle classification during copy&pasteMiklos Vajna1-3/+26
2016-03-11sc: make metadata available in copy resultMiklos Vajna5-0/+50
2016-03-11loplugin:unreffunTor Lillqvist1-0/+6
2016-03-11loplugin:redundantcastTor Lillqvist1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard12-34/+33
2016-03-11fix a few memory leaks in the calc test frameworkMarkus Mohrhard1-6/+7
2016-03-11allow to call xpath expression on different files in containerMarkus Mohrhard3-10/+26
2016-03-11just take a referenceMarkus Mohrhard3-18/+18
2016-03-11add assert to prevent memory leakMarkus Mohrhard1-0/+1
2016-03-10wrap vcl::window* pointer members in VclPtr, tdf#97344 follow-upEike Rathke2-4/+13
2016-03-10sc lok: Don't interact with the user during .uno:SortAscending or Descending.Jan Holesovsky5-2/+259
2016-03-10loplugin:stringconstantStephan Bergmann1-1/+1
2016-03-10tdf#97344 : Allow focus change using mouse in autofilter popupDennis Francis2-45/+180
2016-03-10tdf#57523 - Regex search "^$" finds all empty cells in given range.Mohammed Abdul Azeem1-4/+4
2016-03-10sfx2: make SfxClassificationHelper not require a full doc shellMiklos Vajna1-1/+1
2016-03-10rename findLastNotOf -> findLastTrueNoel Grandin3-11/+11
2016-03-10loplugin:constantparam in scNoel Grandin37-103/+90
2016-03-10loplugin:constantparam in formulaNoel Grandin1-1/+1