summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-12-27fdo#72874: Strip const-ness from pointer value when setting it to storage.Kohei Yoshida3-4/+50
2013-12-27cppcheck: fix 2 consecutive breaksJulien Nabet1-1/+0
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás3-51/+6
2013-12-26add test case for fdo#72999Markus Mohrhard3-0/+4
2013-12-26fix handling of range parameters in COUNT, fdo#72999Markus Mohrhard1-1/+1
2013-12-23Moved buttons columns to the bottom rowAlexander Wilms3-11/+14
2013-12-23GPU Calc: Optimized CHISQINVhongyu zhong1-0/+40
2013-12-23GPU Calc: Optimized ACOSyangzhang2-1/+8
2013-12-23GPU Calc: Optimized ASINyangzhang2-1/+8
2013-12-23GPU Calc: Optimized ATAN2yangzhang3-1/+37
2013-12-23GPU Calc: Fix Bug of TBILLYIELD&TBILLEQyiming ju2-12/+58
2013-12-23GPU Calc: Optimized DDBminwang1-54/+55
2013-12-23GPU Calc: Optimized PRICEDISCmulei2-44/+2
2013-12-23GPU Calc: Optimized PPMTmulei1-88/+49
2013-12-23GPU Calc: Optimized GAMMADISTmingli1-60/+90
2013-12-23GPU Calc: fix the bug of wrong test case forWei Wei2-0/+0
2013-12-23convert validity tabdialog to .uiCaolán McNamara11-97/+218
2013-12-23TyposJulien Nabet3-4/+4
2013-12-22I apparently overwrote the optimal row height dialog with anotherCaolán McNamara2-8/+64
2013-12-22Resolves: #i123323# Fix typo in English string (concatentation)Andrea Pescetti1-1/+1
2013-12-22Fix other typosJulien Nabet1-1/+1
2013-12-21GPU Calc: temporarily disable Kombin unit testI-Jui (Ray) Sung1-1/+4
2013-12-21build fixAndras Timar1-1/+2
2013-12-21GPU Calc: log line number on OpenCL exceptionsI-Jui (Ray) Sung3-48/+53
2013-12-20We have these _xlfn. and _xlfnodf. internal prefixes. Check for __.Kohei Yoshida1-1/+9
2013-12-20Let's make it available in experimental mode only.Kohei Yoshida1-0/+9
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida4-2/+44
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky3-0/+19
2013-12-20Put all these back in...Kohei Yoshida1-2/+11
2013-12-20Call Yield() to unblock the main thread when refreshing.Kohei Yoshida1-9/+2
2013-12-20resolved fdo#72922 write loext:vertical-justifyEike Rathke1-2/+2
2013-12-20Resolves: #i91439# copy key modifiers as wellJürgen Schmidt1-0/+2
2013-12-20prepare to read loext:vertical-justify, fdo#72922Eike Rathke1-1/+5
2013-12-20-Werror=unused-variableMatúš Kukan2-3/+2
2013-12-20typo fixesAndras Timar11-14/+14
2013-12-20Resolves: fdo#72682 text field doesn't horizontally expandCaolán McNamara1-8/+12
2013-12-20convert solver no solution dialog to .uiCaolán McNamara9-120/+103
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara15-408/+658
2013-12-20WaE: statement aligned ... [loplugin]Tor Lillqvist2-2/+2
2013-12-20Remaining -Werror=unused-variable fixes to get sc build againMiklos Vajna1-58/+0
2013-12-20-Werror=unused-variableMiklos Vajna3-102/+0
2013-12-20-Werror=shadowMiklos Vajna1-5/+5
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2-9/+9
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-3/+3
2013-12-19GPU Calc: Optimized TESTshiming zhang2-61/+62
2013-12-19GPU Calc: unit test cases for besseljshiming zhang2-0/+27
2013-12-19GPU Calc: implemented besseljshiming zhang4-0/+239
2013-12-19GPU Calc: unit test cases for SUMIFfengzeng3-0/+25
2013-12-19GPU Calc: implemented SUMIFfengzeng3-0/+162
2013-12-19GPU Calc: Fix bug of TRUNCfengzeng1-6/+9