summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Expand)AuthorAgeFilesLines
* new loplugin finalprotectedNoel Grandin2016-11-161-1/+1
* loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin2016-11-083-11/+11
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-283-10/+6
* loplugin:expandablemethods in scaddins..scriptingNoel Grandin2016-10-286-22/+4
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-202-7/+1
* tdf#100496 accept year basis 2 for AMORDEGRC and AMORLINC.Winfried Donkers2016-10-051-6/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-4/+4
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (scaddins)Stephan Bergmann2016-08-301-2/+1
* cppcheck: useInitializationListCaolán McNamara2016-08-181-6/+5
* no need to check for nullptr before deletingMarkus Mohrhard2016-08-051-5/+2
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-052-5/+5
* Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke2016-08-031-1/+1
* UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke2016-08-031-1/+1
* Make Calc Add-In function RECEIVED behave like Excel and Gnumeric.Winfried Donkers2016-07-291-1/+1
* tdf100766 : ODDLPRICE apply constraints to comply with ODFF1.2Winfried Donkers2016-07-121-1/+1
* tdf#100729 ODDLYIELD : apply constraints in compliance with ODFF1.2Winfried Donkers2016-07-121-1/+1
* tdf#100528 follow up; filter nonsense results.Winfried Donkers2016-07-121-3/+7
* tdf#100843 LCM_EXCEL2003 fix incorrect handling of non-integer values.Winfried Donkers2016-07-111-4/+8
* tdf#100811 Add extra conversion units to ODFF function CONVERTWinfried Donkers2016-07-111-3/+9
* Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()Eike Rathke2016-06-301-0/+9
* tdf#100528 Add constraints for AMORLINC functionWinfried Donkers2016-06-281-1/+2
* tdf#100523 Add constraints for AMORDEGRC function.Winfried Donkers2016-06-281-1/+2
* o3tl::tryGet on a temporary is dangerousStephan Bergmann2016-06-102-5/+5
* Use o3tl/any.hxx in scaddinsStephan Bergmann2016-06-062-7/+10
* clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin2016-05-103-8/+8
* Avoid reserved identifiersStephan Bergmann2016-04-122-4/+4
* loplugin:constantparam in scNoel Grandin2016-03-243-9/+7
* loplugin:unuseddefaultparam in scaddinsNoel Grandin2016-03-022-5/+3
* Remove excess newlinesChris Sherlock2016-02-093-15/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-13/+13
* Fix typosAndrea Gelmini2016-02-051-1/+1
* loplugin:fpcomparison in scaddins/Noel Grandin2016-02-041-4/+4
* new loplugin: memoryvarNoel Grandin2015-11-111-5/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-105-18/+18
* yyyyyNoel Grandin2015-11-041-2/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-025-10/+10
* com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2015-10-284-57/+57
* loplugin:unusedmethodsNoel Grandin2015-10-271-9/+0
* loplugin:defaultparamsStephan Bergmann2015-10-191-3/+3
* cppcheck:variableScopeNoel Grandin2015-10-131-10/+5
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-178/+178
* be consistent with suffixEike Rathke2015-10-082-8/+8
* Number(s) makes no sense for one parameter, use Number insteadEike Rathke2015-10-081-3/+3
* Make clear to user that Calc add-in functions GCD and LCM only exist forWinfried Donkers2015-10-082-10/+10
* rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-upEike Rathke2015-10-074-13/+35
* loplugin:unusedmethodsNoel Grandin2015-10-021-2/+0
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-153-6/+6
* Removed another FuncDataList collectionIan2015-08-134-86/+41