summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)AuthorFilesLines
2016-11-16new loplugin finalprotectedNoel Grandin1-1/+1
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin3-11/+11
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin3-10/+6
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin6-22/+4
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin2-7/+1
2016-10-05tdf#100496 accept year basis 2 for AMORDEGRC and AMORLINC.Winfried Donkers1-6/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (scaddins)Stephan Bergmann1-2/+1
2016-08-18cppcheck: useInitializationListCaolán McNamara1-6/+5
2016-08-05no need to check for nullptr before deletingMarkus Mohrhard1-5/+2
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin2-5/+5
2016-08-03Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke1-1/+1
2016-08-03UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke1-1/+1
2016-07-29Make Calc Add-In function RECEIVED behave like Excel and Gnumeric.Winfried Donkers1-1/+1
2016-07-12tdf100766 : ODDLPRICE apply constraints to comply with ODFF1.2Winfried Donkers1-1/+1
2016-07-12tdf#100729 ODDLYIELD : apply constraints in compliance with ODFF1.2Winfried Donkers1-1/+1
2016-07-12tdf#100528 follow up; filter nonsense results.Winfried Donkers1-3/+7
2016-07-11tdf#100843 LCM_EXCEL2003 fix incorrect handling of non-integer values.Winfried Donkers1-4/+8
2016-07-11tdf#100811 Add extra conversion units to ODFF function CONVERTWinfried Donkers1-3/+9
2016-06-30Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()Eike Rathke1-0/+9
2016-06-28tdf#100528 Add constraints for AMORLINC functionWinfried Donkers1-1/+2
2016-06-28tdf#100523 Add constraints for AMORDEGRC function.Winfried Donkers1-1/+2
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann2-5/+5
2016-06-06Use o3tl/any.hxx in scaddinsStephan Bergmann2-7/+10
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin3-8/+8
2016-04-12Avoid reserved identifiersStephan Bergmann2-4/+4
2016-03-24loplugin:constantparam in scNoel Grandin3-9/+7
2016-03-02loplugin:unuseddefaultparam in scaddinsNoel Grandin2-5/+3
2016-02-09Remove excess newlinesChris Sherlock3-15/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-13/+13
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04loplugin:fpcomparison in scaddins/Noel Grandin1-4/+4
2015-11-11new loplugin: memoryvarNoel Grandin1-5/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-18/+18
2015-11-04yyyyyNoel Grandin1-2/+1
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara5-10/+10
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin4-57/+57
2015-10-27loplugin:unusedmethodsNoel Grandin1-9/+0
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-13cppcheck:variableScopeNoel Grandin1-10/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-178/+178
2015-10-08be consistent with suffixEike Rathke2-8/+8
2015-10-08Number(s) makes no sense for one parameter, use Number insteadEike Rathke1-3/+3
2015-10-08Make clear to user that Calc add-in functions GCD and LCM only exist forWinfried Donkers2-10/+10
2015-10-07rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-upEike Rathke4-13/+35
2015-10-02loplugin:unusedmethodsNoel Grandin1-2/+0
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-08-13Removed another FuncDataList collectionIan4-86/+41