summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-12-02Avoid clang-cl -Werror,-Wbitfield-constant-conversionStephan Bergmann1-4/+4
2015-12-01Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke1-2/+3
2015-12-01sc interpreter: Improve the unit test for S/W Interpreter.Jan Holesovsky2-15/+36
2015-12-01sc unit tests: Prefix the format names.Jan Holesovsky8-498/+497
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 Holesovsky3-208/+206
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky5-15/+34
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 Francis4-1/+32
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 Grandin2-8/+51
2015-11-30loplugin:unusedfieldsNoel Grandin14-25/+8
2015-11-30loplugin:unusedfieldsNoel Grandin5-11/+7
2015-11-28Fix wrong use of toolbarseperator in shape toolbarsYousuf Philips2-3/+3
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-25sc: improve vba macro debugging output.Michael Meeks1-1/+1
2015-11-25sc: force vba events ordering.Michael Meeks1-0/+5
2015-11-25loplugin:unusedfields variousNoel Grandin6-17/+9
2015-11-25store custom icon set info into ODFMarkus Mohrhard1-0/+17
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin10-64/+56
2015-11-25Revert "Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0A"Eike Rathke1-1/+1
2015-11-24Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0AEike Rathke1-1/+1
2015-11-24never push an error instead of the ScJumpMatrixTokenEike Rathke1-1/+1
2015-11-24sc: -Werror=unused-parameterMiklos Vajna1-60/+60
2015-11-24sc: Implement Software Interpreter subsetting, similarly to openCL one.Jan Holesovsky3-0/+28
2015-11-24sc: Implement ScVectorRefMatrix.Jan Holesovsky4-53/+696
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky20-260/+488
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara3-18/+18
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-2/+2
2015-11-23loplugin:unusedfields in scNoel Grandin53-190/+68
2015-11-21tdf#83126: Find All: Don't ignore Search Direction Rows/Col optionJulien Nabet1-1/+1
2015-11-21unit test testMatrixConditionalBooleanResultEike Rathke2-0/+27
2015-11-21solve 6/8 cases of the dreaded conditional logical format in matrix resultsEike Rathke1-7/+40
2015-11-20sc: One more place needed when one wants to enable the S/W interpreter.Jan Holesovsky2-3/+3
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-2/+2
2015-11-20fix buildNoel Grandin1-2/+0
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt7-15/+15
2015-11-20Remove redundant toolbar:style="radio" propertySamuel Mehrbrodt3-9/+9