summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Backport Calc's data stream massive cleanup effort.Kohei Yoshida8-0/+167
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida1-1/+2
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida1-5/+5
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida2-0/+17
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida1-0/+3
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida2-21/+6
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida2-3/+12
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke1-0/+1
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida1-0/+5
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke1-0/+1
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard3-0/+3
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard2-0/+2
2013-11-27resolved fdo#53103 actually use the external data filter optionsEike Rathke1-1/+7
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard2-1/+7
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard1-0/+5
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard2-1/+20
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-0/+4
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida1-0/+6
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida1-1/+1
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida1-1/+1
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers1-0/+5
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-2/+4
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist2-5/+11
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist2-1/+18
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist1-7/+2
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist2-3/+4
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist2-0/+39
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist3-0/+21
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-0/+4
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida2-0/+11
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida1-7/+8
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida1-2/+2
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida1-9/+1
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida1-8/+5
2013-11-18Handle sheet-local range names too.Kohei Yoshida1-0/+2
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida1-0/+1
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida1-2/+10
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida1-2/+9
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard1-0/+1
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida4-4/+55
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida1-6/+6
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida1-1/+0
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers1-0/+2
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-1/+1
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist1-1/+0
2013-11-13ScRefreshTimer: export virtual methods and if possible mark SAL_OVERRIDEMatúš Kukan1-2/+3
2013-11-13datastreams: add toolbar buttons to stop / resume streamingMatúš Kukan1-0/+2
2013-11-13add menu item for data streams dialogMatúš Kukan1-0/+2
2013-11-13ScRefreshTimer: implement methods in source fileMatúš Kukan1-54/+18