summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysishelper.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-05Translate German function names in Calc (financial)Johnny_M1-2/+2
2017-11-02Correct German variable names translation in Calc (financial)Johnny_M1-2/+2
2017-10-27loplugin:finalclasses in scNoel Grandin1-2/+1
2017-10-23Translate German variable names in Calc (financial)Johnny_M1-2/+2
2017-10-18use std::vector<Complex> in ComplexListNoel Grandin1-6/+6
2017-07-21migrate to boost::gettextCaolán McNamara1-20/+10
2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin1-1/+1
2017-04-27can move these nonlocalized strings into sourceCaolán McNamara1-3/+3
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-13/+13
2017-02-14unwind RID_ANALYSIS_FUNCTION_NAMES local resourceCaolán McNamara1-18/+0
2017-02-14don't need to store this dataCaolán McNamara1-1/+0
2017-02-07convert FDCategory to scoped enumNoel Grandin1-14/+13
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-90/+74
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scaddinsStephan Bergmann1-6/+136
2016-11-16new loplugin finalprotectedNoel Grandin1-1/+1
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin1-7/+7
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin1-6/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-4/+4
2016-03-24loplugin:constantparam in scNoel Grandin1-3/+2
2016-03-02loplugin:unuseddefaultparam in scaddinsNoel Grandin1-2/+1
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin1-6/+6
2015-10-27loplugin:unusedmethodsNoel Grandin1-9/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-07rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-upEike Rathke1-0/+10
2015-10-02loplugin:unusedmethodsNoel Grandin1-2/+0
2015-08-13Removed another FuncDataList collectionIan1-26/+8
2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin1-9/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-43/+43
2015-03-03Improve previous commit to disambiguate FuncData typesStephan Bergmann1-8/+5
2015-03-03Avoid ASan confusion of different FuncData typesStephan Bergmann1-1/+1
2015-01-20scaddins: quick fix for conflict on ConvertData.Michael Meeks1-0/+4
2014-04-24scaddins: sal_Bool->boolNoel Grandin1-66/+66
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scaddinsMarkus Mohrhard1-46/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-26Remove visual noise from scaddinsAlexander Wilms1-9/+9
2014-01-20remove now dead MyList classNoel Grandin1-84/+0
2014-01-20convert custom list implementation ScaDoubleList to std::vectorNoel Grandin1-10/+9
2014-01-20convert custom list implementation SortedIndividualInt32ListNoel Grandin1-5/+7
2014-01-20convert custom list implementation FuncDataList to use std::vectorNoel Grandin1-6/+8
2014-01-20convert custom list implement ConvertDataList to std::vectorNoel Grandin1-15/+2
2014-01-20Convert custom list implementation ComplexList to use std::vectorNoel Grandin1-19/+9
2014-01-20remove unused CStrList classNoel Grandin1-28/+0
2014-01-17convert custom list implementation to regular std::vector<OUString>Noel Grandin1-56/+4
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara1-2/+2