summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of OUString constructor in SC moduleNoel Grandin2013-11-1175-178/+168
* clean up #ifdef ICC codeMichael Stahl2013-11-101-5/+0
* More sc CppunitTest fixesStephan Bergmann2013-11-0910-50/+50
* More sc CppunitTest fixesStephan Bergmann2013-11-092-10/+10
* The ScOutlineObj test still requires the fugdgeStephan Bergmann2013-11-091-5/+5
* fixup sc chart regression testLionel Elie Mamane2013-11-091-1/+3
* UnoApiTest don't require CalcLionel Elie Mamane2013-11-091-40/+4
* fdo#70797 add Excel 2010 functionsWinfried Donkers2013-11-086-8/+205
* improve calc function CRITBINOMWinfried Donkers2013-11-081-14/+59
* warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl2013-11-081-1/+1
* "%1 is replaced to ..." ... maybe, or maybe notEike Rathke2013-11-086-10/+33
* Bin an unused functionTor Lillqvist2013-11-072-25/+0
* Umgekehrte Polnische Notation is German for Reverse Polish NotationTor Lillqvist2013-11-072-6/+6
* Cosmetics: Use more consistent style in the generated OpenCL codeTor Lillqvist2013-11-072-3/+3
* Blind MSVC fixStephan Bergmann2013-11-071-1/+1
* we need to use ScDocumentImport for all callsMarkus Mohrhard2013-11-071-2/+2
* Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida2013-11-062-112/+244
* Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida2013-11-064-8/+30
* Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida2013-11-062-29/+36
* Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida2013-11-063-2/+64
* Add mutex for external source document meta-data container.Kohei Yoshida2013-11-062-2/+24
* Make this method private as it is used only internally.Kohei Yoshida2013-11-061-8/+7
* Set mutex for external ref cache content.Kohei Yoshida2013-11-062-1/+22
* Keep the integer type in sync and remove unused data members.Kohei Yoshida2013-11-062-15/+9
* Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida2013-11-062-16/+53
* Add new test for parsing OOo A1 style single references.Kohei Yoshida2013-11-062-0/+58
* Using OUStringBuffer is faster than chained += operator.Kohei Yoshida2013-11-061-3/+7
* Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida2013-11-066-8/+63
* Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida2013-11-0626-58/+87
* Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida2013-11-069-16/+37
* This method is now unused.Kohei Yoshida2013-11-062-11/+0
* Compile formulas using internal API directly...Kohei Yoshida2013-11-061-4/+14
* check for valid string lenCaolán McNamara2013-11-061-3/+4
* don't access beyond end of stringCaolán McNamara2013-11-061-1/+1
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-062-4/+4
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-0610-20/+18
* GPU Calc: implemented STANDARDIZEshiming zhang2013-11-053-0/+119
* GPU Calc: unit test cases for STANDARDIZEshiming zhang2013-11-053-0/+28
* GPU Calc: implemented TANHfengzeng2013-11-053-0/+43
* GPU Calc: unit test cases for TANHfengzeng2013-11-053-0/+25
* GPU Calc: implemented TANfengzeng2013-11-053-1/+41
* GPU Calc: unit test cases for TANfengzeng2013-11-053-0/+25
* GPU Calc: implement fix for SINfengzeng2013-11-053-2/+40
* GPU Calc: unit test cases for SINfengzeng2013-11-053-0/+25
* GPU Calc: implement fix for PVyiming ju2013-11-053-0/+156
* GPU Calc: unit test cases for PVyiming ju2013-11-053-0/+25
* GPU Calc: implement fix for ABSyangzhang2013-11-053-0/+45
* GPU Calc: unit test cases for ABSyangzhang2013-11-053-0/+29
* removed unused aStrRow member variableEike Rathke2013-11-054-4/+0
* OUStringBuffer is unnecessary hereEike Rathke2013-11-054-18/+10