summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-11-03GPU Calc: implemented COUPNUMminwang
2013-11-03GPU Calc: implemented DURATIONxinjiang
2013-11-03GPU Calc: unit test cases for DURATIONxinjiang
2013-11-03GPU Calc: refactor op_financial.cxx to fix warning and bad indentationI-Jui (Ray) Sung
2013-11-03GPU Calc: implement for PRICEmulei
2013-11-03GPU Calc: implemented ISPMT in GPU calcxinjiang
2013-11-03GPU Calc: unit test cases for ISPMT in GPU calcxinjiang
2013-11-03GPU Calc: fixed compiler warningsI-Jui (Ray) Sung
2013-11-03GPU Calc: implement NAN argument handling in PPMTmulei
2013-11-03catch aFieldSeps.isEmpty() in ScAsciiOptions::GetWeightedFieldSep()Eike Rathke
2013-11-02resolved fdo#67572 export add-in equivalents as internal to .xlsxEike Rathke
2013-11-02no default LTR mode does not mean RTL, fdo#68097Markus Mohrhard
2013-11-02resolved fdo#67536 export internal equivalents as add-in to .xlsEike Rathke
2013-11-02remember column style during XLSX import, fdo#70315Markus Mohrhard
2013-11-02fixed out-of-bounds string access when backspacing in a formulaEike Rathke
2013-11-01GPU Calc: refactor string formatting in some GPU inline functionsyiming ju
2013-11-01GPU Calc: fixed a compiler warningI-Jui (Ray) Sung
2013-11-01GPU Calc: refactor code generation for inlined library routinesyiming ju
2013-11-01GPU Calc: implement NAN argument handling in PMTmulei
2013-11-01Resolves: fdo#71106 editing dde function crashesCaolán McNamara
2013-10-31GPU Calc: refactor code generation for inlined library routinesXukai Liu
2013-10-31Fixed a typo in the GPU Calc compiler.I-Jui (Ray) Sung
2013-10-31Don't hard-code the start row position of string array to 0...Kohei Yoshida
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers
2013-10-31Fix an integration regression on GPU Calc compiler string test case.I-Jui (Ray) Sung
2013-10-31fix incorrect strings for calc functions STDEVP and STDEV.PWinfried Donkers
2013-10-31warning C4702: unreachable codeStephan Bergmann
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-30Use ScDocumentImport to insert data table cells.Kohei Yoshida
2013-10-30Use enum for table op mode.Kohei Yoshida
2013-10-30remove empty methodsMatúš Kukan
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard
2013-10-30don't update row height for csv import, fdo#69009Markus Mohrhard
2013-10-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard
2013-10-30fdo#44134 fix omission in support of Excel 2010Winfried Donkers
2013-10-30fdo#70000 fix omission in support of Excel 2010Winfried Donkers
2013-10-30Return false when no OpenCL device is detected.Kohei Yoshida
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers
2013-10-30Ugh!Kohei Yoshida
2013-10-30Have the OpenCL test really use OpenCL.Kohei Yoshida
2013-10-30Un-templatize code for speedier compilation.Kohei Yoshida
2013-10-30use sal_Int32 instead of xub_StrLenMarkus Mohrhard
2013-10-30use DocumentImport for csv import, related fdo#69006Markus Mohrhard
2013-10-30variable can never be NULL in this placeMarkus Mohrhard
2013-10-30added missing HIDs instead of using copy&paste IDs of other functionsEike Rathke
2013-10-30using dbgutil builds is good for you (TM)Eike Rathke
2013-10-30real assert() to bail out on invalid indexEike Rathke
2013-10-30Let's use typedef for this.Kohei Yoshida
2013-10-30error: unused variable 'kSrc' [loplugin]Stephan Bergmann
2013-10-30WaE: unused variable 'kSrc' [loplugin]Tor Lillqvist