summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2015-12-12tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis1-7/+24
2015-12-12tdf#96339 fix bug in sort listNoel Grandin4-20/+35
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke2-1/+12
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke12-39/+162
2015-12-11sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky2-250/+83
2015-12-11sc: Prefix members of ScInputBarGroup.Jan Holesovsky2-71/+71
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin2-4/+4
2015-12-10tdf#93263: Take function mask from ScPivotFieldKatarina Behrens2-3/+11
2015-12-10sticky end only if it already was a range on the same axis, tdf#92779Eike Rathke1-2/+2
2015-12-10Missing includeStephan Bergmann1-0/+4
2015-12-10s/dobble/doubleTor Lillqvist2-3/+3
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann7-15/+15
2015-12-09display as entire col/row also if both anchors relative, tdf#92779Eike Rathke1-5/+19
2015-12-09coverity#1341778 Logically dead codeCaolán McNamara1-10/+4
2015-12-09sticky end col/row anchor for range references, tdf#92779Eike Rathke4-32/+214
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann3-13/+8
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-1/+2
2015-12-08tdf#96202 Revert accelerator back to 'I'Yousuf Philips1-1/+1
2015-12-08loplugin:nullptrStephan Bergmann1-6/+6
2015-12-07loplugin:defaultparamsStephan Bergmann1-5/+5
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis5-11/+370
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2-2/+0
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin1-1/+1
2015-12-03use comphelper::containerToSequence()Noel Grandin1-5/+2
2015-12-03coverity#1341507 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-12-01Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke1-2/+3
2015-12-01sc interpreter: Don't throw when we hit something not yet implemented.Jan Holesovsky1-133/+220
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky2-202/+193
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky4-15/+33
2015-12-01Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke1-7/+16
2015-12-01add DebugCalculationEntry::mnGroupEike Rathke1-5/+26
2015-12-01add DebugCalculationEntry::mnRecursionEike Rathke1-7/+11
2015-12-01add DebugCalculation::storeResultError()Eike Rathke1-3/+11
2015-12-01cppcheck: memleakTakeshi Abe1-3/+2
2015-12-01fix memory leaks on loading and saving an ods fileDennis Francis3-0/+25
2015-12-01tdf#95990 - Calc is crashed when you double click on function in SidebaNoel Grandin1-3/+6
2015-11-30number format keys are sal_uInt32, so use itEike Rathke3-12/+12
2015-11-30tdf#66668 - FILESAVE: Saving an XLSX file freezes CalcNoel Grandin1-7/+50
2015-11-30loplugin:unusedfieldsNoel Grandin13-24/+7
2015-11-30loplugin:unusedfieldsNoel Grandin5-11/+7
2015-11-28Missing includeStephan Bergmann1-0/+4
2015-11-27use SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-41/+2
2015-11-27use SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-16/+2
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2-5/+0
2015-11-26TableRef: write <tableParts> before <extLst>, resolves tdf#96049Eike Rathke3-15/+18
2015-11-26test for IsMouseCaptured before releasing mouseCaolán McNamara1-2/+2
2015-11-25coverity#1340224 Logically dead codeCaolán McNamara1-0/+1
2015-11-25loplugin:unusedfields variousNoel Grandin5-12/+9
2015-11-25store custom icon set info into ODFMarkus Mohrhard1-0/+17