summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-06-16Revert "sc lok: limit movement of the cursor"Ashod Nakashian3-11/+1
2016-06-16LOK: tile rendering regression fixAshod Nakashian1-0/+1
2016-06-13LOK: fast tile rendering (cell editing)Ashod Nakashian1-0/+13
2016-06-13LOK: fast tile rendering (graphics and buttons)Ashod Nakashian1-0/+3
2016-06-13LOK: fast tile rendering (text only)Ashod Nakashian1-86/+120
2016-06-08sc lok: catch unhandled exceptionPranav Kant1-1/+15
2016-06-06sc: Don't export in case of invalid rangePranav Kant1-1/+2
2016-06-01Linux x86 build fixcp-5.0-38COOL_1.0Andras Timar1-1/+1
2016-06-01sc lok: limit movement of the cursorHenry Castro3-1/+11
2016-06-01sc lok: Add new param to .uno:EnterString to prevent committingPranav Kant2-7/+27
2016-06-01LOK: calc tile renderingAshod Nakashian1-1/+2
2016-05-28bccu#1845 - Calc tile rendering very slowAshod Nakashian1-7/+83
2016-05-26widen table-info capacity and count to SCSIZEAshod Nakashian2-5/+5
2016-05-22sc lok bccu#1610 - Tiles not rendering in large spreadsheetsAshod Nakashian3-12/+12
2016-05-22coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara2-55/+66
2016-05-22add TODO comment for a bugMarkus Mohrhard1-0/+2
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-54/+65
2016-05-22stylistic changes in ScDocument::FillInfoMarkus Mohrhard1-1/+4
2016-05-22limit scope of another variable in ScDocument::FillInfoMarkus Mohrhard1-2/+1
2016-05-22limit the scope of a few variable in ScDocument::FillInfoMarkus Mohrhard1-21/+17
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-15/+20
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-51/+59
2016-05-22that should not have become part of the previous commitMarkus Mohrhard1-2/+3
2016-05-22extract another function from ScDocument::FillInfoMarkus Mohrhard1-83/+90
2016-05-22Refactor ScMarkData for tdf#50916Dennis Francis14-125/+818
2016-05-22extract function from ScDocument::FillInfoMarkus Mohrhard1-8/+15
2016-05-12sc lok: Invalidate the new extended areacp-5.0-35Pranav Kant1-1/+27
2016-05-11sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant1-2/+9
2016-05-10sc lok: Extend the spreadsheet area when we are "close enough" to the end.Jan Holesovsky1-5/+6
2016-05-10sc lok: Move the handling of the area back to GetTiledRenderingArea().Jan Holesovsky5-13/+32
2016-05-10sc lok: set a limit for tiled column and rowHenry Castro9-15/+86
2016-05-10LOK: fire SET_PART event when Calc page is changedAshod Nakashian1-0/+5
2016-05-07sc lok: Add initial test for .uno:CellCursorAndrzej Hunt1-5/+2
2016-05-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2-2/+0
2016-05-02don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard1-1/+1
2016-05-02don't sanitize value to an insane value, tdf#97863Markus Mohrhard1-1/+4
2016-05-02we need the position in the formula converter, tdf#99093Markus Mohrhard1-23/+37
2016-05-02import all formatting properties for column style, tdf#96549Markus Mohrhard2-17/+4
2016-05-02use the ScRefCellValue already available, tdf#97989Markus Mohrhard1-4/+4
2016-04-23lokit: add getPartHashHenry Castro7-0/+49
2016-04-21Resolves: tdf#99322 re-establish group area listeners after update referenceEike Rathke1-0/+8
2016-04-21Resolves: tdf#97897 (re)broadcast if formula groups were splitEike Rathke1-1/+35
2016-04-21(re)broadcast if value replaces cell of grouped formulas, tdf#97897 relatedEike Rathke1-0/+5
2016-04-21(re)broadcast, same as in ScDocument::SetString(), tdf#97897 relatedEike Rathke1-0/+5
2016-04-21Resolves: tdf#98990 accept R1C1 notation entire column/row referencesEike Rathke1-5/+9
2016-04-10add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke1-5/+9
2016-04-08lok context menu: Expose context menuPranav Kant2-2/+10
2016-04-05guard boost/property_tree/json_parser.hpp on WNTAndras Timar1-0/+6
2016-04-04tdf#92963 Pasting a whole row with data crashes all open LibO appsArul Michael1-0/+7
2016-04-04Resolves: tdf#98642 comparing RPN insufficient in shared formula detectionEike Rathke1-1/+46