summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysis.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-17loplugin:useuniqueptr in scaddinsNoel Grandin1-9/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scaddinsStephan Bergmann1-1/+1
2017-10-18use std::vector<Complex> in ComplexListNoel Grandin1-4/+4
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-24/+10
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin1-2/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-27can move these nonlocalized strings into sourceCaolán McNamara1-10/+2
2017-02-14covert ANALYSIS_* resources to StringArraysCaolán McNamara1-19/+3
2017-02-14unwind RID_ANALYSIS_FUNCTION_DESCRIPTIONS local resourceCaolán McNamara1-15/+1
2017-02-14unwind RID_ANALYSIS_FUNCTION_NAMES local resourceCaolán McNamara1-1/+1
2017-02-07convert FDCategory to scoped enumNoel Grandin1-15/+10
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-82/+82
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-2/+2
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin1-6/+1
2016-08-05no need to check for nullptr before deletingMarkus Mohrhard1-5/+2
2016-07-11tdf#100843 LCM_EXCEL2003 fix incorrect handling of non-integer values.Winfried Donkers1-4/+8
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann1-1/+1
2016-06-06Use o3tl/any.hxx in scaddinsStephan Bergmann1-1/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-07rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-upEike Rathke1-1/+7
2015-08-13Removed another FuncDataList collectionIan1-26/+31
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara1-2/+2
2015-06-29coverity#1308576 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-29coverity#1308597 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308529 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-03Improve previous commit to disambiguate FuncData typesStephan Bergmann1-0/+1
2015-02-16Related: fdo#74880 small leak in scaddinsCaolán McNamara1-20/+9
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist1-2/+2
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-18scaddins: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15scaddins: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-18RANDBETWEEN is supposed to return an integerTor Lillqvist1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-6/+3
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-04-24scaddins: sal_Bool->boolNoel Grandin1-16/+16
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-78/+78
2014-02-04fdo#54938 Convert oox and scaddins to cppu::supportsServiceAlexandre Vicenzi1-129/+9