summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-10-11Use OUString & a bit more fine-grained unit test error messages.Kohei Yoshida1-13/+24
2013-10-11Spell check context can be NULL (when the live spell check is not on).Kohei Yoshida1-1/+1
2013-10-11Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida3-19/+25
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida48-392/+421
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida11-70/+70
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida15-94/+135
2013-10-11GetEditUrlOrError() is no more. Just use GetEditUrl().Kohei Yoshida2-9/+1
2013-10-11Fix context menu launch on mis-spelled word in a cell.Kohei Yoshida2-35/+26
2013-10-11We are supposed to keep track of max-length string.Kohei Yoshida1-0/+4
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida4-11/+8
2013-10-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida4-94/+15
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida6-31/+34
2013-10-11Use shared string's fast equality check for ValidQuery().Kohei Yoshida1-12/+26
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida3-4/+4
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida22-150/+214
2013-10-11yes, placement of parentheses is important :-/Eike Rathke1-1/+1
2013-10-11Simplify string literal concatenationsStephan Bergmann2-5/+2
2013-10-11Resolves: #i123405# Allow to not limit size to PageSize...Armin Le Grand2-7/+16
2013-10-10fdo#50118 use English add-in function namesWinfried Donkers1-6/+14
2013-10-10fixed another "Out of bounds substring access"Eike Rathke1-6/+5
2013-10-10fixed !!br0ken CSV import previewEike Rathke1-3/+4
2013-10-09Fix for !HAVE_FEATURE_OPENCLTor Lillqvist1-2/+8
2013-10-09ENABLE_OPENCL should be TRUE or emptyTor Lillqvist1-1/+1
2013-10-08CID#1038507 calm coverity nerves about a double freeCaolán McNamara1-1/+6
2013-10-08breakKohei Yoshida1-0/+1
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida8-113/+61
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida7-3/+49
2013-10-08Add VLOOKUP to the list of functions we support for group calculation.Kohei Yoshida1-0/+1
2013-10-08Turns out we are not using OpenCL here in the existing interpreter.Kohei Yoshida1-49/+3
2013-10-08Let's not do this.Kohei Yoshida3-6/+2
2013-10-08Handle edit text cells here as well as the string cells.Kohei Yoshida1-7/+31
2013-10-08Get the string ID's for case insensitive comparisons.Kohei Yoshida1-7/+7
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida13-30/+30
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida2-7/+6
2013-10-08Unused methods.Kohei Yoshida6-42/+0
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida48-188/+285
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida3-7/+7
2013-10-08Slight optimization when copying OUString.Kohei Yoshida1-4/+4
2013-10-08CID#1079199 uninitialized memberCaolán McNamara1-2/+2
2013-10-08can drop casts nowCaolán McNamara1-4/+4
2013-10-08just copy everything remainingCaolán McNamara1-1/+1
2013-10-08drop intermediate stringsCaolán McNamara1-5/+1
2013-10-08make sure length is within boundsCaolán McNamara1-1/+2
2013-10-08Fix leftover typo from String conversionStephan Bergmann1-1/+1
2013-10-08-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin19-137/+134
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin21-225/+213
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin31-313/+312
2013-10-08convert sc/source/filter/ftools/*.cxx from String to OUStringNoel Grandin2-12/+12
2013-10-08convert sc/source/filter/html/*.cxx from String to OUStringNoel Grandin3-36/+36