summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard
2013-11-27resolved fdo#53103 actually use the external data filter optionsEike Rathke
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida
2013-11-18Handle sheet-local range names too.Kohei Yoshida
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist
2013-11-13ScRefreshTimer: export virtual methods and if possible mark SAL_OVERRIDEMatúš Kukan
2013-11-13datastreams: add toolbar buttons to stop / resume streamingMatúš Kukan
2013-11-13add menu item for data streams dialogMatúš Kukan
2013-11-13ScRefreshTimer: implement methods in source fileMatúš Kukan
2013-11-13move ScRefreshTimerProtector into its own header fileMatúš Kukan
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl