summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2014-06-17resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+1
2014-06-09unify the handling of string position arguments, fdo#75971 relatedEike Rathke1-0/+48
2014-03-17fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+14
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke1-1/+30
2013-12-31Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida1-0/+1
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers1-0/+1
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-0/+2
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers1-0/+2
2013-11-20DynamicKernel isn't needed outside formulagroupcl.cxx after allTor Lillqvist1-107/+0
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist1-1/+4
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-0/+38
2013-11-20Make it clear in comments what kind of "code generation" they meanTor Lillqvist1-1/+1
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist1-0/+104
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers1-0/+2
2013-11-06Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida1-0/+4
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers1-0/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-0/+1
2013-10-19Do the two matrix comparisons both in CompareMat().Kohei Yoshida1-1/+1
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida1-8/+4
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers1-2/+3
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-8/+8
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-0/+7
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-1/+0
2013-10-04Reduce the amount of indentation by early exit.Kohei Yoshida1-1/+1
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-2/+2
2013-10-04convert sc/source/core/inc/*.hxx from String to OUStringNoel Grandin3-19/+19
2013-10-03de-GetBuffer calcCaolán McNamara2-2/+2
2013-10-01sal_Bool to bool in bcaslot.[ch]xxMarkus Mohrhard1-10/+10
2013-09-19convert sc/source/core/inc/adiasync.hxx from String to OUStringNoel Grandin1-4/+2
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-1/+1
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida1-0/+1
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida1-1/+10
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-3/+0
2013-08-29convert includes/sfx2/lnkbase.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried1-1/+0
2013-08-09Revert "fdo#37341 dix unending loop in calc with Goal Seek"Stephan Bergmann1-0/+1
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried1-1/+0
2013-07-30These methods are now unused. Chuck them.Kohei Yoshida1-26/+0
2013-07-24More on removing CalcAbsIfRel().Kohei Yoshida1-9/+23
2013-07-24Same with UpdateGrow().Kohei Yoshida1-3/+1
2013-07-24UpdateTranspose() without calling CalcAbsIfRel().Kohei Yoshida1-4/+2
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida4-157/+34
2013-06-27Remove duplicate code blocks.Kohei Yoshida1-1/+0
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks1-184/+0
2013-06-27use #if to avoid gotchas, move header to include, make UI conditional.Michael Meeks1-0/+184
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-1/+0
2013-06-16add initial version of WEBSERVICE functionMarkus Mohrhard1-0/+1
2013-06-16inital work on FILTERXML functionMarkus Mohrhard1-0/+2
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei1-0/+4