summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-08convert sc/source/filter/qpro/*.cxx from String to OUStringNoel Grandin2-3/+3
2013-10-08convert sc/source/filter/rtf/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-10-08convert sc/source/filter/starcalc/*.cxx from String to OUStringNoel Grandin1-8/+8
2013-10-08convert sc/source/filter/xcl97/*.cxx from String to OUStringNoel Grandin3-12/+12
2013-10-08convert sc/source/filter/dif/*.cxx from String to OUStringNoel Grandin2-8/+6
2013-10-08covnert sc/source/filter/xml/*.cxx from String to OUStringNoel Grandin6-13/+13
2013-10-08convert sc/source/ui/Accessibility/*.cxx from String to OUStringNoel Grandin8-26/+26
2013-10-08convert sc/source/ui/StatisticsDialogs/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/ui/app/*.cxx from String to OUStringNoel Grandin7-98/+97
2013-10-08convert sc/source/ui/condformat/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin15-148/+144
2013-10-08convert sc/source/ui/docshell/*.cxx from String to OUStringNoel Grandin15-215/+213
2013-10-08convert sc/source/ui/drawfunc/*.cxx from String to OUStringNoel Grandin8-37/+31