summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-02-05lok: Search result should contain info if it is a 'search all' result.cp-5.0-22Jan Holesovsky1-0/+1
2016-02-04tdf#97150: tdf#94924: If we can't handle strings, don't try to thenTor Lillqvist1-0/+7
2016-02-04Resolves: tdf#93151 handle ExpandRefs and mnColDelta the same as mnRowDeltaEike Rathke1-9/+93
2016-02-03lok: Avoid the 'alien format' warning in LibreOfficeKit.Jan Holesovsky1-0/+7
2016-02-02tdf#96910 : Calc crashes while using "Insert Column Left" for large DocumentsYogesh1-5/+7
2016-02-02tdf#97308: fix logic with conditional "ends with"Julien Nabet1-2/+2
2016-02-02follow-up of tdf#89031Winfried Donkers1-1/+2
2016-01-25sc: build fixAndras Timar1-4/+4
2016-01-22sc lokit: update zoom values to graphic and text selectionHenry Castro1-2/+4
2016-01-21sc lok: Implement unit test for .uno:{Insert,Name,Remove} for sheets.Jan Holesovsky1-4/+16
2016-01-21sc lok: Fix .uno:Remove (removing sheets) to accept a parameter.Jan Holesovsky2-21/+50
2016-01-21sc lok: Fix .uno:Name (renaming sheets) to really accept parameters.Jan Holesovsky2-3/+4
2016-01-20sc: Fix build.Jan Holesovsky1-0/+1
2016-01-19sc lokit: the visible row/column must be 0, when loading a documentHenry Castro1-4/+9
2016-01-19tdf#96198 accept WEEKNUM with only one parameter, tdf#50950 follow-upEike Rathke1-2/+5
2016-01-18tdf#90606 Crash when delete a large part of a column with shift cells leftArul1-6/+15
2016-01-15sc tiled rendering: it's pointless to send selection changes during search allMiklos Vajna1-0/+6
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna2-2/+3
2016-01-13sc: Fix the unit tests.Jan Holesovsky1-1/+2
2016-01-13sc: Further .uno:Insert (inserting a new sheet) tweak.Jan Holesovsky1-2/+4
2016-01-13sc: Make .uno:Insert (inserting a new sheet) always succeed.Jan Holesovsky2-4/+15
2016-01-12sc lokit: refactor setPartHenry Castro4-2/+11
2016-01-08Resolves: tdf#94208 broadcast fill undo (for deleted cells)Eike Rathke1-0/+6
2016-01-04tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl1-0/+1
2015-12-21The sheet no. from .uno:Insert can also equal the current no. of tabsMihai Varga1-1/+1
2015-12-21Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+4
2015-12-13tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis1-7/+24
2015-12-06tdf#83126: Find All: Don't ignore Search Direction Rows/Col optionJulien Nabet1-1/+1
2015-12-06Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke1-2/+3
2015-12-06Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke1-1/+9
2015-11-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers2-2/+2
2015-11-28Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke5-3/+15
2015-11-28Resolves: tdf#89907 do not modify original ScViewData's ScMarkDataEike Rathke1-12/+12
2015-11-28tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens3-9/+51
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna2-2/+2
2015-11-16sc lok: use client zoom for ViewRowColumnHeadersAndrzej Hunt1-0/+5
2015-11-16LOK: calc formula callback + formula bar implementation in gtkMihai Varga1-0/+8
2015-11-16LOK: setClientZoom() - sets the client zoom levelMihai Varga2-1/+20
2015-11-13sc lok: during tiled rendering the cell-cursor is always visibleAndrzej Hunt1-7/+5
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt2-0/+18
2015-11-11Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"Andrzej Hunt3-12/+6
2015-11-10sc lok: add missing commandNameHenry Castro1-0/+1
2015-11-09tdf#92296: Fix off-by-one formatting of text runs on OOXML exportKatarina Behrens2-8/+12
2015-11-06sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt4-5/+63
2015-11-06sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt1-35/+40
2015-11-06sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt3-6/+21
2015-11-06sc lok: Cell Cursor callbackAndrzej Hunt1-3/+28
2015-11-04sc lok: return absolute positions for row/column headersMiklos Vajna1-20/+6
2015-11-04guard boost/property_tree/json_parser.hpp on WNTAndras Timar1-0/+6
2015-11-03read past end of pCellInfoCaolán McNamara2-1/+4