summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-20Reduce branching on empty matrix elements as well.Kohei Yoshida
2013-10-20Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida
2013-10-20Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida
2013-10-20Store SharedString in Compare::Cell.Kohei Yoshida
2013-10-20Better way to organize 2 compared cell values.Kohei Yoshida
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-18Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida
2013-10-18Slightly optimize matrix value traversal.Kohei Yoshida
2013-10-18Faster way to add two result matrices.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-18Initial attempt to speed up matrix comparison.Kohei Yoshida
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-15update pchThomas Arnhold
2013-10-11Unused ScExternalRefCache::mrStrPoolStephan 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-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei 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-08Let's not do this.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-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/address.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/addruno.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/autonamecache.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/cellsuno.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/chartlis.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/chartuno.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/dapiuno.hxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/datauno.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