summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr1.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-5/+3
2015-07-24enable FORMULA() to be used in array contextEike Rathke1-0/+49
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens1-1/+6
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens1-3/+11
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke1-10/+10
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara1-2/+1
2015-06-29Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke1-1/+7
2015-06-29support plain database range (table) names in INDIRECTEike Rathke1-1/+34
2015-06-29TableRef: can be used in INDIRECTEike Rathke1-0/+47
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke1-3/+2
2015-04-13string access out of boundsEike Rathke1-9/+14
2015-04-02use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke1-4/+2
2015-04-01Resolves: tdf#88672 add missing return if error to not crashEike Rathke1-0/+1
2015-03-31use error value instead of string in array/matrix, tdf#42481 relatedEike Rathke1-1/+1
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke1-15/+3
2015-03-09tdf#89387 General functor and basic operationsŁukasz Hryniuk1-22/+4
2015-03-05rename ScInterpreter::ScTable/s() to ScSheet/s() to follow ocSheet/sEike Rathke1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-36/+36
2015-02-11tdf#88576 check that two parameters are given for IFERROR() and IFNA()Eike Rathke1-2/+4
2015-02-04coverity#1266450 Explicit null dereferencedCaolán McNamara1-4/+7
2015-01-26coverity#1266450 Explicit null dereferencedCaolán McNamara1-0/+5
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist1-1/+2
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-1/+1
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière1-1/+1
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers1-2/+64
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-3/+3
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke1-2/+2
2014-12-22comment on COUNTBLANK() why we do what we doEike Rathke1-3/+11
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-14/+14
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-2/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-9/+9
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-2/+2
2014-10-16fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida1-22/+33
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida1-2/+20
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-22/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-07-25coverity#735613 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-07-15CID#703986 Unchecked return value (CHECKED_RETURN)Eike Rathke1-2/+2
2014-07-15CID#703987 Unchecked return value (CHECKED_RETURN)Eike Rathke1-2/+2
2014-07-15CID#735794 Dereference after null check (FORWARD_NULL)Eike Rathke1-3/+1
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-27/+18
2014-06-25remove whitespaceMarkus Mohrhard1-116/+0
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke1-1/+1