summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr5.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke1-2/+14
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-03-14some formula interpreter options are document specificEike Rathke1-1/+1
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers1-0/+63
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-10/+10
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-4/+4
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-33/+34
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-7/+7
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-13/+13
2013-10-04convert sc/source/core/inc/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+1
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-16/+0
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida1-0/+14
2013-07-19fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-34/+0
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida1-0/+12
2013-07-01Nobody uses this. I forgot to remove it.Kohei Yoshida1-24/+0
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida1-29/+63
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida1-124/+1
2013-06-02preparations for inherited number format removalMarkus Mohrhard1-2/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28ScInterpreter is now free of ScBaseCell. Hooray! \o/Kohei Yoshida1-4/+5
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-50/+54
2013-03-28Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida1-5/+6
2013-03-28Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida1-6/+7
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-1/+2
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida1-1/+1
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida1-1/+1
2013-03-26Add variant of GetCellValue() that takes ScCellIterator instead of ScBaseCell.Kohei Yoshida1-4/+1
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida1-6/+9
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-1/+1
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-6/+6
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-08fdo#56829: Correctly pass element values to matrix.Kohei Yoshida1-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-09-09fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-7/+7
2012-07-19Specify function object as template argument rather than local variable.Kohei Yoshida1-53/+51
2012-07-19Added comment.Kohei Yoshida1-0/+2
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida1-30/+110
2012-07-19Less indentations via early bailout.Kohei Yoshida1-62/+66
2012-07-19It's now faster to start empty and fill non-empty elements.Kohei Yoshida1-72/+31
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-4/+3
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-03-22removed duplicate includes in scTakeshi Abe1-5/+0
2012-02-27merge GetString variantsCaolán McNamara1-2/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-08-23typo meVolaileType -> meVolatileTypeEike Rathke1-1/+1
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke1-13/+13
2011-06-18osversiondef.hxx no longer existsTakeshi Abe1-3/+0