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