summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-10-19approxEqual with 0.0 always is false. Do a normal non-equality check.Kohei Yoshida
2013-10-19fix CID#1103762Caolán McNamara
2013-10-19CID#1103761 uninit memberCaolán McNamara
2013-10-19CID#1103762 uninit memberCaolán McNamara
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-19Do the two matrix comparisons both in CompareMat().Kohei Yoshida
2013-10-19Need also a definition of the maComp static member variableTor Lillqvist
2013-10-19Bail out early.Kohei Yoshida
2013-10-18Try constructing & initializing the matrix in one step.Kohei Yoshida
2013-10-18Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida
2013-10-18vector with reserve() is slightly faster than deque here.Kohei Yoshida
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida
2013-10-18Faster way to add two result matrices.Kohei Yoshida
2013-10-18No need to fill zeros here. The matrix is initialized with zeros.Kohei Yoshida
2013-10-18Re-write CompareEqual etc. to make it run faster.Kohei Yoshida
2013-10-18A little cleanup. Derive block types from multi_type_matrix.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-18Fix brace styles.Kohei Yoshida
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida
2013-10-18Enable group calculation on SUMIFS.Kohei Yoshida
2013-10-18We actually don't want to allow group-calc on matrix inverse.Kohei Yoshida
2013-10-18Redo vector ref array fetching for ranges starting with a numeric cell.Kohei Yoshida
2013-10-18Cleanup.Kohei Yoshida
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida
2013-10-18removed senseless commentsEike Rathke
2013-10-18check fCount beforehand and bail out early, fdo#70000 relatedEike Rathke
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers
2013-10-18eliminated cause of "SelectionPattern Null" dbgutil warningEike Rathke
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-16re-added an omitted nFuncFmtTypeEike Rathke
2013-10-16fixed MIN and MAX matrix case regressionEike Rathke
2013-10-16fixed out-of-bounds OUString accessEike Rathke
2013-10-16CID#1103764 uninitialized scalar fieldCaolán McNamara
2013-10-16CID#1103768 uninitialized scalar fieldCaolán McNamara
2013-10-16CID#1103722 resource leakCaolán McNamara
2013-10-16CID#1103728 malloc(1)Caolán McNamara
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet
2013-10-14Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier
2013-10-14String to OUString in viewfunc (Calc)Laurent Balland-Poirier
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
2013-10-13Drop unused typedefs and #includesTakeshi Abe
2013-10-12Use SAL_PATHDELIMITERTor Lillqvist
2013-10-12Bin pointless commentsTor Lillqvist
2013-10-12Test _WIN32 instead of UNX as it's Windows that is the special caseTor Lillqvist
2013-10-11Unused ScExternalRefCache::mrStrPoolStephan Bergmann