summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Revert "crashtestig: infinite recurse in ooo32833-1.sxc"Eike Rathke1-4/+1
2015-10-25fraction assert kills Android viewer when viewing e.g. a ods with just a noteChristian Lohmaier1-2/+4
2015-10-24tdf#95220: Check if DrawingLayer is not nullptrMike Kaganski1-1/+1
2015-10-24unit test for MDETERM() tdf#32834Dennis Francis2-0/+42
2015-10-24tdf#32834 : improve the precision of MDETERM calculationDennis Francis1-4/+5
2015-10-23tdf#89387 test for TTEST functionƁukasz Hryniuk2-0/+107
2015-10-23tdf#80231 sort including formats - ranges with merged column labelsSahas1-12/+12
2015-10-23tdf#94485 Lower Calc background spellchecker prioJan-Marek Glogowski1-1/+1
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis4-2/+13
2015-10-22loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-22be precise in what area to insert the matrix formulaEike Rathke1-1/+1
2015-10-22unit test for tdf#95226Eike Rathke1-0/+36
2015-10-22sc: implement vcl::ITiledRenderable::getWindow()Miklos Vajna2-0/+14
2015-10-22Why check that resValue != oldValueStephan Bergmann1-2/+1
2015-10-21make our pivot table export a bit betterMarkus Mohrhard1-1/+15
2015-10-21Resolves: tdf#95226 fix broken IFERROR/IFNA array logicEike Rathke1-2/+3
2015-10-21refactor out some com::sun::star typedefsNoel Grandin13-90/+59
2015-10-21boost::ptr_vector -> std::vectorNoel Grandin2-13/+5
2015-10-21remove untyped Link<>Noel Grandin2-28/+18
2015-10-20Avoid some confusing uses of "document name" instead of "document URL"Stephan Bergmann1-3/+1
2015-10-20adapt comments to realityEike Rathke1-6/+6
2015-10-20Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinksEike Rathke4-11/+46
2015-10-20loplugin:defaultparamsStephan Bergmann58-115/+110
2015-10-20tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann47-105/+102
2015-10-19tdf#94908 : Autofilter ok button is blockedDennis Francis1-0/+3
2015-10-19Seems that people prefer this to be CPPUNIT_ASSERT() instead of assert()Tor Lillqvist1-11/+8
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin2-9/+9
2015-10-19cleanup some local var declarationsNoel Grandin3-11/+11
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin3-4/+22
2015-10-19remove unused header fileNoel Grandin1-94/+0
2015-10-19convert Link<> to typedNoel Grandin4-9/+8
2015-10-19Revert "cppcheck:duplInheritedMember"Noel Grandin3-22/+4
2015-10-19cppcheck:duplInheritedMemberNoel Grandin3-4/+22
2015-10-18tdf#94924: If we can't handle strings, don't try to thenTor Lillqvist1-0/+7
2015-10-17ignore "current document" values at module level, tdf#92256 follow-upEike Rathke1-1/+13
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens9-21/+108
2015-10-16tdf#39468 translated german comments in tabvwsh9.cxxAlbert Thuswaldner1-1/+1
2015-10-16tdf#39468 translated german comments in tabvwsh3.cxxAlbert Thuswaldner1-39/+39
2015-10-16tdf#39468 translated german comments in tabvwsh8.cxxAlbert Thuswaldner1-7/+7
2015-10-16use rtl::toAsciiUpperCase() instead of home baked lcl_toupper()Eike Rathke1-13/+4
2015-10-16don not use libc toupper() because it might yield unexpected resultsEike Rathke1-4/+13
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky7-14/+14
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky13-24/+24
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky13-24/+24
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky7-14/+14
2015-10-16convert Link<> to typedNoel Grandin67-312/+254
2015-10-16unit tests for formula error propagation, tdf#94869 relatedEike Rathke2-0/+77
2015-10-16Resolves: tdf#94869 propagate error from scalar double to matrixEike Rathke1-1/+8
2015-10-15add test for tdf#88179Markus Mohrhard2-0/+33