summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Removed another FuncDataList collectionIan4-86/+41
2015-08-13migrated some raw pointers to unique_ptr'sIan2-26/+14
2015-08-13tdf#90222: Removed ScaList and cleaned up usagesIan2-109/+47
2015-08-12tdf#90222: Removed ScaList from pricing scaddinIan2-110/+47
2015-08-12tdf#90222: Removed ScaFuncDataList typeIan2-86/+44
2015-08-11tdf#90222: Removed ScaFuncDataList typeIan2-89/+47
2015-08-07tdf#90222: Removed redundant collection typeIan2-51/+7
2015-08-07tdf#90222: Removed ScaStringList and replaced all uses with std::vectorIan2-51/+7
2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin3-27/+6
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2-3/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308576 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308594 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308584 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29tdf#39468 Translate German Comments - scaddins/Phillip Sz1-5/+2
2015-06-29coverity#1308568 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308597 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308546 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308538 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308529 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308518 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet3-3/+3
2015-06-23Typo: iff->ifJulien Nabet3-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-3/+3
2015-06-02loplugin:loopvartoosmallNoel Grandin3-3/+3
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-66/+66
2015-04-06Resolves: #i95167# XIRR() function gives Err:502Regina Henschel1-7/+28
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-03Improve previous commit to disambiguate FuncData typesStephan Bergmann5-16/+17
2015-03-03Avoid ASan confusion of different FuncData typesStephan Bergmann1-1/+1
2015-02-16Related: fdo#74880 small leak in scaddinsCaolán McNamara3-54/+23
2015-02-16include algorithm for std::minCaolán McNamara1-0/+1
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2-2/+3
2015-01-20scaddins: quick fix for conflict on ConvertData.Michael Meeks1-0/+4
2015-01-07scaddins: fix Android buildMiklos Vajna1-1/+2
2015-01-06add cmath for std::nextafterCaolán McNamara1-0/+1
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara1-2/+1
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn2-10/+5
2014-12-18scaddins: Use appropriate OUString functions on string constantsStephan Bergmann3-6/+6
2014-12-15scaddins: Use appropriate OUString functions on string constantsStephan Bergmann2-12/+11
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-18RANDBETWEEN is supposed to return an integerTor Lillqvist1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3
2014-11-05markup with event type not checker typeCaolán McNamara3-4/+6
2014-11-05coverity#982307 coverity deadcode vs compiler switch warningsCaolán McNamara1-6/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0