summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-06-20fdo#71076: Write test for this.Kohei Yoshida3-2/+28
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida19-49/+115
2014-06-19rhbz#1111216 allow to export an empty sheet to PDFDavid Tardon1-1/+1
2014-06-19coverity#988426 Explicit null dereferencedCaolán McNamara1-7/+2
2014-06-19coverity#983728 Uncaught exceptionCaolán McNamara1-4/+14
2014-06-18loplugin:saloverrideMatúš Kukan1-1/+1
2014-06-17fdo#40067: Fix for importing white space in strings (XLSX).Robin Kumar1-0/+1
2014-06-17coverity#736887 Unintended sign extensionCaolán McNamara2-10/+12
2014-06-17coverity#706049 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-17coverity#706047 Unintended sign extensionCaolán McNamara1-1/+1
2014-06-17coverity#706041 Unintended sign extensionCaolán McNamara2-9/+11
2014-06-17coverity#706038 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-17coverity#1223091 Uncaught exceptionCaolán McNamara2-3/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin114-509/+120
2014-06-17GPU Calc:Support nested formulae expansion for simple nestedhaochen4-75/+142
2014-06-17document must be set modified when range name is defined, fdo#79451Markus Mohrhard1-0/+1
2014-06-16Cache table entry may be null. Let's not assume it's always non-null.Kohei Yoshida1-5/+11
2014-06-13unit test for ForcedArray matrix error propagation, fdo#79978Eike Rathke1-0/+5
2014-06-13loplugin:staticcallStephan Bergmann25-37/+37
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke3-8/+20
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+1
2014-06-13coverity#706945 Uncaught exceptionCaolán McNamara2-2/+4
2014-06-13coverity#707016 Uncaught exceptionCaolán McNamara2-2/+2
2014-06-12put the add/modify/delete line below the rangeCaolán McNamara1-57/+57
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida2-1/+15
2014-06-12left align add/remove buttonsCaolán McNamara1-16/+12
2014-06-12Put conditional add/remove buttons above the range selector...Caolán McNamara1-19/+19
2014-06-12false warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2014-06-12GPU Calc:Add more judge for NAN in SingleVector parameterhaochen1-4/+4
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann35-116/+116
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann32-101/+101
2014-06-10Dead codeStephan Bergmann1-59/+0
2014-06-10loplugin:bodynotinblockStephan Bergmann1-3/+3
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann32-117/+117
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-11/+0
2014-06-10coverity#704261 Logically dead codeCaolán McNamara1-0/+3
2014-06-10coverity#1187709 Uncaught exceptionCaolán McNamara2-2/+3
2014-06-10fix assertMarkus Mohrhard1-1/+4
2014-06-10GPU Calc:Support default 2nd parameter in ROUNDhaochen2-5/+13
2014-06-10GPU Calc:Support 3rd parameter in FLOORhaochen3-94/+79
2014-06-10GPU Calc:Support IF formula in GPUInterprethaochen3-0/+63
2014-06-10GPU Calc:Support string arguments in VLookuphaochen5-35/+124
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+5
2014-06-10coverity#1187810 Uncaught exceptionCaolán McNamara2-3/+4
2014-06-10fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.Matúš Kukan1-0/+12
2014-06-10Do not use GetSdrUndoFactory() in sc.Matúš Kukan2-4/+4
2014-06-10coverity#706877 Uncaught exceptionCaolán McNamara2-5/+6
2014-06-10fix invalid memory access related to temporary objectMarkus Mohrhard1-1/+2
2014-06-10don't use temporary objectMarkus Mohrhard2-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin119-679/+150