summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-13migrated some raw pointers to unique_ptr'sIan2-26/+14
2015-08-13tdf#90222: Removed ScaList and cleaned up usagesIan2-109/+47
2015-08-12tdf#90222: Removed ScaList from pricing scaddinIan2-110/+47
2015-08-12tdf#90222: Removed ScaFuncDataList typeIan2-86/+44
2015-08-11tdf#90222: Removed ScaFuncDataList typeIan2-89/+47
2015-08-07tdf#90222: Removed redundant collection typeIan2-51/+7
2015-08-07tdf#90222: Removed ScaStringList and replaced all uses with std::vectorIan2-51/+7
2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin3-27/+6
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2-3/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-29coverity#1308576 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308594 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308584 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29tdf#39468 Translate German Comments - scaddins/Phillip Sz1-5/+2
2015-06-29coverity#1308568 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308597 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308546 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308538 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308529 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308518 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet3-3/+3
2015-06-23Typo: iff->ifJulien Nabet3-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-3/+3
2015-06-02loplugin:loopvartoosmallNoel Grandin3-3/+3
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-66/+66
2015-04-06Resolves: #i95167# XIRR() function gives Err:502Regina Henschel1-7/+28