summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-15store external range names in the cache, td#88179Markus Mohrhard2-2/+26
2015-10-15WaE: variable set but not used, in NDEBUG buildTor Lillqvist1-0/+3
2015-10-15tdf#94924: Fix thinko from bdef079b39d273d2985d360a52597672c96b43fcTor Lillqvist1-7/+0
2015-10-15tdf#94924: Add a more systematic OpenCL unit testTor Lillqvist2-0/+94
2015-10-15tdf#94924: Return correct result 0 from OpenCL MIN and MAX when all args emptyTor Lillqvist1-5/+24
2015-10-15tdf#94924: Return correct #DIV/0! error from AVERAGE in the OpenCL caseTor Lillqvist1-1/+5
2015-10-15tdf#94924: Fix handling of empty cells in OpenCL divisionTor Lillqvist1-8/+4
2015-10-15tdf#94924: Fix handling of empty cells in OpenCL subtractionTor Lillqvist1-7/+2
2015-10-15tdf#93044 - fix silly calc copy/paste lifecycle issue.Michael Meeks1-1/+1
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin4-8/+4
2015-10-15convert Link<> to typedNoel Grandin6-9/+19
2015-10-14tdf#93318 reintroduce first/last button in Calc tab barTomaž Vajngerl1-2/+2
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks8-14/+38
2015-10-14java:remove unused importsNoel Grandin1-3/+0
2015-10-14coverity#1326130 Logically dead codeCaolán McNamara1-4/+1
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna1-1/+2
2015-10-14unit test for tdf#94514Eike Rathke1-0/+4
2015-10-14Assume util.ValueComparer.equalValue is precise enough hereStephan Bergmann1-9/+3
2015-10-14tdf#95041 Fix sidebar node namesSamuel Mehrbrodt1-1/+1
2015-10-14These places apparently want to unbox a value boxed as an AnyStephan Bergmann1-36/+9
2015-10-14casting before calling getClass() is a waste of timeNoel Grandin1-5/+2
2015-10-14convert Link<> to typedNoel Grandin5-9/+7
2015-10-13Resolves: tdf#94514 more restrictive check on end of column specifierEike Rathke1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-13cppcheck:variableScopeNoel Grandin3-7/+5
2015-10-12Related tdf#93688: save CalcA1|ExcelA1 also as a global optionKatarina Behrens1-0/+4
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann559-7861/+7861
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann37-83/+83
2015-10-12tdf#39468 translated german comments in tabvwsh2.cxxAlbert Thuswaldner1-18/+18
2015-10-12tdf#39468 additional comments translated in dbfunc3.cxx and grindwin.cxxAlbert Thuswaldner2-3/+3
2015-10-12Related tdf#93688: better place this into import finalize phaseKatarina Behrens3-10/+18
2015-10-12convert Link<> to typedNoel Grandin64-303/+238
2015-10-12loplugin:mergeclassesNoel Grandin2-18/+8
2015-10-12convert Link<> to typedNoel Grandin2-3/+2