summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-01-02coverity#1103741 Uninitialized scalar fieldCaolán McNamara1-6/+13
2017-01-02coverity#1397202 Unchecked return valueCaolán McNamara1-1/+1
2017-01-01don't need to forward declare ImageList hereCaolán McNamara1-1/+0
2016-12-30fdo#39674 Rename klasse and funktion in dwfunctr.cxxkerem1-18/+18
2016-12-30cleanup tailing backslashesJochen Nitschke3-7/+7
2016-12-30add PERCENTILE test caseZdeněk Crhonek3-0/+13846
2016-12-30add PEARSON test caseZdeněk Crhonek1-0/+5273
2016-12-29Add ExternalDataMapper class and Implement CSVDataProvider::Refresh()Jaskaran Singh2-3/+53
2016-12-29Make these functions publicJaskaran Singh1-1/+0
2016-12-28add NEGBINOM.DIST test caseZdeněk Crhonek1-0/+4160
2016-12-28add TRIM test caseZdeněk Crhonek1-0/+1347
2016-12-27add NORMINV test case; move tests to new directoryZdeněk Crhonek7-0/+4229
2016-12-26add TEXTJOIN test caseZdeněk Crhonek1-0/+1528
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin4-120/+122
2016-12-26add TEXT test caseZdeněk Crhonek1-0/+1620
2016-12-26use the existing namespace map for the oox namespace exportMarkus Mohrhard1-1/+2
2016-12-25tdf#39674 Translated German to Englishabdulwd1-4/+4
2016-12-25tdf#39674 Converted terms from German to Englishtamsil1amani31-6/+6
2016-12-24move the OpenCL test to subsequentcheckMarkus Mohrhard1-1/+1
2016-12-23Close ScDocSh when doneStephan Bergmann1-0/+2
2016-12-23Close ScDocSh when doneStephan Bergmann1-0/+2
2016-12-23tdf#101442 - "hyperlink" to "link"Federico Bassini2-2/+2
2016-12-23Close ScDocSh when doneStephan Bergmann1-0/+1
2016-12-23loplugin:unusedmethodsNoel Grandin9-71/+0
2016-12-23tdf#97597: Make the document import state more multi-thread friendly.Kohei Yoshida6-22/+133
2016-12-22Pass SfxPrinter by VclPtrStephan Bergmann4-4/+4
2016-12-22move na stragglers to resCaolán McNamara1-7/+7
2016-12-22unwind RID_IMAGELIST_NAVCONT ImageListCaolán McNamara5-24/+53
2016-12-22no need to catch exceptions in cppunit testsMarkus Mohrhard1-17/+9
2016-12-21convert VclButtonsType to scoped enumNoel Grandin2-3/+3
2016-12-21uitest: add selected area to gridwin stateMarkus Mohrhard1-0/+6
2016-12-21Unused declaration of 'Font'Stephan Bergmann1-1/+0
2016-12-21ODR violation (base class must be the same across compilation units)Stephan Bergmann1-6/+3
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann1-8/+4
2016-12-21convert OutDevViewType to scoped enumNoel Grandin1-1/+1
2016-12-21remove newly unused SfxImageManagerCaolán McNamara2-2/+0
2016-12-21drop GetImageManager use in sc and unwind ImageListCaolán McNamara3-51/+36
2016-12-21add T() test caseZdeněk Crhonek1-0/+1675
2016-12-21convert EnumContext::Context to scoped enumNoel Grandin12-12/+12
2016-12-20add NEGBINOMDIST test caseZdeněk Crhonek1-0/+4024
2016-12-20add NORM.S.INV test caseZdeněk Crhonek1-0/+4005
2016-12-20add NORMSINV test caseZdeněk Crhonek1-0/+4335
2016-12-20add NORMDIST, NORMSDIST test caseZdeněk Crhonek2-0/+9357
2016-12-20add NORM.S.DIST test caseZdeněk Crhonek1-0/+4016
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin5-19/+18
2016-12-19make IOS hack a DISABLE_DYNLOADING hack and extend for basctl+starmathCaolán McNamara1-2/+2
2016-12-19sc: Drop empty olkactTakeshi Abe4-51/+0
2016-12-18sc: Drop empty drawvie2.cxxTakeshi Abe2-23/+0
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-25/+25
2016-12-16adjust rounding decimals to expected valuesEike Rathke1-309/+346