summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
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-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-16CID#1103722 resource leakCaolán McNamara
2013-10-16CID#1103728 malloc(1)Caolán McNamara
2013-10-11-Werror,-Wunused-functionStephan Bergmann
2013-10-11Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida
2013-10-11We are supposed to keep track of max-length string.Kohei Yoshida
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-10-11Use shared string's fast equality check for ValidQuery().Kohei Yoshida
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-10-10fdo#50118 use English add-in function namesWinfried Donkers
2013-10-09Fix for !HAVE_FEATURE_OPENCLTor Lillqvist
2013-10-08CID#1038507 calm coverity nerves about a double freeCaolán McNamara
2013-10-08breakKohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida
2013-10-08Add VLOOKUP to the list of functions we support for group calculation.Kohei Yoshida
2013-10-08Turns out we are not using OpenCL here in the existing interpreter.Kohei Yoshida
2013-10-08Let's not do this.Kohei Yoshida
2013-10-08Handle edit text cells here as well as the string cells.Kohei Yoshida
2013-10-08Get the string ID's for case insensitive comparisons.Kohei Yoshida
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida
2013-10-08Unused methods.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida
2013-10-08Slight optimization when copying OUString.Kohei Yoshida
2013-10-08CID#1079199 uninitialized memberCaolán McNamara
2013-10-08can drop casts nowCaolán McNamara
2013-10-08just copy everything remainingCaolán McNamara
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin