summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-10-21boost::ptr_vector -> std::vectorNoel Grandin
2015-10-21remove untyped Link<>Noel Grandin
2015-10-20Avoid some confusing uses of "document name" instead of "document URL"Stephan Bergmann
2015-10-20adapt comments to realityEike Rathke
2015-10-20Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinksEike Rathke
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-20tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19tdf#94908 : Autofilter ok button is blockedDennis Francis
2015-10-19Seems that people prefer this to be CPPUNIT_ASSERT() instead of assert()Tor Lillqvist
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin
2015-10-19remove unused header fileNoel Grandin
2015-10-19convert Link<> to typedNoel Grandin
2015-10-19Revert "cppcheck:duplInheritedMember"Noel Grandin
2015-10-19cppcheck:duplInheritedMemberNoel Grandin
2015-10-18tdf#94924: If we can't handle strings, don't try to thenTor Lillqvist
2015-10-17ignore "current document" values at module level, tdf#92256 follow-upEike Rathke
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens
2015-10-16tdf#39468 translated german comments in tabvwsh9.cxxAlbert Thuswaldner
2015-10-16tdf#39468 translated german comments in tabvwsh3.cxxAlbert Thuswaldner
2015-10-16tdf#39468 translated german comments in tabvwsh8.cxxAlbert Thuswaldner
2015-10-16use rtl::toAsciiUpperCase() instead of home baked lcl_toupper()Eike Rathke
2015-10-16don not use libc toupper() because it might yield unexpected resultsEike Rathke
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-16convert Link<> to typedNoel Grandin
2015-10-16unit tests for formula error propagation, tdf#94869 relatedEike Rathke
2015-10-16Resolves: tdf#94869 propagate error from scalar double to matrixEike Rathke
2015-10-15add test for tdf#88179Markus Mohrhard
2015-10-15store external range names in the cache, td#88179Markus Mohrhard
2015-10-15WaE: variable set but not used, in NDEBUG buildTor Lillqvist
2015-10-15tdf#94924: Fix thinko from bdef079b39d273d2985d360a52597672c96b43fcTor Lillqvist
2015-10-15tdf#94924: Add a more systematic OpenCL unit testTor Lillqvist
2015-10-15tdf#94924: Return correct result 0 from OpenCL MIN and MAX when all args emptyTor Lillqvist
2015-10-15tdf#94924: Return correct #DIV/0! error from AVERAGE in the OpenCL caseTor Lillqvist
2015-10-15tdf#94924: Fix handling of empty cells in OpenCL divisionTor Lillqvist
2015-10-15tdf#94924: Fix handling of empty cells in OpenCL subtractionTor Lillqvist
2015-10-15tdf#93044 - fix silly calc copy/paste lifecycle issue.Michael Meeks
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-15convert Link<> to typedNoel Grandin
2015-10-14tdf#93318 reintroduce first/last button in Calc tab barTomaž Vajngerl
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks
2015-10-14java:remove unused importsNoel Grandin
2015-10-14coverity#1326130 Logically dead codeCaolán McNamara
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna
2015-10-14unit test for tdf#94514Eike Rathke