summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis
AgeCommit message (Expand)Author
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-08be consistent with suffixEike Rathke
2015-10-08Number(s) makes no sense for one parameter, use Number insteadEike Rathke
2015-10-08Make clear to user that Calc add-in functions GCD and LCM only exist forWinfried Donkers
2015-10-07rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-upEike Rathke
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-13Removed another FuncDataList collectionIan
2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-06-29coverity#1308576 Uncaught exceptionCaolán McNamara
2015-06-29tdf#39468 Translate German Comments - scaddins/Phillip Sz
2015-06-29coverity#1308597 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308529 Uncaught exceptionCaolán McNamara
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
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-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-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara