summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
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
2013-10-08convert sc/inc/address.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/autonamecache.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/chartlis.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/column.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/compiler.hxx from String to OUStringNoel Grandin
2013-10-08convert the OUString* arrays in ScConsData to arrays of OUStringNoel Grandin
2013-10-08convert sc/inc/consoli.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/dpgroup.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/drwlayer.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/editutil.hxx from String to OUStringNoel Grandin
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Some attempt to store string ID's into query items.Kohei Yoshida
2013-10-04ScInterpreter::GetString() now returns a ref to OUString.Kohei Yoshida
2013-10-04Reduce the amount of indentation by early exit.Kohei Yoshida
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida