summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
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-12use unique_ptr instead of manual new deleteMarkus Mohrhard
2016-03-12no need for fancy delete macros for local variablesMarkus Mohrhard
2016-03-12declare variable when we use itMarkus Mohrhard
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-11tdf#97897 (first problem) fix for not recalculating on F9.Winfried Donkers
2016-03-11tdf#42629 : Allow multiple status bar functions at a timeDennis Francis
2016-03-11sc: handle classification during copy&pasteMiklos Vajna
2016-03-11sc: make metadata available in copy resultMiklos Vajna
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-11add assert to prevent memory leakMarkus Mohrhard
2016-03-10wrap vcl::window* pointer members in VclPtr, tdf#97344 follow-upEike Rathke
2016-03-10sc lok: Don't interact with the user during .uno:SortAscending or Descending.Jan Holesovsky
2016-03-10loplugin:stringconstantStephan Bergmann
2016-03-10tdf#97344 : Allow focus change using mouse in autofilter popupDennis Francis
2016-03-10tdf#57523 - Regex search "^$" finds all empty cells in given range.Mohammed Abdul Azeem
2016-03-10sfx2: make SfxClassificationHelper not require a full doc shellMiklos Vajna
2016-03-10rename findLastNotOf -> findLastTrueNoel Grandin
2016-03-10loplugin:constantparam in scNoel Grandin
2016-03-10loplugin:constantparam in formulaNoel Grandin
2016-03-09Resolves: tdf#95226 second case, stack error count in JumpMatrix contextEike Rathke
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin
2016-03-09loplugin:constantparam in sfx2Noel Grandin
2016-03-09loplugin:constantparam in svxNoel Grandin
2016-03-08tdf#94561 : Create notes drawing objects only once on sheet copyDennis Francis
2016-03-08tdf#94635 synchronise argument labels in function wizard withWinfried Donkers
2016-03-08setCellRangeData: check matrix size before operating, tdf#98389 follow-upEike Rathke
2016-03-08Update liborcus to 0.11.0.Kohei Yoshida
2016-03-07add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size"Eike Rathke
2016-03-07remove unused errInterpOverflowEike Rathke
2016-03-07a few more candidates for errMatrixSizeEike Rathke
2016-03-07introduce a dedicated errMatrixSizeEike Rathke
2016-03-07use ScMatrix::IsSizeAllocatable() instead of GetElementsMax()Eike Rathke
2016-03-07expand src templatesDavid Tardon
2016-03-07these ResIds are used solely for their number by nowCaolán McNamara
2016-03-07loplugin:write only fieldsNoel Grandin
2016-03-07disable means Enable(false), not true.. tdf#98389 relatedEike Rathke
2016-03-07Resolves: tdf#98389 check memory requirement of matrixEike Rathke
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-06coverity#1355250 Logically dead codeCaolán McNamara
2016-03-06coverity#1355253 Uninitialized scalar fieldCaolán McNamara
2016-03-06use the initializer listMarkus Mohrhard
2016-03-06tdf#96969 Calc: Change shortcut key for Select ColumnYousuf Philips
2016-03-06cppcheck: fix duplicateBreakJulien Nabet
2016-03-05cid#1355251, use delete[] for arraysMarkus Mohrhard
2016-03-05Actually I don't see why this would need to be inside OSL_DEBUG_LEVEL > 0Tor Lillqvist
2016-03-05loplugin:sallogareasTor Lillqvist
2016-03-05tdf#97906 Calc: Correct cell reference shortcut keysYousuf Philips
2016-03-04do the calculation check only conditionally, tdf#91794 follow-upEike Rathke