summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-07-15Convert filters button to the generic controllerMaxim Monastirsky
2015-07-15Convert insert buttons to the generic controllerMaxim Monastirsky
2015-07-13renumber globstr.hrc STR_...Eike Rathke
2015-07-13Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke
2015-07-13tdf#39478 Fix custom shapes status updateMaxim Monastirsky
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-13tdf#89031 remove agressiveness from Calc function suggestionsWinfried Donkers
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky
2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-07-12fix indentationMarkus Mohrhard
2015-07-12coverity#1311652 Uncaught exceptionCaolán McNamara
2015-07-12coverity#1311651 Uncaught exceptionCaolán McNamara
2015-07-12cppcheck: Variable 'bOutlMode' is assigned a value that is never usedJulien Nabet
2015-07-10calc mapmode: Add explicit RenderContext passingKrisztian Pinter
2015-07-10Kill SID_TBXCTL_INSOBJMaxim Monastirsky
2015-07-10formula/random.hxx in pchCaolán McNamara
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-07-09init maTabData to the correct tab size tdf#92629Laurent Godard
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke
2015-07-09SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna
2015-07-09fix export to xls, tdf#69552Winfried Donkers
2015-07-09simplify the logic a littleEike Rathke
2015-07-09Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-07-08replace implementation of ScRange::PutInOrder() with that of Justify()Eike Rathke
2015-07-08tdf#87702: Addition of Shadow sidebar tabRishabh Kumar
2015-07-08coverity#1311335 Uncaught exceptionCaolán McNamara
2015-07-08coverity#1311334 Uncaught exceptionCaolán McNamara
2015-07-08coverity#1311333 Uncaught exceptionCaolán McNamara
2015-07-08coverity#1311332 Uncaught exceptionCaolán McNamara
2015-07-08coverity#1311331 Uncaught exceptionCaolán McNamara
2015-07-08coverity#1308596 Uncaught exceptionCaolán McNamara
2015-07-08Fix typosAndrea Gelmini
2015-07-08sc: convert boost::scoped_ptr to std::unique_ptr while thereMichael Stahl
2015-07-08sc: remove unused boost::random includesMichael Stahl
2015-07-07end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke
2015-07-07Related: tdf#92392 clear some more vclptrs on disposeCaolán McNamara
2015-07-07Related: tdf#92392 protect against double dispose from dtor with disposeOnceCaolán McNamara
2015-07-07unit test for copy&paste put reference in order, tdf#92468Eike Rathke
2015-07-07call ScTokenArray::AdjustReferenceOnCopy() in ScFormulaCell clone, tdf#92468Eike Rathke
2015-07-07introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468Eike Rathke
2015-07-07(re-)introduce ScComplexRefData::PutInOrder(), tdf#92468Eike Rathke
2015-07-07always justify a referenced range in order, tdf#92468Eike Rathke
2015-07-07also ifCOUNT2 return type is always numberEike Rathke
2015-07-06unify code duplication in ScInterpreter::ScSum and IterateParametersWinfried Donkers
2015-07-06preserve whitespaces here, tdf#88137, tdf#89254Markus Mohrhard
2015-07-06tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni
2015-07-06improve the returnbyref lopluginNoel Grandin