summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-06-16Fix typosAndrea Gelmini3-3/+3
2015-06-16fix 176 unbalanced XML_f xlsx export failuiresCaolán McNamara1-1/+3
2015-06-15Resolves: tdf#91411 end listening only on selected sheetsEike Rathke1-4/+7
2015-06-15use ReplaceToken() in ReadjustAbsolute3DReferences()Eike Rathke1-9/+4
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke1-1/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin13-44/+21
2015-06-15cppcheck:unreadVariableNoel Grandin4-5/+2
2015-06-15tdf#55065 try to re-enable the testDavid Tardon1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin6-12/+4
2015-06-15cppcheck:redundantConditionNoel Grandin1-2/+2
2015-06-15more adjustment of references in RPNEike Rathke1-515/+596
2015-06-15Fix typosAndrea Gelmini3-3/+3
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet4-4/+4
2015-06-13do not access token data after token has been destroyedEike Rathke1-1/+1
2015-06-12do not adjust RPN named expressions relative references, tdf#91842 follow-upEike Rathke1-1/+19
2015-06-12spellingAntoine Cœur1-6/+6
2015-06-12tdf#61908:XLSX formula cell range is not exported for MMULT.yogesh.bharate0013-15/+80
2015-06-12copypasta error, tdf#69552 follow-upEike Rathke1-1/+1
2015-06-12tdf#62095 fix O(n^2) algorithm in opening pathological fileNoel Grandin1-4/+5
2015-06-12FLOOR.MATH has 3 parameters, show them in UIEike Rathke1-1/+1
2015-06-11tdf#91820 Minor fixes and fix icon linksYousuf Philips1-13/+14
2015-06-11recompile TableRef formulas only after position was updated, tdf#91842Eike Rathke1-2/+4
2015-06-11adjust also RPN reference tokens, tdf#91842 and probably othersEike Rathke1-52/+59
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara2-7/+10
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin2-192/+120
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers9-42/+167
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin5-12/+12
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin1-7/+7
2015-06-11loplugin:staticmethodsStephan Bergmann2-4/+8
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-2/+2
2015-06-10tdf#89972: also copy external reference statusMike Kaganski4-6/+57
2015-06-10tdf#89972: unit test: check proper external ref manager registrationMike Kaganski3-6/+20
2015-06-10sc tiled editing: Mapping has to be turned off after drawing the buttons.Jan Holesovsky2-7/+3
2015-06-10Enablaed -> Enabled.Jan Holesovsky1-2/+2
2015-06-10sc tiled editing: Corrected dropdown button offsetHenry Castro2-2/+13
2015-06-09more tests for the implemented cases, tdf#90001Eike Rathke1-0/+29
2015-06-09correct 3D reference update on sheet deletion, tdf#90001 follow-upEike Rathke1-9/+10
2015-06-09More CppunitTest_sw_uiwriter fixesMiklos Vajna1-1/+1
2015-06-09calc mapmode: Convert ScOutputData::DrawGrid to draw in logic units.Jan Holesovsky7-33/+62
2015-06-08destroy and reconstruct listeners only if content is affectedEike Rathke1-12/+20
2015-06-08Windows MSVC: cannot specify explicit initializer for arraysEike Rathke1-2/+6
2015-06-08Revert "Revert "check bounds in RPN tokens, tdf#90694 related and others""Eike Rathke1-114/+159
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann54-132/+132
2015-06-08Revert "check bounds in RPN tokens, tdf#90694 related and others"Jan Holesovsky1-159/+114
2015-06-08check bounds in RPN tokens, tdf#90694 related and othersEike Rathke1-114/+159
2015-06-08tdf#90694 reset group area listeners on correct topEike Rathke1-5/+6
2015-06-08\<the the\> -> theJan Holesovsky2-2/+2
2015-06-07tdf#85594 Additional tweaks to standard and drawing toolbarsYousuf Philips10-71/+110
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin35-49/+82