summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-11/+10
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin75-178/+168
2013-11-10clean up #ifdef ICC codeMichael Stahl1-5/+0
2013-11-09More sc CppunitTest fixesStephan Bergmann10-50/+50
2013-11-09More sc CppunitTest fixesStephan Bergmann2-10/+10
2013-11-09The ScOutlineObj test still requires the fugdgeStephan Bergmann1-5/+5
2013-11-09fixup sc chart regression testLionel Elie Mamane1-1/+3
2013-11-09UnoApiTest don't require CalcLionel Elie Mamane1-40/+4
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers6-8/+205
2013-11-08improve calc function CRITBINOMWinfried Donkers1-14/+59
2013-11-08warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl1-1/+1
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke6-10/+33
2013-11-07Bin an unused functionTor Lillqvist2-25/+0
2013-11-07Umgekehrte Polnische Notation is German for Reverse Polish NotationTor Lillqvist2-6/+6
2013-11-07Cosmetics: Use more consistent style in the generated OpenCL codeTor Lillqvist2-3/+3
2013-11-07Blind MSVC fixStephan Bergmann1-1/+1
2013-11-07we need to use ScDocumentImport for all callsMarkus Mohrhard1-2/+2
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida2-112/+244
2013-11-06Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida4-8/+30
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida2-29/+36
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida3-2/+64
2013-11-06Add mutex for external source document meta-data container.Kohei Yoshida2-2/+24
2013-11-06Make this method private as it is used only internally.Kohei Yoshida1-8/+7
2013-11-06Set mutex for external ref cache content.Kohei Yoshida2-1/+22
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida2-15/+9
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida2-16/+53
2013-11-06Add new test for parsing OOo A1 style single references.Kohei Yoshida2-0/+58
2013-11-06Using OUStringBuffer is faster than chained += operator.Kohei Yoshida1-3/+7
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida6-8/+63
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida26-58/+87
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida9-16/+37
2013-11-06This method is now unused.Kohei Yoshida2-11/+0
2013-11-06Compile formulas using internal API directly...Kohei Yoshida1-4/+14
2013-11-06check for valid string lenCaolán McNamara1-3/+4
2013-11-06don't access beyond end of stringCaolán McNamara1-1/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin2-4/+4
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin10-20/+18
2013-11-05GPU Calc: implemented STANDARDIZEshiming zhang3-0/+119
2013-11-05GPU Calc: unit test cases for STANDARDIZEshiming zhang3-0/+28
2013-11-05GPU Calc: implemented TANHfengzeng3-0/+43
2013-11-05GPU Calc: unit test cases for TANHfengzeng3-0/+25
2013-11-05GPU Calc: implemented TANfengzeng3-1/+41
2013-11-05GPU Calc: unit test cases for TANfengzeng3-0/+25
2013-11-05GPU Calc: implement fix for SINfengzeng3-2/+40
2013-11-05GPU Calc: unit test cases for SINfengzeng3-0/+25
2013-11-05GPU Calc: implement fix for PVyiming ju3-0/+156
2013-11-05GPU Calc: unit test cases for PVyiming ju3-0/+25
2013-11-05GPU Calc: implement fix for ABSyangzhang3-0/+45
2013-11-05GPU Calc: unit test cases for ABSyangzhang3-0/+29
2013-11-05removed unused aStrRow member variableEike Rathke4-4/+0