summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini3-4/+4
2016-02-06Fix typosAndrea Gelmini3-3/+3
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin13-44/+21
2016-02-06cppcheck:unreadVariableNoel Grandin4-5/+2
2016-02-06cppcheck:redundantAssignmentNoel Grandin6-12/+4
2016-02-06Fix typosAndrea Gelmini3-3/+3
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin5-12/+12
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2016-02-06speed up Java unit tests by removing sleepsNoel Grandin1-7/+7
2016-02-05\<the the\> -> theJan Holesovsky2-2/+2
2016-02-05Typo: emty->emptyJulien Nabet1-1/+1
2016-02-05loplugin:loopvartoosmallNoel Grandin4-4/+4
2016-02-05convert INVERT flags to scoped enumNoel Grandin1-2/+2
2016-02-05convert STARTTRACK constants to scoped enumNoel Grandin2-2/+2
2016-02-05convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
2016-02-05convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-1/+1
2016-02-05convert SCROLL constants to scoped enumNoel Grandin1-1/+1
2016-02-05convert INVALIDATE constants to scoped enumNoel Grandin1-2/+2
2016-02-05convert SHOW constants to scoped enumNoel Grandin1-1/+1
2016-02-05loplugin:constantfunctionNoel Grandin9-39/+2
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