summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-07Bin an unused functionTor Lillqvist
2013-11-07Umgekehrte Polnische Notation is German for Reverse Polish NotationTor Lillqvist
2013-11-07Cosmetics: Use more consistent style in the generated OpenCL codeTor Lillqvist
2013-11-07Blind MSVC fixStephan Bergmann
2013-11-07we need to use ScDocumentImport for all callsMarkus Mohrhard
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida
2013-11-06Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida
2013-11-06Add mutex for external source document meta-data container.Kohei Yoshida
2013-11-06Make this method private as it is used only internally.Kohei Yoshida
2013-11-06Set mutex for external ref cache content.Kohei Yoshida
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida
2013-11-06Add new test for parsing OOo A1 style single references.Kohei Yoshida
2013-11-06Using OUStringBuffer is faster than chained += operator.Kohei Yoshida
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-11-06This method is now unused.Kohei Yoshida
2013-11-06Compile formulas using internal API directly...Kohei Yoshida
2013-11-06check for valid string lenCaolán McNamara
2013-11-06don't access beyond end of stringCaolán McNamara
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05GPU Calc: implemented STANDARDIZEshiming zhang
2013-11-05GPU Calc: unit test cases for STANDARDIZEshiming zhang
2013-11-05GPU Calc: implemented TANHfengzeng
2013-11-05GPU Calc: unit test cases for TANHfengzeng
2013-11-05GPU Calc: implemented TANfengzeng
2013-11-05GPU Calc: unit test cases for TANfengzeng
2013-11-05GPU Calc: implement fix for SINfengzeng
2013-11-05GPU Calc: unit test cases for SINfengzeng
2013-11-05GPU Calc: implement fix for PVyiming ju
2013-11-05GPU Calc: unit test cases for PVyiming ju
2013-11-05GPU Calc: implement fix for ABSyangzhang
2013-11-05GPU Calc: unit test cases for ABSyangzhang
2013-11-05removed unused aStrRow member variableEike Rathke
2013-11-05OUStringBuffer is unnecessary hereEike Rathke
2013-11-05fdo#71120: use native checkbox heightIvan Timofeev
2013-11-05"%1 is replaced to column letter" ... so do itEike Rathke
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05fix some further include guard fooThomas Arnhold
2013-11-05update pchThomas Arnhold
2013-11-05fix STL debug build againDavid Tardon
2013-11-04sc: stop linking openssl in scopencl libraryMichael Stahl
2013-11-04Two new test cases for importing data tables from XLSX.Kohei Yoshida
2013-11-04Create data-table directory and move the test file into it.Kohei Yoshida
2013-11-04Import data tables from xlsx via ScDocumentImport.Kohei Yoshida