summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza23-45/+0
2013-10-18convert remaining String in SC to OUStringNoel Grandin88-215/+203
2013-10-16re-added an omitted nFuncFmtTypeEike Rathke1-0/+1
2013-10-16fixed MIN and MAX matrix case regressionEike Rathke1-2/+8
2013-10-16fixed out-of-bounds OUString accessEike Rathke1-1/+2
2013-10-16CID#1103764 uninitialized scalar fieldCaolán McNamara1-7/+9
2013-10-16CID#1103768 uninitialized scalar fieldCaolán McNamara1-0/+1
2013-10-16CID#1103722 resource leakCaolán McNamara1-1/+1
2013-10-16CID#1103728 malloc(1)Caolán McNamara1-1/+1
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara6-127/+100
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet6-93/+93
2013-10-15update pchThomas Arnhold2-13/+11
2013-10-14Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier2-135/+135
2013-10-14String to OUString in viewfunc (Calc)Laurent Balland-Poirier1-2/+2
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist5-24/+14
2013-10-13Drop unused typedefs and #includesTakeshi Abe2-10/+1
2013-10-12Use SAL_PATHDELIMITERTor Lillqvist1-9/+1
2013-10-12Bin pointless commentsTor Lillqvist2-4/+0
2013-10-12Test _WIN32 instead of UNX as it's Windows that is the special caseTor Lillqvist2-7/+3
2013-10-11Unused ScExternalRefCache::mrStrPoolStephan Bergmann2-5/+2
2013-10-11-Werror,-Wunused-functionStephan Bergmann1-5/+0
2013-10-11-Werror,-Wunused-variableStephan Bergmann4-22/+67
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