summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers
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-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers
2013-10-30Have the OpenCL test really use OpenCL.Kohei Yoshida
2013-10-30use DocumentImport for csv import, related fdo#69006Markus 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-30renumbered string ID defines consecutively to close gapsEike Rathke
2013-10-30renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...Eike Rathke
2013-10-30STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERREike Rathke
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke
2013-10-30added SC_STRLOAD() macroEike Rathke
2013-10-30commented purpose of this file to clarify resident natureEike Rathke
2013-10-30proper include guard nameEike Rathke
2013-10-29Correct way to try to enable OpenCL in unit test.Kohei Yoshida
2013-10-29Revert "Related: fdo#63546 bundle both changes together as one undo"Eike Rathke
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida
2013-10-28Remove duplicated code blocks.Kohei Yoshida
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida
2013-10-28remove local css namespace definitionsThomas Arnhold