summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2015-12-15Prefix members with 'm'Tor Lillqvist
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-12-14tdf#96447 : Show correct borders in border editor when multimarkedDennis Francis
2015-12-14tdf#34094 : Allow column and row selections while creating a formulaDennis Francis
2015-12-14tdf#93837 Convert some Calc context menus to xmlMaxim Monastirsky
2015-12-12tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis
2015-12-12tdf#96339 fix bug in sort listNoel Grandin
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke
2015-12-11sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky
2015-12-11sc: Prefix members of ScInputBarGroup.Jan Holesovsky
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-12-10tdf#93263: Take function mask from ScPivotFieldKatarina Behrens
2015-12-10sticky end only if it already was a range on the same axis, tdf#92779Eike Rathke
2015-12-10Missing includeStephan Bergmann
2015-12-10s/dobble/doubleTor Lillqvist
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-09display as entire col/row also if both anchors relative, tdf#92779Eike Rathke
2015-12-09coverity#1341778 Logically dead codeCaolán McNamara
2015-12-09sticky end col/row anchor for range references, tdf#92779Eike Rathke
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl
2015-12-08tdf#96202 Revert accelerator back to 'I'Yousuf Philips
2015-12-08loplugin:nullptrStephan Bergmann
2015-12-07loplugin:defaultparamsStephan Bergmann
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
2015-12-03use comphelper::containerToSequence()Noel Grandin
2015-12-03coverity#1341507 Uninitialized pointer fieldCaolán McNamara
2015-12-01Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke
2015-12-01sc interpreter: Don't throw when we hit something not yet implemented.Jan Holesovsky
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky
2015-12-01Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke
2015-12-01add DebugCalculationEntry::mnGroupEike Rathke
2015-12-01add DebugCalculationEntry::mnRecursionEike Rathke
2015-12-01add DebugCalculation::storeResultError()Eike Rathke
2015-12-01cppcheck: memleakTakeshi Abe
2015-12-01fix memory leaks on loading and saving an ods fileDennis Francis
2015-12-01tdf#95990 - Calc is crashed when you double click on function in SidebaNoel Grandin
2015-11-30number format keys are sal_uInt32, so use itEike Rathke
2015-11-30tdf#66668 - FILESAVE: Saving an XLSX file freezes CalcNoel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-28Missing includeStephan Bergmann
2015-11-27use SvNumberFormatter::GetFormatStringForExcel()Eike Rathke
2015-11-27use SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin