Age | Commit message (Expand) | Author |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-06 | Resolves: #i95167# XIRR() function gives Err:502 | Regina Henschel |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-03 | Improve previous commit to disambiguate FuncData types | Stephan Bergmann |
2015-03-03 | Avoid ASan confusion of different FuncData types | Stephan Bergmann |
2015-02-16 | Related: fdo#74880 small leak in scaddins | Caolán McNamara |
2015-02-16 | include algorithm for std::min | Caolán McNamara |
2015-01-20 | Make the RAND() and RANDBETWEEN() Calc functions non-random when requested | Tor Lillqvist |
2015-01-20 | scaddins: quick fix for conflict on ConvertData. | Michael Meeks |
2015-01-07 | scaddins: fix Android build | Miklos Vajna |
2015-01-06 | add cmath for std::nextafter | Caolán McNamara |
2015-01-06 | boost::math::nextafter->std::nextafter | Caolán McNamara |
2014-12-21 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-18 | scaddins: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | scaddins: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-18 | RANDBETWEEN is supposed to return an integer | Tor Lillqvist |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-05 | markup with event type not checker type | Caolán McNamara |
2014-11-05 | coverity#982307 coverity deadcode vs compiler switch warnings | Caolán McNamara |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-06 | use comphelper::rng::uniform_*_distribution everywhere | Caolán McNamara |
2014-06-04 | compareToAscii -> equalsAscii | Noel Grandin |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold |
2014-05-01 | Many spelling fixes: directories r* - z*. | Pedro Giffuni |
2014-04-24 | scaddins: sal_Bool->bool | Noel Grandin |
2014-04-22 | coverity#708114 Uninitialized scalar field | Caolán McNamara |
2014-04-20 | cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dup | Julien Nabet |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-04-07 | coverity#708113 Uninitialized scalar field | Caolán McNamara |
2014-04-06 | whitespace cleanup in scaddins | Markus Mohrhard |
2014-03-27 | scaddins: workaround spurious MSVC warning C4701 | Michael Stahl |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-25 | coverity#1019315 Dead default in switch | Caolán McNamara |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from scaddins | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-04 | fdo#54938 Convert oox and scaddins to cppu::supportsService | Alexandre Vicenzi |
2014-01-20 | remove now dead MyList class | Noel Grandin |
2014-01-20 | convert custom list implementation ScaDoubleList to std::vector | Noel Grandin |
2014-01-20 | convert custom list implementation SortedIndividualInt32List | Noel Grandin |
2014-01-20 | convert custom list implementation FuncDataList to use std::vector | Noel Grandin |
2014-01-20 | convert custom list implement ConvertDataList to std::vector | Noel Grandin |
2014-01-20 | Convert custom list implementation ComplexList to use std::vector | Noel Grandin |
2014-01-20 | remove unused CStrList class | Noel Grandin |
2014-01-17 | convert custom list implementation to regular std::vector<OUString> | Noel Grandin |
2014-01-10 | Be explicit when using bool as integral value | Stephan Bergmann |