summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-05-12if we can't use assert() as intended then use SAL_WARN()Eike Rathke1-2/+2
2016-05-12Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"Eike Rathke1-4/+4
2016-05-12use SAL_WARN()Eike Rathke1-4/+3
2016-05-12if we can't use assert() as intended then use SAL_WARN()Eike Rathke1-4/+4
2016-05-12Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"Eike Rathke1-5/+8
2016-05-12comment the outdated documentationEike Rathke1-2/+4
2016-05-12sc lok: Invalidate the new extended areaPranav Kant1-1/+27
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-8/+5
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-4/+4
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-3/+6
2016-05-12Massage code to avoid warningsStephan Bergmann1-2/+4
2016-05-12tdf#63994 Calc Multiline Input: Create new line with Shift-ReturnSamuel Mehrbrodt1-1/+5
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara6-37/+5
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin2-2/+2
2016-05-11sc: Add new param, DontTerminateEdit, to .uno:SavePranav Kant1-2/+9
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann3-0/+3
2016-05-11Missing break in switchStephan Bergmann1-0/+1
2016-05-11-Werror=strict-overflowJulien Nabet1-1/+1
2016-05-10tdf#99588: Fix radio button groups (and thus up/down key cycle)Katarina Behrens1-15/+7
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas37-0/+68
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann22-50/+62
2016-05-10Harmless missing break in switchStephan Bergmann1-0/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann9-2/+13
2016-05-10assert OpCodeMap and fallback-init maErrRefEike Rathke1-0/+6
2016-05-10use passed rErrRef instead of obtaining resource stringEike Rathke1-3/+3
2016-05-10use passed rErrRef instead of obtaining resource stringEike Rathke1-3/+3
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-21/+86
2016-05-10remove usages of STATIC_ARRAY_END in scJochen Nitschke11-66/+62
2016-05-10Missing break in switchStephan Bergmann1-0/+1
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin3-3/+3
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin3-3/+3
2016-05-09tdf#99479: Delete column with styles resets the 'Apply Style' drop downJulien Nabet1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin53-198/+200
2016-05-08cppcheck: fix some redundantAssignment reportsJulien Nabet3-5/+1
2016-05-07tdf#84394: add testcase and unit testGiuseppe Bilotta2-0/+31
2016-05-07tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta2-4/+27
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin64-414/+382
2016-05-07nuke the old ucalc perf testingMarkus Mohrhard2-335/+0
2016-05-07these static vars are cargo cult copy&pasteMarkus Mohrhard1-9/+1
2016-05-07actually propagate a match expression error, tdf#97831 follow-upEike Rathke1-0/+1
2016-05-07coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-upEike Rathke1-7/+3
2016-05-07coverity#1359229 handle PopDoubleRefOrSingleRef() as usualEike Rathke1-2/+1
2016-05-06Resolves: tdf#86575 for OOXML write plain #REF! if deleted partsEike Rathke1-0/+8
2016-05-06write the [#REF!] as defined in ODFF, tdf#86575 relatedEike Rathke1-1/+2
2016-05-06tdf#99701 Calc multiline input: Give button a fixed widthSamuel Mehrbrodt1-1/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin8-8/+8
2016-05-05gather calls to IterateParametersIfs() in one place, tdf#97831 follow-upEike Rathke2-12/+11