summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
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
2013-10-04Normalize all string objects that are cell contents before they get stored.Kohei Yoshida
2013-10-04Add string pool to document.Kohei Yoshida
2013-10-04Move this string pool code to svl.Kohei Yoshida
2013-10-04fdo#39674 fix some spellingThomas Arnhold
2013-10-04convert sc/inc/hints.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/l*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/progress.hx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/view*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/core/inc/*.hxx from String to OUStringNoel Grandin
2013-10-03rtl_ustr_hashCode_WithLength -> OUString:hashCodeCaolán McNamara
2013-10-03de-GetBuffer calcCaolán McNamara
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann