summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Related: fdo#74880 small leak in scaddinsCaolán McNamara2015-02-163-54/+23
* include algorithm for std::minCaolán McNamara2015-02-161-0/+1
* Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2015-01-202-2/+3
* scaddins: quick fix for conflict on ConvertData.Michael Meeks2015-01-201-0/+4
* scaddins: fix Android buildMiklos Vajna2015-01-071-1/+2
* add cmath for std::nextafterCaolán McNamara2015-01-061-0/+1
* boost::math::nextafter->std::nextafterCaolán McNamara2015-01-061-2/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-212-10/+5
* scaddins: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-6/+6
* scaddins: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-12/+11
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+2
* RANDBETWEEN is supposed to return an integerTor Lillqvist2014-11-181-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-3/+3
* markup with event type not checker typeCaolán McNamara2014-11-053-4/+6
* coverity#982307 coverity deadcode vs compiler switch warningsCaolán McNamara2014-11-051-6/+4
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-1/+1