summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Bail out early.Kohei Yoshida2013-10-191-54/+59
* Try constructing & initializing the matrix in one step.Kohei Yoshida2013-10-181-5/+5
* Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida2013-10-182-344/+0
* vector with reserve() is slightly faster than deque here.Kohei Yoshida2013-10-181-2/+5
* Slightly optimize matrix value traversal.Kohei Yoshida2013-10-183-88/+134
* Faster way to add two result matrices.Kohei Yoshida2013-10-183-14/+68
* No need to fill zeros here. The matrix is initialized with zeros.Kohei Yoshida2013-10-181-3/+1
* Re-write CompareEqual etc. to make it run faster.Kohei Yoshida2013-10-181-27/+77
* A little cleanup. Derive block types from multi_type_matrix.Kohei Yoshida2013-10-181-19/+32
* Reduce the number of arguments. The first argument can go now.Kohei Yoshida2013-10-184-9/+9
* Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida2013-10-184-42/+132
* Fix brace styles.Kohei Yoshida2013-10-181-2/+4
* Initial attempt to speed up matrix comparison.Kohei Yoshida2013-10-188-241/+671
* Enable group calculation on SUMIFS.Kohei Yoshida2013-10-181-0/+1
* We actually don't want to allow group-calc on matrix inverse.Kohei Yoshida2013-10-181-1/+0
* Redo vector ref array fetching for ranges starting with a numeric cell.Kohei Yoshida2013-10-181-6/+126
* Add helper functions for unit test & add new test that currently fails.Kohei Yoshida2013-10-181-17/+73
* Cleanup.Kohei Yoshida2013-10-181-4/+5
* Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida2013-10-185-27/+138
* Write a new test case for fetching vector ref array.Kohei Yoshida2013-10-182-0/+76
* More eye-pleasing way of checking for valid vector array...Kohei Yoshida2013-10-181-2/+2
* Allow vector array tokens to store both numeric and string values.Kohei Yoshida2013-10-182-40/+124
* removed senseless commentsEike Rathke2013-10-181-3/+3
* check fCount beforehand and bail out early, fdo#70000 relatedEike Rathke2013-10-181-1/+1
* fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers2013-10-187-10/+130
* eliminated cause of "SelectionPattern Null" dbgutil warningEike Rathke2013-10-181-10/+17
* fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2013-10-1823-45/+0
* convert remaining String in SC to OUStringNoel Grandin2013-10-1888-215/+203
* re-added an omitted nFuncFmtTypeEike Rathke2013-10-161-0/+1
* fixed MIN and MAX matrix case regressionEike Rathke2013-10-161-2/+8
* fixed out-of-bounds OUString accessEike Rathke2013-10-161-1/+2
* CID#1103764 uninitialized scalar fieldCaolán McNamara2013-10-161-7/+9
* CID#1103768 uninitialized scalar fieldCaolán McNamara2013-10-161-0/+1
* CID#1103722 resource leakCaolán McNamara2013-10-161-1/+1
* CID#1103728 malloc(1)Caolán McNamara2013-10-161-1/+1
* Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara2013-10-156-127/+100
* fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet2013-10-156-93/+93
* update pchThomas Arnhold2013-10-152-13/+11
* Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier2013-10-142-135/+135
* String to OUString in viewfunc (Calc)Laurent Balland-Poirier2013-10-141-2/+2
* Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist2013-10-135-24/+14
* Drop unused typedefs and #includesTakeshi Abe2013-10-132-10/+1
* Use SAL_PATHDELIMITERTor Lillqvist2013-10-121-9/+1
* Bin pointless commentsTor Lillqvist2013-10-122-4/+0
* Test _WIN32 instead of UNX as it's Windows that is the special caseTor Lillqvist2013-10-122-7/+3
* Unused ScExternalRefCache::mrStrPoolStephan Bergmann2013-10-112-5/+2
* -Werror,-Wunused-functionStephan Bergmann2013-10-111-5/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-114-22/+67
* Use OUString & a bit more fine-grained unit test error messages.Kohei Yoshida2013-10-111-13/+24
* Spell check context can be NULL (when the live spell check is not on).Kohei Yoshida2013-10-111-1/+1