summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke2-5/+20
2015-06-16Resolves: 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-15more adjustment of references in RPNEike Rathke1-515/+596
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-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 UI, tdf#69552 follow-upEike Rathke1-1/+1
2015-06-11tdf#89972: also copy external reference statusMike Kaganski4-6/+57
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-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers9-42/+167
2015-06-10sc tiled editing: Corrected dropdown button offsetHenry Castro2-6/+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-09tdf#91726: AutoFormat: Crash when using an existing nameJulien Nabet1-1/+1
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-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-07tdf#90888:Shrink the properties sidebar sections in CalcRishabh Kumar8-340/+167
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin35-49/+82
2015-06-05tdf#90694 reset group area listeners when splitting groupEike Rathke1-0/+11
2015-06-05Revert "update to liborcus 0.9.1"Thorsten Behrens3-83/+5
2015-06-05update to liborcus 0.9.1David Tardon3-5/+83
2015-06-05sc tiled editing: Editview register LOKit callbackHenry Castro1-0/+7
2015-06-05sc tiled editing: double-click empty cellHenry Castro1-1/+1
2015-06-05sc tiled editing: EndTracking trigger MouseUpHenry Castro1-1/+1
2015-06-04tdf#90996: don't overwrite comments in ScTable::FillFormulaVerticalMike Kaganski1-1/+1
2015-06-04tdf#91702 - fix stack-based MessBox allocation.Michael Meeks14-28/+28
2015-06-04tdf#91425 CRASH - Calc Insert Columns LeftTakeshi Abe1-20/+26
2015-06-04Resolves: tdf#90435 secondary pool set to that of temp docs drawing layersCaolán McNamara1-2/+2
2015-06-04sc: Notify about the part change when searching.Henry Castro1-0/+19
2015-06-04sc: SvxSearchItem, m_nStartPoint{X,Y}Henry Castro1-1/+18
2015-06-04sc LOKit callback for search not found.Henry Castro1-0/+4
2015-06-01tdf#91489 - CONDITIONAL FORMATTING: Crash on select Icon Set from dialogPhilippe Jung1-1/+0
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin3-4/+4
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin3-10/+10
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2-2/+2
2015-05-29convert POINTER constants to scoped enumNoel Grandin26-151/+151
2015-05-28Resolves: tdf#90960 toggle out of paste-mode on editing an objectCaolán McNamara1-0/+6
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung10-11/+11
2015-05-28Resolves tdf#67712 form controls and draw objectsHenry Castro5-0/+327
2015-05-27tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2-2/+2
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara4-7/+35
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks4-4/+4