summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-1022-50/+62
* Harmless missing break in switchStephan Bergmann2016-05-101-0/+1
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-109-2/+13
* assert OpCodeMap and fallback-init maErrRefEike Rathke2016-05-101-0/+6
* use passed rErrRef instead of obtaining resource stringEike Rathke2016-05-101-3/+3
* use passed rErrRef instead of obtaining resource stringEike Rathke2016-05-101-3/+3
* sc lok: Extend the spreadsheet area when we are "close enough" to the end.Jan Holesovsky2016-05-101-5/+6
* sc lok: Move the handling of the area back to GetTiledRenderingArea().Jan Holesovsky2016-05-105-13/+32
* sc lok: set a limit for tiled column and rowHenry Castro2016-05-109-21/+86
* remove usages of STATIC_ARRAY_END in scJochen Nitschke2016-05-1011-66/+62
* Missing break in switchStephan Bergmann2016-05-101-0/+1
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-093-3/+3
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-093-3/+3
* tdf#99479: Delete column with styles resets the 'Apply Style' drop downJulien Nabet2016-05-091-1/+1
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-0953-198/+200
* cppcheck: fix some redundantAssignment reportsJulien Nabet2016-05-083-5/+1
* tdf#84394: add testcase and unit testGiuseppe Bilotta2016-05-072-0/+31
* tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta2016-05-072-4/+27
* clang-tidy modernize-loop-convert in scNoel Grandin2016-05-0764-414/+382
* nuke the old ucalc perf testingMarkus Mohrhard2016-05-072-335/+0
* these static vars are cargo cult copy&pasteMarkus Mohrhard2016-05-071-9/+1
* actually propagate a match expression error, tdf#97831 follow-upEike Rathke2016-05-071-0/+1
* coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-upEike Rathke2016-05-071-7/+3
* coverity#1359229 handle PopDoubleRefOrSingleRef() as usualEike Rathke2016-05-071-2/+1
* Resolves: tdf#86575 for OOXML write plain #REF! if deleted partsEike Rathke2016-05-061-0/+8
* write the [#REF!] as defined in ODFF, tdf#86575 relatedEike Rathke2016-05-061-1/+2
* tdf#99701 Calc multiline input: Give button a fixed widthSamuel Mehrbrodt2016-05-061-1/+2
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-068-8/+8
* gather calls to IterateParametersIfs() in one place, tdf#97831 follow-upEike Rathke2016-05-052-12/+11
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-049-4/+120
* Resolves: tdf#94146 a11y crash, obtain formula using the correct pointerEike Rathke2016-05-041-1/+2
* Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann2016-05-0421-201/+193
* use Any constructor instead of temporariesNoel Grandin2016-05-0414-129/+51
* tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers2016-05-041-18/+2
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+1
* underline popup control possible to use outside sidebarSzymon Kłos2016-05-041-0/+2
* loplugin:implicitboolconversionStephan Bergmann2016-05-041-2/+2
* Correct value types for the respective function objects.Kohei Yoshida2016-05-041-6/+6
* Replace namespace ScErrorCodes with formula...Kohei Yoshida2016-05-0422-166/+164
* NameToken with Sheet instead of boolean GlobalEike Rathke2016-05-032-10/+6
* tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas2016-05-033-0/+4
* IFS/SWITCH propagate error only for active paths, tdf#97831 follow-upEike Rathke2016-05-032-2/+12
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-038-2/+264
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-14/+9
* Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-1/+1
* Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2016-05-032-3/+2
* Remove Edit -> Plug-in as no longer usedBryan Quigley2016-05-031-1/+0
* silence ScTableRefToken::GetSheet() SAL_WARN about unhandledEike Rathke2016-05-021-1/+13
* unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERSEike Rathke2016-05-022-0/+78
* Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERSEike Rathke2016-05-021-1/+8