summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysis.cxx
AgeCommit message (Expand)Author
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-27can move these nonlocalized strings into sourceCaolán McNamara
2017-02-14covert ANALYSIS_* resources to StringArraysCaolán McNamara
2017-02-14unwind RID_ANALYSIS_FUNCTION_DESCRIPTIONS local resourceCaolán McNamara
2017-02-14unwind RID_ANALYSIS_FUNCTION_NAMES local resourceCaolán McNamara
2017-02-07convert FDCategory to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin
2016-08-05no need to check for nullptr before deletingMarkus Mohrhard
2016-07-11tdf#100843 LCM_EXCEL2003 fix incorrect handling of non-integer values.Winfried Donkers
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann
2016-06-06Use o3tl/any.hxx in scaddinsStephan Bergmann
2016-03-24loplugin:constantparam in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-07rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-upEike Rathke
2015-08-13Removed another FuncDataList collectionIan
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-06-29coverity#1308576 Uncaught exceptionCaolán McNamara
2015-06-29coverity#1308597 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308529 Uncaught exceptionCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
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-03Improve previous commit to disambiguate FuncData typesStephan Bergmann
2015-02-16Related: fdo#74880 small leak in scaddinsCaolán McNamara
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist
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-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-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-04-24scaddins: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-04fdo#54938 Convert oox and scaddins to cppu::supportsServiceAlexandre Vicenzi
2014-01-20convert custom list implementation ScaDoubleList to std::vectorNoel Grandin
2014-01-20Convert custom list implementation ComplexList to use std::vectorNoel Grandin
2014-01-17convert custom list implementation to regular std::vector<OUString>Noel Grandin
2014-01-10Be explicit when using bool as integral valueStephan Bergmann