summaryrefslogtreecommitdiffstats
path: root/sc/source/core
Commit message (Expand)AuthorAgeFilesLines
* sc: MSVC doesn't do auto parametersMichael Stahl2015-11-021-1/+1
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-021-4/+4
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-023-20/+23
* implement ScRefCellValue::operator=() without temporary and swapEike Rathke2015-11-021-2/+2
* trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke2015-11-0217-162/+89
* avoid construction of ScRefCellValue with default ctor, tdf#95419 relatedEike Rathke2015-11-021-6/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-025-7/+7
* sc lok: emit RowColumnHeader info in twipsMiklos Vajna2015-11-021-3/+3
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-4/+3
* Adapt FuncSum to vectorize better.Michael Meeks2015-10-311-32/+68
* sc lok: Always provide a reasonable document size.Jan Holesovsky2015-10-311-6/+5
* tdf#95419 fix performance fall-out, tdf#92749 follow-upEike Rathke2015-10-301-1/+1
* Resolves: tdf#95395 force range reference to array only in array formulaEike Rathke2015-10-281-1/+7
* com::sun::star->css in scNoel Grandin2015-10-2832-104/+103
* don't allocate rtl::Reference or SvRef on the heapNoel Grandin2015-10-273-14/+15
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-0/+1
* loplugin:unusedmethodsNoel Grandin2015-10-274-25/+0
* Make OpenCL listener global, to avoid perf. cost of copying it around.Michael Meeks2015-10-264-8/+13
* convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin2015-10-2614-133/+133
* Revert "crashtestig: infinite recurse in ooo32833-1.sxc"Eike Rathke2015-10-251-4/+1
* tdf#32834 : improve the precision of MDETERM calculationDennis Francis2015-10-241-4/+5
* tdf#48456 : when searching for a number, consider formattingDennis Francis2015-10-231-2/+9
* Resolves: tdf#95226 fix broken IFERROR/IFNA array logicEike Rathke2015-10-211-2/+3
* loplugin:defaultparamsStephan Bergmann2015-10-2015-28/+28
* loplugin:defaultparamsStephan Bergmann2015-10-194-5/+4
* tdf#94924: If we can't handle strings, don't try to thenTor Lillqvist2015-10-181-0/+7
* tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens2015-10-162-17/+50
* use rtl::toAsciiUpperCase() instead of home baked lcl_toupper()Eike Rathke2015-10-161-13/+4
* don not use libc toupper() because it might yield unexpected resultsEike Rathke2015-10-161-4/+13
* Resolves: tdf#94869 propagate error from scalar double to matrixEike Rathke2015-10-161-1/+8
* tdf#94924: Fix thinko from bdef079b39d273d2985d360a52597672c96b43fcTor Lillqvist2015-10-151-7/+0
* tdf#94924: Return correct result 0 from OpenCL MIN and MAX when all args emptyTor Lillqvist2015-10-151-5/+24
* tdf#94924: Return correct #DIV/0! error from AVERAGE in the OpenCL caseTor Lillqvist2015-10-151-1/+5
* tdf#94924: Fix handling of empty cells in OpenCL divisionTor Lillqvist2015-10-151-8/+4
* tdf#94924: Fix handling of empty cells in OpenCL subtractionTor Lillqvist2015-10-151-7/+2
* Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks2015-10-147-14/+34
* coverity#1326130 Logically dead codeCaolán McNamara2015-10-141-4/+1
* Resolves: tdf#94514 more restrictive check on end of column specifierEike Rathke2015-10-131-1/+1
* Related tdf#93688: save CalcA1|ExcelA1 also as a global optionKatarina Behrens2015-10-121-0/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1227-765/+765
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* cppcheck:variableScopeNoel Grandin2015-10-124-11/+6
* Revert "Resolves: tdf#94869 propagate error when obtaining a scalar double va...Eike Rathke2015-10-091-15/+7
* crashtestig: infinite recurse in ooo32833-1.sxcCaolán McNamara2015-10-091-1/+4
* crashtesting: ooo95537-1.xls fails with a fAnz that is nanCaolán McNamara2015-10-091-5/+5
* consistently use _ADD suffix for Add-In duplicated function namesEike Rathke2015-10-081-1/+1
* Resolves: tdf#94796 LINEST and LOGEST have ForceArray parametersEike Rathke2015-10-071-2/+2
* Resolves: tdf#94869 propagate error when obtaining a scalar double valueEike Rathke2015-10-071-7/+15
* loplugin:defaultparamsStephan Bergmann2015-10-071-1/+1
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-063-1/+40