summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers9-4/+120
2016-05-04Resolves: tdf#94146 a11y crash, obtain formula using the correct pointerEike Rathke1-1/+2
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann21-201/+193
2016-05-04use Any constructor instead of temporariesNoel Grandin14-129/+51
2016-05-04tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers1-18/+2
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos1-0/+2
2016-05-04loplugin:implicitboolconversionStephan Bergmann1-2/+2
2016-05-04Correct value types for the respective function objects.Kohei Yoshida1-6/+6
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida22-166/+164
2016-05-03NameToken with Sheet instead of boolean GlobalEike Rathke2-10/+6
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas3-0/+4
2016-05-03IFS/SWITCH propagate error only for active paths, tdf#97831 follow-upEike Rathke2-2/+12
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers8-2/+264
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-14/+9
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann1-1/+1
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2-3/+2
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley1-1/+0