summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin7-9/+9
2013-11-04remove redundant calls to OUString constructorNoel Grandin4-33/+33
2013-11-04WaE: unused variablesTor Lillqvist1-2/+0
2013-11-04WaE: statement aligned ... [loplugin]Tor Lillqvist1-1/+1
2013-11-04GPU Calc: implement fix for SINHdechuang3-0/+41
2013-11-04GPU Calc: unit test cases for SINHdechuang3-0/+21
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin10-19/+19
2013-11-03GPU Calc: implemented COUPNUMminwang3-1/+111
2013-11-03GPU Calc: unit test cases for COUPNUMminwang2-0/+25
2013-11-03GPU Calc: implemented DURATIONxinjiang3-0/+58
2013-11-03GPU Calc: unit test cases for DURATIONxinjiang3-0/+25
2013-11-03GPU Calc: refactor op_financial.cxx to fix warning and bad indentationI-Jui (Ray) Sung1-184/+182
2013-11-03GPU Calc: implement for PRICEmulei3-0/+155
2013-11-03GPU Calc: unit test cases for PRICEmulei2-0/+25
2013-11-03GPU Calc: implemented ISPMT in GPU calcxinjiang3-0/+59
2013-11-03GPU Calc: unit test cases for ISPMT in GPU calcxinjiang3-0/+25
2013-11-03GPU Calc: fixed compiler warningsI-Jui (Ray) Sung1-1/+0
2013-11-03GPU Calc: implement NAN argument handling in PPMTmulei1-83/+136
2013-11-03GPU Calc: unit test cases for NAN argument handling in PPMTmulei2-1/+24
2013-11-03catch aFieldSeps.isEmpty() in ScAsciiOptions::GetWeightedFieldSep()Eike Rathke1-1/+6
2013-11-02resolved fdo#67572 export add-in equivalents as internal to .xlsxEike Rathke2-11/+17
2013-11-02no default LTR mode does not mean RTL, fdo#68097Markus Mohrhard1-1/+6
2013-11-02add test case for fdo#70315Markus Mohrhard2-0/+24
2013-11-02resolved fdo#67536 export internal equivalents as add-in to .xlsEike Rathke3-6/+47
2013-11-02remember column style during XLSX import, fdo#70315Markus Mohrhard1-1/+3
2013-11-02fixed out-of-bounds string access when backspacing in a formulaEike Rathke1-1/+1
2013-11-01GPU Calc: refactor string formatting in some GPU inline functionsyiming ju1-451/+490
2013-11-01GPU Calc: fixed a compiler warningI-Jui (Ray) Sung1-2/+2
2013-11-01GPU Calc: refactor code generation for inlined library routinesyiming ju5-734/+1121
2013-11-01GPU Calc: implement NAN argument handling in PMTmulei1-28/+102
2013-11-01GPU Calc: unit test cases for NAN argument handling in PMTmulei2-0/+25
2013-11-01Resolves: fdo#71106 editing dde function crashesCaolán McNamara1-5/+9
2013-10-31GPU Calc: re-enable regression test testSharedFormulaXLSI-Jui (Ray) Sung1-1/+1
2013-10-31GPU Calc: refactor code generation for inlined library routinesXukai Liu6-32/+89
2013-10-31Fixed a typo in the GPU Calc compiler.I-Jui (Ray) Sung1-3/+3
2013-10-31Don't hard-code the start row position of string array to 0...Kohei Yoshida3-6/+39
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers8-3/+195
2013-10-31Fix an integration regression on GPU Calc compiler string test case.I-Jui (Ray) Sung5-12/+94
2013-10-31fix incorrect strings for calc functions STDEVP and STDEV.PWinfried Donkers1-2/+2
2013-10-31warning C4702: unreachable codeStephan Bergmann2-2/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin5-16/+15
2013-10-30Use ScDocumentImport to insert data table cells.Kohei Yoshida3-5/+97
2013-10-30Use enum for table op mode.Kohei Yoshida9-47/+47
2013-10-30remove empty methodsMatúš Kukan2-11/+1
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard4-13/+16
2013-10-30don't update row height for csv import, fdo#69009Markus Mohrhard2-5/+5
2013-10-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard3-6/+10
2013-10-30fdo#44134 fix omission in support of Excel 2010Winfried Donkers1-0/+2
2013-10-30fdo#70000 fix omission in support of Excel 2010Winfried Donkers1-0/+2
2013-10-30Return false when no OpenCL device is detected.Kohei Yoshida1-1/+1