summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-11-16new loplugin finalprotectedNoel Grandin
2016-11-15tdf#96475 PutFormulaCell: any other cell than formula is utter nonsenseEike Rathke
2016-11-15tdf#96475 sort error result between text and empty cellEike Rathke
2016-11-15Spurious whitespace at end of lineStephan Bergmann
2016-11-15tdf#96099 Reduce no of typedefs used for trivial containersChamal
2016-11-15loplugin:constantparamNoel Grandin
2016-11-15sc-perf: HasAttrChanged: save unnecessary calls to SfxItemPool::Get()Eike Rathke
2016-11-14avoid reallocating if allocating once is enoughEike Rathke
2016-11-14loplugin:unusedmethodsNoel Grandin
2016-11-14ScFormulaCell::Notify: bail out early in doc dtorEike Rathke
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara
2016-11-13drop extra semicolonsDavid Tardon
2016-11-12Actually this should be MAXROWCOUNT.Kohei Yoshida
2016-11-12Address warning from the MSVC compiler.Kohei Yoshida
2016-11-12loplugin:staticmethodsKohei Yoshida
2016-11-12loplugin:stringconstantKohei Yoshida
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida
2016-11-12Keep loplugin:staticmethods happy.Kohei Yoshida
2016-11-12Dump the other block types as well.Kohei Yoshida
2016-11-12Let's not dump formula results.Kohei Yoshida
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida
2016-11-12accidentally kept always scroll test enabled.. tdf#46200 follow-upEike Rathke
2016-11-12tdf#69981 - sc: blank empty cells in TextToColumnsTamás Gulácsi
2016-11-12Aviod memory leak in ScInterpreter::ScIntersect()Mike Kaganski
2016-11-12Guarantee that InterpretFormulaGroup() is always called first.Kohei Yoshida
2016-11-12Resolves: tdf#93415 use proper sheet separator in ADDRESS A1 notationEike Rathke
2016-11-11Dump the formula string here which is also useful.Kohei Yoshida
2016-11-11sc: OUString cleanupMichael Stahl
2016-11-11tdf#46200 Use the Scroll Lock key as a toggling lock key like ExcelAbhilash Singh
2016-11-11tdf#103632 - sc: tolerate OOB sort fields from UNO API.Michael Meeks
2016-11-11tdf#101299 : do not show merge cells context menu for the trivial caseDennis Francis
2016-11-11tdf#101042 Fix for frozen windows in ExcelBartosz Kosiorek
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-10Make sure we pass the top-left corner address.Kohei Yoshida
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe
2016-11-09assert a supposed-to-be-fixed condition, tdf#89957 relatedEike Rathke
2016-11-09Resolves: tdf#103689 do not slice 3D area broadcasters into separate sheetsEike Rathke
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-08Ensure that the string array is null when no strings present.Kohei Yoshida
2016-11-08try and auto-silence coverity#1394273 Use after freeCaolán McNamara
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara