summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)Author
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-06Resolves: #i95167# XIRR() function gives Err:502Regina Henschel
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-03Improve previous commit to disambiguate FuncData typesStephan Bergmann
2015-03-03Avoid ASan confusion of different FuncData typesStephan Bergmann
2015-02-16Related: fdo#74880 small leak in scaddinsCaolán McNamara
2015-02-16include algorithm for std::minCaolán McNamara
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist
2015-01-20scaddins: quick fix for conflict on ConvertData.Michael Meeks
2015-01-07scaddins: fix Android buildMiklos Vajna
2015-01-06add cmath for std::nextafterCaolán McNamara
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18scaddins: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15scaddins: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-18RANDBETWEEN is supposed to return an integerTor Lillqvist
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05coverity#982307 coverity deadcode vs compiler switch warningsCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-24scaddins: sal_Bool->boolNoel Grandin
2014-04-22coverity#708114 Uninitialized scalar fieldCaolán McNamara
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dupJulien Nabet
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-07coverity#708113 Uninitialized scalar fieldCaolán McNamara
2014-04-06whitespace cleanup in scaddinsMarkus Mohrhard
2014-03-27scaddins: workaround spurious MSVC warning C4701Michael Stahl
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25coverity#1019315 Dead default in switchCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from scaddinsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-04fdo#54938 Convert oox and scaddins to cppu::supportsServiceAlexandre Vicenzi
2014-01-20remove now dead MyList classNoel Grandin
2014-01-20convert custom list implementation ScaDoubleList to std::vectorNoel Grandin
2014-01-20convert custom list implementation SortedIndividualInt32ListNoel Grandin
2014-01-20convert custom list implementation FuncDataList to use std::vectorNoel Grandin
2014-01-20convert custom list implement ConvertDataList to std::vectorNoel Grandin
2014-01-20Convert custom list implementation ComplexList to use std::vectorNoel Grandin
2014-01-20remove unused CStrList classNoel Grandin
2014-01-17convert custom list implementation to regular std::vector<OUString>Noel Grandin