Age | Commit message (Expand) | Author |
2013-10-18 | convert remaining String in SC to OUString | Noel Grandin |
2013-10-15 | update pch | Thomas Arnhold |
2013-10-11 | Unused ScExternalRefCache::mrStrPool | Stephan Bergmann |
2013-10-11 | Fix VLOOKUP calculation when the matching value is literal string. | Kohei Yoshida |
2013-10-11 | Formula tokens, formula cells and formula interpreters to use shared strings. | Kohei Yoshida |
2013-10-11 | GetString() from ScMatrix to return SharedString. | Kohei Yoshida |
2013-10-11 | Properly intern strings going into matrix objects. | Kohei Yoshida |
2013-10-11 | Make the same change to the orcus interface & remove unused methods. | Kohei Yoshida |
2013-10-11 | Import shared formulas from xlsx without crashing. | Kohei Yoshida |
2013-10-11 | Store svl::SharedString in query entry items, and adjust all call sites. | Kohei Yoshida |
2013-10-08 | No more getIdentifier*() calls because they are not efficient. | Kohei Yoshida |
2013-10-08 | Support for passing non-double formula results from group interpreter. | Kohei Yoshida |
2013-10-08 | Let's not do this. | Kohei Yoshida |
2013-10-08 | Rename GetCellStringPool() to GetSharedStringPool(). | Kohei Yoshida |
2013-10-08 | Use the document's string pool rather than a separate one for the formula. | Kohei Yoshida |
2013-10-08 | Unused methods. | Kohei Yoshida |
2013-10-08 | Store svl::SharedString in document cell storage instead of OUString. | Kohei Yoshida |
2013-10-08 | convert sc/source/core/data/*.cxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/address.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/addruno.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/autonamecache.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/cellsuno.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/chartlis.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/chartuno.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/column.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/compiler.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert the OUString* arrays in ScConsData to arrays of OUString | Noel Grandin |
2013-10-08 | convert sc/inc/consoli.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/dapiuno.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/datauno.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/doc*.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/dpgroup.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/drwlayer.hxx from String to OUString | Noel Grandin |
2013-10-08 | convert sc/inc/editutil.hxx from String to OUString | Noel Grandin |
2013-10-04 | Rename StringPool to SharedStringPool because that's what it is. | Kohei Yoshida |
2013-10-04 | Some attempt to store string ID's into query items. | Kohei Yoshida |
2013-10-04 | Add methods to turn cell strings into numeric IDs for comparison. | Kohei Yoshida |
2013-10-04 | Normalize all string objects that are cell contents before they get stored. | Kohei Yoshida |
2013-10-04 | Add string pool to document. | Kohei Yoshida |
2013-10-04 | Move this string pool code to svl. | Kohei Yoshida |
2013-10-04 | 'ist' -> 'is' here and there. | Jan Holesovsky |
2013-10-04 | convert sc/inc/fmtuno.hxx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/hints.hxx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/l*.hxx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/nameuno.hxx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/progress.hx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/r*.hxx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/s*.hxx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/t*.hxx from String to OUString | Noel Grandin |
2013-10-04 | convert sc/inc/view*.hxx from String to OUString | Noel Grandin |