summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2013-10-26remove now unused ScDocument::GetRowDefaultMatúš Kukan
2013-10-24convert SolverDouble dialog to .uiCaolán McNamara
2013-10-24convert SolverInteger dialog to .uiCaolán McNamara
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-23convert input string dialog to .uiCaolán McNamara
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
2013-10-21remove uses of COMPARE_*Caolán McNamara
2013-10-21drop CharSet typedefCaolán McNamara
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida
2013-10-20Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida
2013-10-19Construct and initialize result matrix in one step.Kohei Yoshida
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida
2013-10-18Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida
2013-10-18Faster way to add two result matrices.Kohei Yoshida
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida
2013-10-18convert remaining String in SC to OUStringNoel Grandin