summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke1-0/+1
2015-11-24never push an error instead of the ScJumpMatrixTokenEike Rathke1-1/+1
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke1-1/+1
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-02sc: MSVC doesn't do auto parametersMichael Stahl1-1/+1
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-17/+21
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-26/+13
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28Resolves: tdf#95395 force range reference to array only in array formulaEike Rathke1-1/+7
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks1-3/+10
2015-10-09Revert "Resolves: tdf#94869 propagate error when obtaining a scalar double va...Eike Rathke1-15/+7
2015-10-07Resolves: tdf#94869 propagate error when obtaining a scalar double valueEike Rathke1-7/+15
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers1-0/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3
2015-10-05add half decoupled ScInterpreter::ConvertStringToValue()Eike Rathke1-0/+5
2015-10-03move ConvertStringToValue() implementation from ScInterpreter to ScGlobalEike Rathke1-269/+4
2015-09-15stab MM_FAKE, it's a zombieEike Rathke1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-8/+8
2015-08-12rename confusing classesWinfried Donkers1-10/+10
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-1/+1
2015-07-07always justify a referenced range in order, tdf#92468Eike Rathke1-0/+1
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni1-0/+5
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke1-0/+20
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+1
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers1-1/+3
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-1/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers1-3/+5
2015-03-05rename ScInterpreter::ScTable/s() to ScSheet/s() to follow ocSheet/sEike Rathke1-2/+2
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-27/+27
2015-02-11Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()Eike Rathke1-0/+10
2015-02-11tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()Winfried Donkers1-1/+4
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist1-1/+1
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist1-7/+7
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers1-0/+1
2015-01-26coverity#1266452 Explicit null dereferencedCaolán McNamara1-2/+1
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann1-6/+6
2015-01-19add a comment about string conversion configurationEike Rathke1-0/+4
2015-01-14sc: rename ScSTEXY to ScSTEYXLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename RGP to LinestLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename RKP to LogestLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière1-1/+1
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-3/+3