summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2013-11-11Remove mutexes from external ref manager.Kohei Yoshida
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida
2013-11-11Make this thread safe too.Kohei Yoshida
2013-11-11Guard access to external ref manager instance.Kohei Yoshida
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers
2013-11-08warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke
2013-11-07Blind MSVC fixStephan Bergmann
2013-11-06Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida
2013-11-06Add mutex for external source document meta-data container.Kohei Yoshida
2013-11-06Make this method private as it is used only internally.Kohei Yoshida
2013-11-06Set mutex for external ref cache content.Kohei Yoshida
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-11-05update pchThomas Arnhold
2013-11-04Fix multiple operations with formula cell with indirect dependency.Kohei Yoshida
2013-11-04We need to update sheet positions of range names when modifying sheets.Kohei Yoshida
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida
2013-11-04Populate raw cell values using ScDocumentImport.Kohei Yoshida
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers
2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam
2013-11-04Fix for Calc page scaling - see #i54993#Eilidh McAdam