1. ddac824 fdo#50118 use English add-in function names by Winfried Donkers · 13 years ago
  2. b1caf17 fixed another "Out of bounds substring access" by Eike Rathke · 12 years ago
  3. 68568d7 fixed !!br0ken CSV import preview by Eike Rathke · 12 years ago
  4. ff3b823 Fix for !HAVE_FEATURE_OPENCL by Tor Lillqvist · 12 years ago
  5. d9c5452 ENABLE_OPENCL should be TRUE or empty by Tor Lillqvist · 12 years ago
  6. daef8b8 CID#1038507 calm coverity nerves about a double free by Caolán McNamara · 12 years ago
  7. 9d12e36 break by Kohei Yoshida · 12 years ago
  8. 3786609 No more getIdentifier*() calls because they are not efficient. by Kohei Yoshida · 12 years ago
  9. a7ff6e0 Support for passing non-double formula results from group interpreter. by Kohei Yoshida · 12 years ago
  10. 0b4e68f Add VLOOKUP to the list of functions we support for group calculation. by Kohei Yoshida · 13 years ago
  11. 25bb77c Turns out we are not using OpenCL here in the existing interpreter. by Kohei Yoshida · 13 years ago
  12. 6cfaf9b Let's not do this. by Kohei Yoshida · 13 years ago
  13. 165a611 Handle edit text cells here as well as the string cells. by Kohei Yoshida · 13 years ago
  14. 83998b7 Get the string ID's for case insensitive comparisons. by Kohei Yoshida · 13 years ago
  15. 148ee8f Rename GetCellStringPool() to GetSharedStringPool(). by Kohei Yoshida · 13 years ago
  16. 10579fc Use the document's string pool rather than a separate one for the formula. by Kohei Yoshida · 13 years ago
  17. 543dfba Unused methods. by Kohei Yoshida · 13 years ago
  18. 658fc68 Store svl::SharedString in document cell storage instead of OUString. by Kohei Yoshida · 13 years ago
  19. f4bda54 Re-implement interning in order to return both string arrays. by Kohei Yoshida · 13 years ago
  20. 6ddcbf4 Slight optimization when copying OUString. by Kohei Yoshida · 13 years ago
  21. 6854a42 CID#1079199 uninitialized member by Caolán McNamara · 13 years ago
  22. 9914e44 can drop casts now by Caolán McNamara · 13 years ago
  23. 9752764 just copy everything remaining by Caolán McNamara · 13 years ago
  24. 387c88a drop intermediate strings by Caolán McNamara · 13 years ago
  25. c811c07 make sure length is within bounds by Caolán McNamara · 13 years ago
  26. f4e2e66 Fix leftover typo from String conversion by Stephan Bergmann · 13 years ago
  27. 829752d -Werror,-Wunused-variable by Stephan Bergmann · 13 years ago
  28. 8850633f convert sc/source/core/data/*.cxx from String to OUString by Noel Grandin · 13 years ago
  29. 43a3611 convert sc/source/core/tool/*.cxx from String to OUString by Noel Grandin · 13 years ago
  30. 0ae8101 convert sc/source/filter/excel/*.cxx from String to OUString by Noel Grandin · 13 years ago
  31. 288abe5 convert sc/source/filter/ftools/*.cxx from String to OUString by Noel Grandin · 13 years ago
  32. 594515e convert sc/source/filter/html/*.cxx from String to OUString by Noel Grandin · 13 years ago
  33. c8c1e94 convert sc/source/filter/qpro/*.cxx from String to OUString by Noel Grandin · 13 years ago
  34. dcb2261 convert sc/source/filter/rtf/*.cxx from String to OUString by Noel Grandin · 13 years ago
  35. 77d8f73 convert sc/source/filter/starcalc/*.cxx from String to OUString by Noel Grandin · 13 years ago
  36. 61d3417 convert sc/source/filter/xcl97/*.cxx from String to OUString by Noel Grandin · 13 years ago
  37. 062560f convert sc/source/filter/dif/*.cxx from String to OUString by Noel Grandin · 13 years ago
  38. bac9d53 covnert sc/source/filter/xml/*.cxx from String to OUString by Noel Grandin · 13 years ago
  39. b55c89e convert sc/source/ui/Accessibility/*.cxx from String to OUString by Noel Grandin · 13 years ago
  40. 2304bea convert sc/source/ui/StatisticsDialogs/*.cxx from String to OUString by Noel Grandin · 13 years ago
  41. b9c8bd1 convert sc/source/ui/app/*.cxx from String to OUString by Noel Grandin · 13 years ago
  42. 95ca5cc convert sc/source/ui/condformat/*.cxx from String to OUString by Noel Grandin · 13 years ago
  43. 24c0796 convert sc/source/ui/dbgui/*.cxx from String to OUString by Noel Grandin · 13 years ago
  44. d872c9e convert sc/source/ui/docshell/*.cxx from String to OUString by Noel Grandin · 13 years ago
  45. a812194 convert sc/source/ui/drawfunc/*.cxx from String to OUString by Noel Grandin · 13 years ago
  46. e4c4280 convert sc/source/ui/formdlg/*.cxx from String to OUString by Noel Grandin · 13 years ago
  47. 0d9da3d convert sc/source/ui/miscdlgs/*.cxx from String to OUString by Noel Grandin · 13 years ago
  48. 888fba8 convert sc/source/ui/namedlg/*.cxx from String to OUString by Noel Grandin · 13 years ago
  49. 299248d convert sc/source/ui/navipi/*.cxx from String to OUString by Noel Grandin · 13 years ago
  50. f09bd2e convert sc/source/ui/optdlg/*.cxx from String to OUString by Noel Grandin · 13 years ago
  51. f917cff convert sc/source/ui/pagedlg/*.cxx from String to OUString by Noel Grandin · 13 years ago
  52. a255909 convert sc/source/ui/sidebar/*.cxx from String to OUString by Noel Grandin · 13 years ago
  53. 9e6f7702 convert sc/source/ui/undo/*.cxx from String to OUString by Noel Grandin · 13 years ago
  54. 6bd2075 convert sc/source/ui/unoobj/*.cxx from String to OUString by Noel Grandin · 13 years ago
  55. 1d2f704 convert sc/source/ui/vba/*.cxx from String to OUString by Noel Grandin · 13 years ago
  56. e12ae54 convert sc/source/ui/view/*.cxx from String to OUString by Noel Grandin · 13 years ago
  57. 6f93499 convert sc/inc/address.hxx from String to OUString by Noel Grandin · 13 years ago
  58. 1162fd4 convert sc/inc/addruno.hxx from String to OUString by Noel Grandin · 13 years ago
  59. bc818cc convert sc/inc/autonamecache.hxx from String to OUString by Noel Grandin · 13 years ago
  60. 54b4ab3 convert sc/inc/cellsuno.hxx from String to OUString by Noel Grandin · 13 years ago
  61. 47f7e4c convert sc/inc/chartlis.hxx from String to OUString by Noel Grandin · 13 years ago
  62. cc1f12f convert sc/inc/chartuno.hxx from String to OUString by Noel Grandin · 13 years ago
  63. 9ea4388 convert sc/inc/column.hxx from String to OUString by Noel Grandin · 13 years ago
  64. 16f2ba0 convert sc/inc/compiler.hxx from String to OUString by Noel Grandin · 13 years ago
  65. c81dec4 convert the OUString* arrays in ScConsData to arrays of OUString by Noel Grandin · 13 years ago
  66. 80f6e8a convert sc/inc/consoli.hxx from String to OUString by Noel Grandin · 13 years ago
  67. 0bb4487 convert sc/inc/dapiuno.hxx from String to OUString by Noel Grandin · 13 years ago
  68. 1730959 convert sc/inc/datauno.hxx from String to OUString by Noel Grandin · 13 years ago
  69. ce36c9c convert sc/inc/doc*.hxx from String to OUString by Noel Grandin · 13 years ago
  70. d1f0047 convert sc/inc/dpgroup.hxx from String to OUString by Noel Grandin · 13 years ago
  71. 0e95644 convert sc/inc/drwlayer.hxx from String to OUString by Noel Grandin · 13 years ago
  72. 295e40a convert sc/inc/editutil.hxx from String to OUString by Noel Grandin · 13 years ago
  73. 4fb7331 CID#708773 silence coverity side-effect in assert by Caolán McNamara · 13 years ago
  74. b8cf30e Related: fdo#38838 remove UniString::SearchAndReplaceAscii by Caolán McNamara · 13 years ago
  75. 6349540 really fix it by Thomas Arnhold · 13 years ago
  76. 618ade7 fix build by Thomas Arnhold · 13 years ago
  77. 49bae3b html export: <table> has no cols attribute in 4.0 by Thomas Arnhold · 13 years ago
  78. c20f23a html export: 4.0 needs type attribute for style tag by Thomas Arnhold · 13 years ago
  79. 646950f html export: use only HTML 4.0 for export by Thomas Arnhold · 13 years ago
  80. 5e46545 Integer type mismatch by Stephan Bergmann · 13 years ago
  81. 477150c Improve CPPUNIT_ASSERTs by Stephan Bergmann · 13 years ago
  82. 3ff650d Rename StringPool to SharedStringPool because that's what it is. by Kohei Yoshida · 13 years ago
  83. 200b453 Some attempt to store string ID's into query items. by Kohei Yoshida · 13 years ago
  84. f54cdb5 ScInterpreter::GetString() now returns a ref to OUString. by Kohei Yoshida · 13 years ago
  85. 8d7973f Reduce the amount of indentation by early exit. by Kohei Yoshida · 13 years ago
  86. 3f6f756 Test comparison between simple and rich-text string values. by Kohei Yoshida · 13 years ago
  87. 875f47cb Add methods to turn cell strings into numeric IDs for comparison. by Kohei Yoshida · 13 years ago
  88. dc1314d Normalize all string objects that are cell contents before they get stored. by Kohei Yoshida · 13 years ago
  89. bc1c67d Add string pool to document. by Kohei Yoshida · 13 years ago
  90. 878439c Move this string pool code to svl. by Kohei Yoshida · 13 years ago
  91. 738ae33 warning C4701: potentially uninitialized local variables by Michael Stahl · 13 years ago
  92. ad7b757 'ist' -> 'is' here and there. by Jan Holesovsky · 13 years ago
  93. be62c01 fdo#39674 fix some spelling by Thomas Arnhold · 13 years ago
  94. 2997d7d HighLight -> Highlight. by Jan Holesovsky · 13 years ago
  95. 26acd48 convert sc/inc/fmtuno.hxx from String to OUString by Noel Grandin · 13 years ago
  96. 049b9cb convert sc/inc/hints.hxx from String to OUString by Noel Grandin · 13 years ago
  97. 83eb6bc convert sc/inc/l*.hxx from String to OUString by Noel Grandin · 13 years ago
  98. dc2710a convert sc/inc/nameuno.hxx from String to OUString by Noel Grandin · 13 years ago
  99. 165b06c convert sc/inc/progress.hx from String to OUString by Noel Grandin · 13 years ago
  100. 72b9dd2 convert sc/inc/r*.hxx from String to OUString by Noel Grandin · 13 years ago