summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-11-22more tests for new Excel 2010 functions, fdo#70798Eike Rathke2-13/+94
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers8-36/+291
2013-11-22fdo#71350 fix incorrect calculation of Excel function CONFIDENCE.TWinfried Donkers1-1/+1
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida3-19/+12
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida3-2/+25
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida4-26/+40
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida3-6/+3
2013-11-22Shrink class sizes a bit.Kohei Yoshida1-14/+14
2013-11-22Avoid re-drawing progress bar too frequently.Kohei Yoshida1-6/+8
2013-11-21Ensure that when ds_profile is NULL, NATIVE_CPU is selected.Jagan Lokanatha1-1/+1
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida3-3/+92
2013-11-20GPU Calc: fixed missing assigment operator in unrollinglibreoffice-4-2-milestone-1I-Jui (Ray) Sung1-0/+1
2013-11-21Use SAL_INFO() instead of printf()Tor Lillqvist1-3/+3
2013-11-20GPU Calc: re-enable parallel SUMIFSI-Jui (Ray) Sung1-1/+8
2013-11-20Result should be in seconds, not microsecondsTor Lillqvist1-1/+1
2013-11-20Simply use a separate temp variableTor Lillqvist1-1/+3
2013-11-20Rename timerStop() to timerCurrent() as it doesn't "stop" anythingTor Lillqvist1-4/+4
2013-11-20Simplify "timer" code and add OS X implementationTor Lillqvist1-8/+19
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers8-5/+280
2013-11-20DynamicKernel isn't needed outside formulagroupcl.cxx after allTor Lillqvist3-127/+62
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist4-3/+11
2013-11-20Bin comment that is now weirdly placed after mergesTor Lillqvist1-2/+0
2013-11-20Fix leftover wrongly named header in #includeTor Lillqvist1-1/+1
2013-11-20Try to make the background OpenCL compilation conditional at run-timeTor Lillqvist1-13/+36
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist3-8/+15
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist8-257/+323
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist5-7/+39
2013-11-20Avoid crash in unit testTor Lillqvist1-1/+2
2013-11-20WaE: unused parametersTor Lillqvist1-2/+2
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist4-9/+75
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist2-8/+3
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist10-38/+36
2013-11-20Add "sc.opencl" logging areaTor Lillqvist2-4/+3
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist7-5/+83
2013-11-20Make it clear in comments what kind of "code generation" they meanTor Lillqvist2-6/+4
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist7-71/+206
2013-11-20fix: overriding virtual function differs from 'osl::Thread::terminate'Matúš Kukan1-3/+3
2013-11-20Use <windows.h> with a lower-case 'w' for cross-compilation goodnessTor Lillqvist2-2/+2
2013-11-20datastreams: read data in another threadMatúš Kukan3-22/+129
2013-11-20Add missing linker flag for clock_gettime() call.Kohei Yoshida1-0/+1
2013-11-20clewInit is importantMarkus Mohrhard1-0/+4
2013-11-20C++ style struct / enum declarations without typedef.Kohei Yoshida2-12/+16
2013-11-20Handle a case where the profile initialization fails.Kohei Yoshida1-1/+8
2013-11-20Use scoped_ptr here for exception safety.Kohei Yoshida1-4/+6
2013-11-20Safer to use std::vector than heap array objects.Kohei Yoshida1-26/+22
2013-11-20Remove compiler warnings.Kohei Yoshida2-15/+15
2013-11-20Get it to build on Linux.Kohei Yoshida1-2/+1
2013-11-20Enable workload-based device selection in OpenCL.Jagan Lokanatha5-17/+1191
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-33/+34
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann5-10/+24