summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist128-169/+169
2013-10-22Fix tools/string.hxx remnantsStephan Bergmann1-8/+11
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-1/+1
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara8-0/+8
2013-10-22fixup ScDocFunc OUString changes.Michael Meeks2-14/+14
2013-10-22missing dependency on mddsMarkus Mohrhard1-0/+1
2013-10-21drop OSL_ENSURE about STRING_MAXLENCaolán McNamara1-2/+0
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara4-4/+5
2013-10-21remove uses of COMPARE_*Caolán McNamara8-90/+91
2013-10-21drop CharSet typedefCaolán McNamara28-48/+49
2013-10-21fdo#68849 add some header guardsThomas Arnhold11-0/+56
2013-10-21Add writedirections buttons to calc sidebar fdo#67746abdulmajeed ahmed1-36/+86
2013-10-20drop unnecessary tools/string includesCaolán McNamara45-86/+61
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida3-8/+37
2013-10-20Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida3-25/+288
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida4-16/+12
2013-10-20Try not to use array index access here...Kohei Yoshida1-1/+6
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida4-43/+38
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida4-91/+115
2013-10-19approxEqual with 0.0 always is false. Do a normal non-equality check.Kohei Yoshida1-2/+2
2013-10-19fix CID#1103762Caolán McNamara1-2/+2
2013-10-19CID#1103761 uninit memberCaolán McNamara1-1/+2
2013-10-19CID#1103762 uninit memberCaolán McNamara1-1/+2
2013-10-19Construct and initialize result matrix in one step.Kohei Yoshida3-16/+30
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida4-32/+35
2013-10-19Do the two matrix comparisons both in CompareMat().Kohei Yoshida2-39/+61
2013-10-19Need also a definition of the maComp static member variableTor Lillqvist1-0/+3
2013-10-19Bail out early.Kohei Yoshida1-54/+59
2013-10-18Try constructing & initializing the matrix in one step.Kohei Yoshida1-5/+5
2013-10-18Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida2-344/+0
2013-10-18vector with reserve() is slightly faster than deque here.Kohei Yoshida1-2/+5
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida3-88/+134
2013-10-18Faster way to add two result matrices.Kohei Yoshida3-14/+68
2013-10-18No need to fill zeros here. The matrix is initialized with zeros.Kohei Yoshida1-3/+1
2013-10-18Re-write CompareEqual etc. to make it run faster.Kohei Yoshida1-27/+77
2013-10-18A little cleanup. Derive block types from multi_type_matrix.Kohei Yoshida1-19/+32
2013-10-18Reduce the number of arguments. The first argument can go now.Kohei Yoshida4-9/+9
2013-10-18Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida4-42/+132
2013-10-18Fix brace styles.Kohei Yoshida1-2/+4
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida8-241/+671
2013-10-18Enable group calculation on SUMIFS.Kohei Yoshida1-0/+1
2013-10-18We actually don't want to allow group-calc on matrix inverse.Kohei Yoshida1-1/+0
2013-10-18Redo vector ref array fetching for ranges starting with a numeric cell.Kohei Yoshida1-6/+126
2013-10-18Add helper functions for unit test & add new test that currently fails.Kohei Yoshida1-17/+73
2013-10-18Cleanup.Kohei Yoshida1-4/+5
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida5-27/+138
2013-10-18Write a new test case for fetching vector ref array.Kohei Yoshida2-0/+76
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida1-2/+2
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida2-40/+124
2013-10-18removed senseless commentsEike Rathke1-3/+3