summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-10-16re-added an omitted nFuncFmtTypeEike Rathke
2013-10-16fixed MIN and MAX matrix case regressionEike Rathke
2013-10-16fixed out-of-bounds OUString accessEike Rathke
2013-10-16CID#1103764 uninitialized scalar fieldCaolán McNamara
2013-10-16CID#1103768 uninitialized scalar fieldCaolán McNamara
2013-10-16CID#1103722 resource leakCaolán McNamara
2013-10-16CID#1103728 malloc(1)Caolán McNamara
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet
2013-10-15update pchThomas Arnhold
2013-10-14Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier
2013-10-14String to OUString in viewfunc (Calc)Laurent Balland-Poirier
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
2013-10-13Drop unused typedefs and #includesTakeshi Abe
2013-10-12Use SAL_PATHDELIMITERTor Lillqvist
2013-10-12Bin pointless commentsTor Lillqvist
2013-10-12Test _WIN32 instead of UNX as it's Windows that is the special caseTor Lillqvist
2013-10-11Unused ScExternalRefCache::mrStrPoolStephan Bergmann
2013-10-11-Werror,-Wunused-functionStephan Bergmann
2013-10-11-Werror,-Wunused-variableStephan Bergmann
2013-10-11Use OUString & a bit more fine-grained unit test error messages.Kohei Yoshida
2013-10-11Spell check context can be NULL (when the live spell check is not on).Kohei Yoshida
2013-10-11Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida
2013-10-11GetEditUrlOrError() is no more. Just use GetEditUrl().Kohei Yoshida
2013-10-11Fix context menu launch on mis-spelled word in a cell.Kohei Yoshida
2013-10-11We are supposed to keep track of max-length string.Kohei Yoshida
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida
2013-10-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-10-11Use shared string's fast equality check for ValidQuery().Kohei Yoshida
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-10-11yes, placement of parentheses is important :-/Eike Rathke
2013-10-11Simplify string literal concatenationsStephan Bergmann
2013-10-11Resolves: #i123405# Allow to not limit size to PageSize...Armin Le Grand
2013-10-10fdo#50118 use English add-in function namesWinfried Donkers
2013-10-10fixed another "Out of bounds substring access"Eike Rathke
2013-10-10fixed !!br0ken CSV import previewEike Rathke
2013-10-09Fix for !HAVE_FEATURE_OPENCLTor Lillqvist
2013-10-09ENABLE_OPENCL should be TRUE or emptyTor Lillqvist
2013-10-08CID#1038507 calm coverity nerves about a double freeCaolán McNamara
2013-10-08breakKohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida
2013-10-08Add VLOOKUP to the list of functions we support for group calculation.Kohei Yoshida
2013-10-08Turns out we are not using OpenCL here in the existing interpreter.Kohei Yoshida
2013-10-08Let's not do this.Kohei Yoshida