summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-10-15update pchThomas Arnhold2-13/+11
2013-10-11Unused ScExternalRefCache::mrStrPoolStephan Bergmann1-2/+1
2013-10-11Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida1-1/+5
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida4-33/+32
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-4/+4
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-3/+10
2013-10-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida1-0/+2
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-1/+1
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida2-2/+9
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida3-6/+4
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida3-0/+4
2013-10-08Let's not do this.Kohei Yoshida1-2/+1
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-2/+2
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida1-1/+0
2013-10-08Unused methods.Kohei Yoshida3-13/+0
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida7-16/+34
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-15/+15
2013-10-08convert sc/inc/address.hxx from String to OUStringNoel Grandin1-7/+7
2013-10-08convert sc/inc/addruno.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/autonamecache.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/cellsuno.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/chartlis.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/chartuno.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/inc/column.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/inc/compiler.hxx from String to OUStringNoel Grandin1-20/+20
2013-10-08convert the OUString* arrays in ScConsData to arrays of OUStringNoel Grandin1-3/+3
2013-10-08convert sc/inc/consoli.hxx from String to OUStringNoel Grandin1-5/+5
2013-10-08convert sc/inc/dapiuno.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/inc/datauno.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin3-3/+2
2013-10-08convert sc/inc/dpgroup.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/drwlayer.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-08convert sc/inc/editutil.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2-6/+6
2013-10-04Some attempt to store string ID's into query items.Kohei Yoshida1-1/+2
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida3-3/+11
2013-10-04Normalize all string objects that are cell contents before they get stored.Kohei Yoshida1-0/+3
2013-10-04Add string pool to document.Kohei Yoshida1-0/+3
2013-10-04Move this string pool code to svl.Kohei Yoshida1-4/+3
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-10-04convert sc/inc/fmtuno.hxx from String to OUStringNoel Grandin1-23/+23
2013-10-04convert sc/inc/hints.hxx from String to OUStringNoel Grandin1-25/+25
2013-10-04convert sc/inc/l*.hxx from String to OUStringNoel Grandin2-11/+11
2013-10-04convert sc/inc/nameuno.hxx from String to OUStringNoel Grandin1-4/+4
2013-10-04convert sc/inc/progress.hx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin3-19/+14
2013-10-04convert sc/inc/s*.hxx from String to OUStringNoel Grandin5-17/+17
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin4-24/+20
2013-10-04convert sc/inc/view*.hxx from String to OUStringNoel Grandin2-6/+6
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin1-1/+1