Age | Commit message (Expand) | Author |
2015-10-21 | make our pivot table export a bit better | Markus Mohrhard |
2015-10-21 | Resolves: tdf#95226 fix broken IFERROR/IFNA array logic | Eike Rathke |
2015-10-21 | refactor out some com::sun::star typedefs | Noel Grandin |
2015-10-21 | boost::ptr_vector -> std::vector | Noel Grandin |
2015-10-21 | remove untyped Link<> | Noel Grandin |
2015-10-20 | Avoid some confusing uses of "document name" instead of "document URL" | Stephan Bergmann |
2015-10-20 | adapt comments to reality | Eike Rathke |
2015-10-20 | Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinks | Eike Rathke |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-20 | tdf#89694 Password dialog for opening OOXML shows url-encoded path | Tomofumi Yagi |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann |
2015-10-19 | tdf#94908 : Autofilter ok button is blocked | Dennis Francis |
2015-10-19 | Seems that people prefer this to be CPPUNIT_ASSERT() instead of assert() | Tor Lillqvist |
2015-10-19 | convert remaing DBG_WARNING to SAL_INFO | Noel Grandin |
2015-10-19 | cleanup some local var declarations | Noel Grandin |
2015-10-19 | cppcheck:nullPointerRedundantCheck | Noel Grandin |
2015-10-19 | remove unused header file | Noel Grandin |
2015-10-19 | convert Link<> to typed | Noel Grandin |
2015-10-19 | Revert "cppcheck:duplInheritedMember" | Noel Grandin |
2015-10-19 | cppcheck:duplInheritedMember | Noel Grandin |
2015-10-18 | tdf#94924: If we can't handle strings, don't try to then | Tor Lillqvist |
2015-10-17 | ignore "current document" values at module level, tdf#92256 follow-up | Eike Rathke |
2015-10-16 | tdf#92256, c#19: Implement "current doc only" switch | Katarina Behrens |
2015-10-16 | tdf#39468 translated german comments in tabvwsh9.cxx | Albert Thuswaldner |
2015-10-16 | tdf#39468 translated german comments in tabvwsh3.cxx | Albert Thuswaldner |
2015-10-16 | tdf#39468 translated german comments in tabvwsh8.cxx | Albert Thuswaldner |
2015-10-16 | use rtl::toAsciiUpperCase() instead of home baked lcl_toupper() | Eike Rathke |
2015-10-16 | don not use libc toupper() because it might yield unexpected results | Eike Rathke |
2015-10-16 | sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too. | Jan Holesovsky |
2015-10-16 | sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead. | Jan Holesovsky |
2015-10-16 | sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false. | Jan Holesovsky |
2015-10-16 | sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false. | Jan Holesovsky |
2015-10-16 | convert Link<> to typed | Noel Grandin |
2015-10-16 | unit tests for formula error propagation, tdf#94869 related | Eike Rathke |
2015-10-16 | Resolves: tdf#94869 propagate error from scalar double to matrix | Eike Rathke |
2015-10-15 | add test for tdf#88179 | Markus Mohrhard |
2015-10-15 | store external range names in the cache, td#88179 | Markus Mohrhard |
2015-10-15 | WaE: variable set but not used, in NDEBUG build | Tor Lillqvist |
2015-10-15 | tdf#94924: Fix thinko from bdef079b39d273d2985d360a52597672c96b43fc | Tor Lillqvist |
2015-10-15 | tdf#94924: Add a more systematic OpenCL unit test | Tor Lillqvist |
2015-10-15 | tdf#94924: Return correct result 0 from OpenCL MIN and MAX when all args empty | Tor Lillqvist |
2015-10-15 | tdf#94924: Return correct #DIV/0! error from AVERAGE in the OpenCL case | Tor Lillqvist |
2015-10-15 | tdf#94924: Fix handling of empty cells in OpenCL division | Tor Lillqvist |
2015-10-15 | tdf#94924: Fix handling of empty cells in OpenCL subtraction | Tor Lillqvist |
2015-10-15 | tdf#93044 - fix silly calc copy/paste lifecycle issue. | Michael Meeks |
2015-10-15 | calling IsSet() before Call() on Link<> is unnecessary | Noel Grandin |
2015-10-15 | convert Link<> to typed | Noel Grandin |
2015-10-14 | tdf#93318 reintroduce first/last button in Calc tab bar | Tomaž Vajngerl |
2015-10-14 | Improve performance by using the ScCalcOptions for OpenCL. | Michael Meeks |
2015-10-14 | java:remove unused imports | Noel Grandin |