summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-16tdf#104581 handle constraints for NEGBINOMDIST in compliance with ODFF1.2.Winfried Donkers1-7/+7
2016-12-16Work around -Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-0/+2
2016-12-16tdf#71435: Accessible caret-moved events are missing when "freeze" is enabledTamás Zolnai1-1/+1
2016-12-16coverity#1397206 Resource leakCaolán McNamara1-2/+2
2016-12-16coverity#1397200 Unchecked return valueCaolán McNamara1-2/+2
2016-12-16remove superfluous this->Init() callEike Rathke1-9/+4
2016-12-16Resolves: tdf#103543 disable mass broadcasts from drawing objects' changesEike Rathke1-0/+4
2016-12-16prevent mutiple broadcasts during the series of changes on one drawing objectEike Rathke1-0/+3
2016-12-15add HYPGEOM.DIST test caseZdeněk Crhonek1-0/+5064
2016-12-15add LOGNORM.DIST test caseZdeněk Crhonek1-0/+5144
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin14-30/+30
2016-12-15add GAMMADIST test caseZdeněk Crhonek1-0/+5386
2016-12-14add to each calc export test name the export formatMarkus Mohrhard1-57/+58
2016-12-13Calc tests - move statistical functions to new directoryZdeněk Crhonek69-0/+0
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin2-10/+2
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin29-83/+43
2016-12-12Calc function tests - move text function to new dirZdeněk Crhonek26-0/+0
2016-12-12tdf104532 handle constraints for NEGBINOM.DIST correctly.Winfried Donkers1-8/+8
2016-12-12loplugin:stringconstantTor Lillqvist1-9/+9
2016-12-12unwind RID_OUTLINEBITMAPS imagelistCaolán McNamara4-18/+83
2016-12-12manage OutlineBitmap imagelist directly in its owner userCaolán McNamara4-23/+5
2016-12-12tdf#63593: revert 88f91adf266f19659014df22e09ce6c6761fb6f1Mike Kaganski1-1/+1
2016-12-11Implement CSVDataProvider and perform some cleanup on itJaskaran Singh2-15/+71
2016-12-10add NORM.DIST test caseZdeněk Crhonek1-0/+4158
2016-12-10add NORM.INV test caseZdeněk Crhonek1-0/+4032
2016-12-10Calc test case - move mathematical functions to new directoryZdeněk Crhonek67-0/+0
2016-12-10Calc tests - move spreadsheet tests to new directoryZdeněk Crhonek17-0/+0
2016-12-10add SUBSTITUTE test caseZdeněk Crhonek1-0/+1343
2016-12-10rename to RegisterDefinedStyleNames() to clarify, tdf#104097 follow-upEike Rathke2-4/+4
2016-12-09Resolves: tdf#104097 register reserved cell style names for auto stylesEike Rathke2-8/+17
2016-12-09fix indentationMarkus Mohrhard1-16/+16
2016-12-09fix compile errorsMarkus Mohrhard2-16/+0
2016-12-09Add support classes for dataproviderJaskaran Singh2-2/+173
2016-12-08tdf#104446: there can only be 1 condition for SUMIFJulien Nabet1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin112-460/+394
2016-12-08Sigh, MSVC randomly doesn't like '= default' hereStephan Bergmann1-1/+1
2016-12-08Replace manual acquire/release calls with rtl::ReferenceStephan Bergmann2-21/+8
2016-12-08Avoid using uninitialized nCol, nRowStephan Bergmann1-4/+4
2016-12-08sc-perf: avoid calling GetRowHeight() twice or thriceEike Rathke2-13/+10
2016-12-08sc-perf: call RowHidden() only once, tdf#98106 follow-upEike Rathke2-7/+6
2016-12-07sc-perf: possibly halve the iterations to find the most used XF indexEike Rathke1-0/+9
2016-12-07tdf#104434 tdf#104451 Revert "tdf#46738 Fix exporting .xlsx of coloured em"...Eike Rathke3-35/+4
2016-12-07stab at the sick "units in character width of the standard font", tdf#101363Eike Rathke1-1/+5
2016-12-07Fix typo in comments: et -> edTakeshi Abe1-1/+1