summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-02-09CheckLinkFormulaNeedingCheck() for named expressionsEike Rathke3-1/+12
2018-02-09CheckLinkFormulaNeedingCheck() for conditional format expressionsEike Rathke4-2/+29
2018-02-09CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke7-2/+20
2018-02-09handle ocWebservice similarly to ocDdeCaolán McNamara10-43/+253
2018-02-09Better handle ScDde formulas with missing dde-link entriesCaolán McNamara6-10/+18
2018-02-09limit WEBSERVICE to http[s] protocolsCaolán McNamara1-0/+9
2017-04-23coverity#1399031 golden, Out-of-bounds readCaolán McNamara1-1/+1
2017-03-22disable generation of ole previews in ODF format until after loadCaolán McNamara5-9/+43
2016-09-01sc lok: fix re-sizing several rows/columns at onceHenry Castro1-6/+24
2016-09-01sc lok: add parameters for column/row resizeHenry Castro3-8/+74
2016-06-19bccu#1893 - [PERFORMANCE] .uno:ViewRowColumnHeaders too slowAshod Nakashian1-23/+22
2016-06-19LOK: Fix cell editing with zoomAshod Nakashian1-2/+2
2016-06-19Use explicit type in std::maxAshod Nakashian1-2/+2
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