summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Expand)AuthorAgeFilesLines
* 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
* migrated some raw pointers to unique_ptr'sIan2015-08-132-26/+14
* tdf#90222: Removed ScaList and cleaned up usagesIan2015-08-132-109/+47
* tdf#90222: Removed ScaList from pricing scaddinIan2015-08-122-110/+47
* tdf#90222: Removed ScaFuncDataList typeIan2015-08-122-86/+44
* tdf#90222: Removed ScaFuncDataList typeIan2015-08-112-89/+47
* tdf#90222: Removed redundant collection typeIan2015-08-072-51/+7
* tdf#90222: Removed ScaStringList and replaced all uses with std::vectorIan2015-08-072-51/+7
* loplugin:unusedmethods reportdesign,scaddinsNoel Grandin2015-07-213-27/+6
* add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2015-07-102-3/+2
* Fix typosAndrea Gelmini2015-07-041-1/+1
* coverity#1308576 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308594 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308584 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* tdf#39468 Translate German Comments - scaddins/Phillip Sz2015-06-291-5/+2
* coverity#1308568 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308597 Uncaught exceptionCaolán McNamara2015-06-292-2/+2
* coverity#1308546 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308538 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308529 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308518 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* Revert "Typo: iff->if"Julien Nabet2015-06-233-3/+3
* Typo: iff->ifJulien Nabet2015-06-233-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-083-3/+3
* loplugin:loopvartoosmallNoel Grandin2015-06-023-3/+3
* fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers2015-05-051-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-66/+66
* Resolves: #i95167# XIRR() function gives Err:502Regina Henschel2015-04-061-7/+28
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-3/+3
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-4/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-3/+3
* Improve previous commit to disambiguate FuncData typesStephan Bergmann2015-03-035-16/+17
* Avoid ASan confusion of different FuncData typesStephan Bergmann2015-03-031-1/+1