summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida2013-10-283-5/+7
* Remove duplicated code blocks.Kohei Yoshida2013-10-281-0/+3
* Add cache of column data arrays to the group formula context.Kohei Yoshida2013-10-281-2/+36
* remove local css namespace definitionsThomas Arnhold2013-10-281-1/+0
* remove now unused ScDocument::GetRowDefaultMatúš Kukan2013-10-261-3/+2
* convert SolverDouble dialog to .uiCaolán McNamara2013-10-242-2/+0
* convert SolverInteger dialog to .uiCaolán McNamara2013-10-242-2/+0
* Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida2013-10-234-41/+74
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-236-77/+62
* convert input string dialog to .uiCaolán McNamara2013-10-232-4/+3
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-2210-13/+13
* remove unnecessary tools/string.hxx includesCaolán McNamara2013-10-211-1/+0
* remove uses of COMPARE_*Caolán McNamara2013-10-211-2/+2
* drop CharSet typedefCaolán McNamara2013-10-212-2/+2
* fdo#68849 add some header guardsThomas Arnhold2013-10-211-0/+5
* drop unnecessary tools/string includesCaolán McNamara2013-10-2020-35/+23
* Reduce branching on empty matrix elements as well.Kohei Yoshida2013-10-201-0/+5
* Reduce branching in CompareMatrix(). This makes a big difference.Kohei Yoshida2013-10-201-0/+3
* Pass cells to CompareFunc, rather than the whole Compare struct.Kohei Yoshida2013-10-201-2/+1
* Store SharedString in Compare::Cell.Kohei Yoshida2013-10-201-4/+3
* Better way to organize 2 compared cell values.Kohei Yoshida2013-10-201-13/+13
* Construct and initialize result matrix in one step.Kohei Yoshida2013-10-191-2/+4
* Generate boolean comparison result array in one step.Kohei Yoshida2013-10-192-0/+4
* Remove all uses of Pos and ConstPos. They are slow.Kohei Yoshida2013-10-181-52/+0
* Slightly optimize matrix value traversal.Kohei Yoshida2013-10-181-1/+9
* Faster way to add two result matrices.Kohei Yoshida2013-10-181-1/+3
* Reduce the number of arguments. The first argument can go now.Kohei Yoshida2013-10-181-1/+4
* Move the compare-matrix code to ScMatrix, for much faster execution.Kohei Yoshida2013-10-182-1/+14
* Initial attempt to speed up matrix comparison.Kohei Yoshida2013-10-182-4/+124
* Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida2013-10-182-0/+22
* convert remaining String in SC to OUStringNoel Grandin2013-10-184-7/+3
* update pchThomas Arnhold2013-10-152-13/+11
* Unused ScExternalRefCache::mrStrPoolStephan Bergmann2013-10-111-2/+1
* Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida2013-10-111-1/+5
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-114-33/+32
* GetString() from ScMatrix to return SharedString.Kohei Yoshida2013-10-111-4/+4
* Properly intern strings going into matrix objects.Kohei Yoshida2013-10-111-3/+10
* Make the same change to the orcus interface & remove unused methods.Kohei Yoshida2013-10-111-0/+2
* Import shared formulas from xlsx without crashing.Kohei Yoshida2013-10-111-1/+1
* Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida2013-10-112-2/+9
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-083-6/+4
* Support for passing non-double formula results from group interpreter.Kohei Yoshida2013-10-083-0/+4
* Let's not do this.Kohei Yoshida2013-10-081-2/+1
* Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida2013-10-081-2/+2
* Use the document's string pool rather than a separate one for the formula.Kohei Yoshida2013-10-081-1/+0
* Unused methods.Kohei Yoshida2013-10-083-13/+0
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-087-16/+34
* convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin2013-10-081-15/+15
* convert sc/inc/address.hxx from String to OUStringNoel Grandin2013-10-081-7/+7
* convert sc/inc/addruno.hxx from String to OUStringNoel Grandin2013-10-081-1/+1