summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-05-10Missing break in switchStephan Bergmann
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-09tdf#99479: Delete column with styles resets the 'Apply Style' drop downJulien Nabet
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-08cppcheck: fix some redundantAssignment reportsJulien Nabet
2016-05-07tdf#84394: add testcase and unit testGiuseppe Bilotta
2016-05-07tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-07nuke the old ucalc perf testingMarkus Mohrhard
2016-05-07these static vars are cargo cult copy&pasteMarkus Mohrhard
2016-05-07actually propagate a match expression error, tdf#97831 follow-upEike Rathke
2016-05-07coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-upEike Rathke
2016-05-07coverity#1359229 handle PopDoubleRefOrSingleRef() as usualEike Rathke
2016-05-06Resolves: tdf#86575 for OOXML write plain #REF! if deleted partsEike Rathke
2016-05-06write the [#REF!] as defined in ODFF, tdf#86575 relatedEike Rathke
2016-05-06tdf#99701 Calc multiline input: Give button a fixed widthSamuel Mehrbrodt
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-05gather calls to IterateParametersIfs() in one place, tdf#97831 follow-upEike Rathke
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-04Resolves: tdf#94146 a11y crash, obtain formula using the correct pointerEike Rathke
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos
2016-05-04loplugin:implicitboolconversionStephan Bergmann
2016-05-04Correct value types for the respective function objects.Kohei Yoshida
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2016-05-03NameToken with Sheet instead of boolean GlobalEike Rathke
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas
2016-05-03IFS/SWITCH propagate error only for active paths, tdf#97831 follow-upEike Rathke
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley
2016-05-02silence ScTableRefToken::GetSheet() SAL_WARN about unhandledEike Rathke
2016-05-02unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERSEike Rathke
2016-05-02Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERSEike Rathke
2016-05-01Fix typo in codeAndrea Gelmini
2016-05-01add test for tdf#98990Markus Mohrhard
2016-04-30ignore missing children, tdf#99422Markus Mohrhard
2016-04-30Fix typosAndrea Gelmini
2016-04-30Resolves: tdf#76523 copy used names or pointing to sheet to other documentEike Rathke
2016-04-30unit test for copying names not used in formulas during sheet-copyEike Rathke
2016-04-30during copying sheet copy all global and sheet-local names pointing to itEike Rathke
2016-04-30introduce ScRangeName::CopyUsedNames()Eike Rathke
2016-04-29coverity#1358842 Missing break in switch, presumably there should be oneCaolán McNamara
2016-04-29tdf#97831 follow up improve error handlingWinfried Donkers