summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Resolves: tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956Eike Rathke1-0/+6
2016-06-13sc lok: limit movement of the cursorHenry Castro3-1/+13
2016-06-13extract function from ScDocument::FillInfoMarkus Mohrhard1-8/+15
2016-06-13sc lok: Add new param to .uno:EnterString to prevent committingPranav Kant2-7/+27
2016-06-13sc lok: catch unhandled exceptionPranav Kant1-1/+15
2016-06-13sc: Don't export in case of invalid rangePranav Kant1-1/+2
2016-06-12sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant1-2/+9
2016-06-12use the ScRefCellValue already available, tdf#97989Markus Mohrhard1-4/+4
2016-06-12build fixAndras Timar1-1/+1
2016-06-12sc tiled rendering: Unit test for extended .uno:SelectRow/ColumnPranav Kant2-0/+69
2016-06-12sc lok bccu#1602: Don't crash when the copy functionality is not allowed.Jan Holesovsky1-1/+1
2016-06-12sc lok bccu#1519: More general solution to detecting cell resizes.Jan Holesovsky2-3/+8
2016-06-12sc: Improve documentation, and a cosmetic change.Jan Holesovsky2-14/+12
2016-06-12sc lok: Extend uno commands: .uno:SelectRow/ColumnPranav Kant5-4/+100
2016-06-12sc lok bccu#1519: Broadcast cell size changes, they affect the document size.Jan Holesovsky1-0/+3
2016-06-12sc lok: Don't interact with the user during .uno:SortAscending or Descending.Jan Holesovsky5-2/+259
2016-06-12ccu#1573 sc lok: fix reporting of hidden row heightMiklos Vajna1-1/+2
2016-06-12sc lok: Notify LibreOfficeKit of empty selectionPranav Kant1-0/+5
2016-06-12sc lok: Handle left mouse button up events for tiled renderingPranav Kant1-0/+8
2016-06-12lok: Search result should contain info if it is a 'search all' result.Jan Holesovsky1-0/+1
2016-06-12lok: Avoid the 'alien format' warning in LibreOfficeKit.Jan Holesovsky1-0/+7
2016-06-12sc lokit: update zoom values to graphic and text selectionHenry Castro1-2/+4
2016-06-12sc lok: Implement unit test for .uno:{Insert,Name,Remove} for sheets.Jan Holesovsky1-4/+16
2016-06-12sc lok: Fix .uno:Remove (removing sheets) to accept a parameter.Jan Holesovsky2-21/+50
2016-06-12sc lok: Fix .uno:Name (renaming sheets) to really accept parameters.Jan Holesovsky2-3/+4
2016-06-12sc: Fix build.Jan Holesovsky1-0/+1
2016-06-12sc lokit: the visible row/column must be 0, when loading a documentHenry Castro1-4/+9
2016-06-12sc tiled rendering: it's pointless to send selection changes during search allMiklos Vajna1-0/+6
2016-06-12editeng: handle SdrModel::isTiledSearching()Miklos Vajna2-2/+3
2016-06-12sc: Fix the unit tests.Jan Holesovsky1-1/+2
2016-06-12sc: Further .uno:Insert (inserting a new sheet) tweak.Jan Holesovsky1-2/+4
2016-06-12sc: Make .uno:Insert (inserting a new sheet) always succeed.Jan Holesovsky2-3/+14
2016-06-12sc lokit: refactor setPartHenry Castro4-17/+11
2016-06-12The sheet no. from .uno:Insert can also equal the current no. of tabsMihai Varga1-1/+1
2016-06-11tdf#97340 : Handle autofilter search for dates correctlyDennis Francis2-27/+152
2016-06-11tdf#100257 - Data : XML Source does not workNoel Grandin2-11/+21
2016-06-11Resolves: tdf#89186 descend into dimension children to obtain leaf resultEike Rathke1-0/+18
2016-06-11Resolves: tdf#88237 crash without java but with nlp solver installedCaolán McNamara1-14/+21
2016-06-03Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...Caolán McNamara5-5/+24
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti8-0/+63
2016-05-31tdf#84411 - OpenCL: S/W interpreter throws std::out_of_range errorMarco Cecchetti1-0/+4
2016-05-31we need the space="preserve" also for formatted strings, tdf#96912Markus Mohrhard1-1/+1
2016-05-31Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheetsEike Rathke1-0/+4
2016-05-26tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke4-32/+192
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara2-0/+10
2016-05-23Resolves: tdf#93101 handle external references and propagate errorEike Rathke3-16/+112
2016-05-20Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to doEike Rathke1-6/+47
2016-05-20use vector replication for single row/column arraysEike Rathke1-6/+6
2016-05-20handle svExternalDoubleRef just the same as svMatrix in MATCHEike Rathke1-4/+0
2016-05-20always use GetNewMat() in interpreter context instead of plain ScFullMatrix()Eike Rathke1-3/+3