summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Expand)AuthorAgeFilesLines
* fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers2015-05-051-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-66/+66
* Resolves: #i95167# XIRR() function gives Err:502Regina Henschel2015-04-061-7/+28
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-3/+3
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-4/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-3/+3
* Improve previous commit to disambiguate FuncData typesStephan Bergmann2015-03-035-16/+17
* Avoid ASan confusion of different FuncData typesStephan Bergmann2015-03-031-1/+1
* Related: fdo#74880 small leak in scaddinsCaolán McNamara2015-02-163-54/+23
* include algorithm for std::minCaolán McNamara2015-02-161-0/+1
* Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2015-01-202-2/+3
* scaddins: quick fix for conflict on ConvertData.Michael Meeks2015-01-201-0/+4
* scaddins: fix Android buildMiklos Vajna2015-01-071-1/+2
* add cmath for std::nextafterCaolán McNamara2015-01-061-0/+1
* boost::math::nextafter->std::nextafterCaolán McNamara2015-01-061-2/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-212-10/+5
* scaddins: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-6/+6
* scaddins: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-12/+11
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+2
* RANDBETWEEN is supposed to return an integerTor Lillqvist2014-11-181-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-3/+3
* markup with event type not checker typeCaolán McNamara2014-11-053-4/+6
* coverity#982307 coverity deadcode vs compiler switch warningsCaolán McNamara2014-11-051-6/+4
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-062-6/+5
* compareToAscii -> equalsAsciiNoel Grandin2014-06-041-1/+1
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-195-29/+0
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-013-5/+5
* scaddins: sal_Bool->boolNoel Grandin2014-04-248-199/+199
* coverity#708114 Uninitialized scalar fieldCaolán McNamara2014-04-221-2/+3
* cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dupJulien Nabet2014-04-201-5/+5
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-197-15/+15
* coverity#708113 Uninitialized scalar fieldCaolán McNamara2014-04-071-0/+1
* whitespace cleanup in scaddinsMarkus Mohrhard2014-04-0611-190/+0
* scaddins: workaround spurious MSVC warning C4701Michael Stahl2014-03-271-0/+6
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-264-178/+178
* coverity#1019315 Dead default in switchCaolán McNamara2014-03-251-2/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-267-328/+328
* Remove visual noise from scaddinsAlexander Wilms2014-02-2610-74/+74
* Remove unneccessary commentsAlexander Wilms2014-02-234-20/+20
* fdo#54938 Convert oox and scaddins to cppu::supportsServiceAlexandre Vicenzi2014-02-043-267/+22
* remove now dead MyList classNoel Grandin2014-01-202-134/+0
* convert custom list implementation ScaDoubleList to std::vectorNoel Grandin2014-01-204-40/+24
* convert custom list implementation SortedIndividualInt32ListNoel Grandin2014-01-202-7/+9
* convert custom list implementation FuncDataList to use std::vectorNoel Grandin2014-01-202-8/+10
* convert custom list implement ConvertDataList to std::vectorNoel Grandin2014-01-202-24/+12
* Convert custom list implementation ComplexList to use std::vectorNoel Grandin2014-01-203-35/+19
* remove unused CStrList classNoel Grandin2014-01-201-28/+0
* convert custom list implementation to regular std::vector<OUString>Noel Grandin2014-01-173-69/+10